prismic-automationlisted
Install: claude install-skill ComposioHQ/awesome-claude-skills
# 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 master ref"*
---
### 2. Query Documents with Predicates
Fetch documents using Prismic's predicate query syntax with full pagination and filtering support.
**Tool:** `PRISMIC_CONTENT_API_QUERY_DOCUMENTS`
Key parameters:
- `ref` (required) -- content release reference ID (typica