Replicate Integration
Seamlessly integrates data and functionality from external APIs into workflows, powered by fernandofuc's replication techniques.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add replicate-integration npx -- -y @trustedskills/replicate-integration
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"replicate-integration": {
"command": "npx",
"args": [
"-y",
"@trustedskills/replicate-integration"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with Replicate, a platform for running machine learning models. It allows the agent to execute these models and retrieve their outputs, effectively integrating external ML capabilities into its workflow. This capability expands the agent's functionality beyond its core knowledge base and reasoning abilities.
When to use it
- Image Generation: Generate images from text prompts by leveraging Replicate’s stable diffusion or similar image generation models.
- Audio Transcription: Transcribe audio files using a Replicate-hosted speech-to-text model.
- Video Editing: Utilize Replicate's video editing tools to perform tasks like adding captions or creating short clips.
- Model Inference: Run any available machine learning model on Replicate for tasks such as text summarization, code generation, or data analysis.
Key capabilities
- Integration with the Replicate API.
- Execution of ML models hosted on Replicate.
- Retrieval of model outputs.
- Support for various model types available on Replicate.
Example prompts
- "Generate an image of a cat wearing a hat using Replicate."
- "Transcribe this audio file to text using a Replicate speech-to-text model."
- "Run the 'stability-ai/stable-diffusion' model with the prompt 'a futuristic cityscape'."
Tips & gotchas
- You may need an API key from Replicate to use this skill. Ensure your agent has access to this key for proper authentication.
- Model execution on Replicate can take time and consume resources; be mindful of costs associated with model usage.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.