Contentful Automation

Automate headless CMS operations including space listing, metadata retrieval, and configuration updates.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill contentful-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Contentful Automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/contentful-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill contentful-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the need for manual navigation of the Contentful web interface, allowing developers and content managers to perform administrative tasks directly from their terminal.

Core Features & Use Cases

  • Space Management: List all available spaces and retrieve detailed metadata for specific environments.
  • Configuration Updates: Programmatically rename spaces using version-controlled updates to prevent data conflicts.
  • Use Case: Quickly audit your organization's Contentful inventory by listing all spaces and fetching their current versions for documentation or cleanup tasks.

Quick Start

Ask the agent to list all my Contentful spaces to see the available projects.

Frequently Asked Questions about Contentful Automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all my Contentful spaces?

Use the CONTENTFUL_LIST_SPACES tool to discover all spaces accessible to your authenticated account. You can specify parameters like limit and order to manage the output size.

Why does my space update fail with a version conflict?

The CONTENTFUL_UPDATE_SPACE tool requires the current sys.version to prevent concurrent modification conflicts. Always fetch the latest space details using CONTENTFUL_GET_SPACE immediately before performing an update.

Can I create or modify content entries with this skill?

No, this skill is limited to space-level metadata management such as listing spaces and updating space names. It does not support creating or modifying content types, entries, or assets.

What permissions are required for this skill?

Your Contentful access token must include space management scopes. If your token lacks these permissions, read operations may succeed while update operations will fail.