Replicate Automation
Automate Replicate AI model operations -- run predictions, upload files, inspect model schemas, list versions, and manage prediction history via the Composio MCP integration.
npx skills add ComposioHQ/awesome-claude-skills --skill replicate-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.
# Replicate Automation Automate your Replicate AI model workflows -- run predictions on any public model (image generation, LLMs, audio, video), upload input files, inspect model schemas and documentation, list model versions, and track prediction history. **Toolkit docs:** [composio.dev/toolkits/replicate](https://composio.dev/toolkits/replicate) --- ## Setup 1. Add the Composio MCP server to your client: `https://rube.app/mcp` 2. Connect your Replicate account when prompted (API token authentication) 3. Start using the workflows below --- ## Core Workflows ### 1. Get Model Details and Schema Use `REPLICATE_MODELS_GET` to inspect a model's input/output schema before running predictions. ``` Tool: REPLICATE_MODELS_GET Inputs: - model_owner: string (required) -- e.g., "meta", "black-forest-labs", "stability-ai" - model_name: string (required) -- e.g., "meta-llama-3-8b-instruct", "flux-1.1-pro" ``` **Important:** Each model has unique input keys and types. Always check the `openapi_schema` from this response before constructing prediction inputs. ### 2. Run a Prediction Use `REPLICATE_MODELS_PREDICTIONS_CREATE` to run inference on any model with optional synchronous waiting and webho
- Setup
- Core Workflows
- 1. Get Model Details and Schema
- 2. Run a Prediction
- 3. Upload Files for Model Input
- 4. Read Model Documentation
- 5. List Model Versions
- 6. Track Prediction History and Files
- Known Pitfalls
- Quick Reference
What does the Replicate Automation skill do?
Automate Replicate AI model operations -- run predictions, upload files, inspect model schemas, list versions, and manage prediction history via the Composio MCP integration.
How do I install it?
Run `npx skills add ComposioHQ/awesome-claude-skills --skill replicate-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.
