Contentful Automation
Automate headless CMS operations in Contentful -- list spaces, retrieve space metadata, and update space configurations through the Composio Contentful integration.
npx skills add ComposioHQ/awesome-claude-skills --skill contentful-automation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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:
- Setup
- Core Workflows
- 1. List All Spaces
- 2. Get Space Details
- 3. Update Space Name
- 4. Audit Space Inventory
- Known Pitfalls
- Quick Reference
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 ComposioHQ/awesome-claude-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 ComposioHQ/awesome-claude-skills, a repository with 71,763 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.
