Agent skill

Contentful Automation

Automate headless CMS operations in Contentful -- list spaces, retrieve space metadata, and update space configurations through the Composio Contentful integration.

composio-communitygithub.com/composio-communityGitHub ↗
codex
Install
npx skills add composio-community/awesome-codex-skills --skill contentful-automation --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: composio-skills/contentful-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 15,591
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Contentful Automation Manage your **Contentful** headless CMS spaces directly from Claude Code. List spaces, retrieve metadata, and update space configurations without leaving your terminal. **Toolkit docs:** [composio.dev/toolkits/contentful](https://composio.dev/toolkits/contentful) --- ## Setup 1. Add the Composio MCP server to your configuration: ``` https://rube.app/mcp ``` 2. Connect your Contentful account when prompted. The agent will provide an authentication link. Ensure your access token has space management scopes. --- ## Core Workflows ### 1. List All Spaces Discover all Contentful spaces accessible to your authenticated account. This is typically the first operation since most other actions require a `space_id`. **Tool:** `CONTENTFUL_LIST_SPACES` Key parameters: - `limit` (1-1000) -- maximum number of spaces to return (default: 100) - `skip` -- number of spaces to skip for pagination - `order` -- sort by field, e.g., `sys.createdAt` or `-sys.createdAt` for descending Example prompt: *"List all my Contentful spaces"* --- ### 2. Get Space Details Retrieve detailed metadata for a specific space including its current `sys.version`, which is required for updates. **Tool:

What's inside
Steps it walks through
  1. Setup
  2. Core Workflows
  3. 1. List All Spaces
  4. 2. Get Space Details
  5. 3. Update Space Name
  6. 4. Audit Space Inventory
  7. Known Pitfalls
  8. Quick Reference
More from awesome-codex-skills
All skills →
About this skill
What does the Contentful Automation skill do?

Automate headless CMS operations in Contentful -- list spaces, retrieve space metadata, and update space configurations through the Composio Contentful integration.

How do I install it?

Run `npx skills add composio-community/awesome-codex-skills --skill contentful-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From composio-community/awesome-codex-skills, a repository with 15,591 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going