Prismic Automation
Automate headless CMS operations in Prismic -- query documents, search content, retrieve custom types, and manage repository refs through the Composio Prismic integration.
npx skills add ComposioHQ/awesome-claude-skills --skill prismic-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.
# Prismic Automation Manage your **Prismic** headless CMS directly from Claude Code. Query documents by type, full-text search content, inspect custom types, and work with repository refs for content versioning. **Toolkit docs:** [composio.dev/toolkits/prismic](https://composio.dev/toolkits/prismic) --- ## Setup 1. Add the Composio MCP server to your configuration: ``` https://rube.app/mcp ``` 2. Connect your Prismic account when prompted. The agent will provide an authentication link. 3. Most content queries require a `ref` token. Always start by calling `PRISMIC_REPOSITORY_API_GET_REFS` or `PRISMIC_REPOSITORY_API_GET_INFO` to obtain the master ref. --- ## Core Workflows ### 1. Get Repository Info and Refs Retrieve comprehensive repository metadata including available refs (content versions), custom types, languages, tags, and bookmarks. This is typically your first API call. **Tools:** `PRISMIC_REPOSITORY_API_GET_INFO`, `PRISMIC_REPOSITORY_API_GET_REFS` No parameters required -- these endpoints return the full repository configuration. The `refs` field is critical since refs are required for all content queries. Example prompt: *"Get my Prismic repository info and the current mas
- Setup
- Core Workflows
- 1. Get Repository Info and Refs
- 2. Query Documents with Predicates
- 3. Fetch Documents by Type
- 4. Full-Text Search
- 5. Get a Single Document by ID
- 6. List Custom Types
- Known Pitfalls
- Quick Reference
What does the Prismic Automation skill do?
Automate headless CMS operations in Prismic -- query documents, search content, retrieve custom types, and manage repository refs through the Composio Prismic integration.
How do I install it?
Run `npx skills add ComposioHQ/awesome-claude-skills --skill prismic-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.
