mirror of
https://github.com/replicate/skills.git
synced 2026-09-19 05:08:06 +08:00
9255f61bc98c9a47f3fbb3209e095022502a6c2f
Replicate Skills
A collection of Agent Skills for building AI-powered apps with Replicate.
Skills included:
- find-models — search for models, browse collections, read schemas, pick the right model
- compare-models — evaluate models by cost, speed, quality, and capabilities
- run-models — create predictions, poll, use webhooks, stream, handle files, run concurrently
- build-models — package custom models with Cog (cog.yaml, predict.py, weights, local serving)
- publish-models — push models to Replicate with cog push / cog-safe-push and CI/CD releases
- prompt-images — prompting techniques for image generation and editing models
- prompt-videos — prompting techniques for video generation and editing models
Installing
These skills work with any agent that supports the Agent Skills standard, including Claude Code, OpenCode, OpenAI Codex, and Pi.
npx skills add replicate/skills
Description
prompt-images: Prompting techniques for AI image generation and editing models on Replicate. Use when writing prompts for image models or building image generation features.; prompt-videos: Prompting techniques for AI video generation models on Replicate. Use when writing prompts for video models or building video generation features.; find-models: Find AI models on Replicate using search and curated collections.; run-models: Run AI models on Replicate via predictions, webhooks, and streaming.;…
Languages
Shell
100%