Skip to main content

← All sources

Replicate skills

Building AI-powered apps with Replicate skills-hub.ai mirrors 8 skills from Replicate daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/replicate/skills

Installing a Replicate skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Replicate skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Replicate skills via API
curl https://skills-hub.ai/api/v1/skills?source=replicate

# Browse all sources
open https://skills-hub.ai/sources

Top Replicate skills

See all →

The most-installed skills from Replicate, ranked by adoption.

  1. 01build-models

    Package and build custom AI models with Cog for deployment on Replicate. Use when creating a cog.yaml or predict.py, defining model inputs and outputs, loading model weights at setup time, building Docker images for ML models, serving locally with cog serve or cog predict, or porting a HuggingFace, GitHub, or ComfyUI model to run on Replicate. Trigger on phrases like "build a model", "package a model", "create a Cog model", "wrap a model", "containerize an AI model", "predict.py", "cog.yaml", "BasePredictor", or "Cog container", and when referencing cog.run, github.com/replicate/cog, or github.com/replicate/cog-examples. Covers GPU and CUDA setup, pget for fast weight downloads, async predictors with continuous batching, streaming outputs, and cold-boot optimization for image, video, audio, and LLM models. For pushing built models to Replicate, see publish-models. For running existing models, see run-models.

    Buildfrom Replicate
  2. 02prompt-videos

    Prompting techniques for AI video generation models on Replicate. Use when writing prompts for video models or building video generation features.

    Buildfrom Replicate
  3. 03find-models

    Find AI models on Replicate using search and curated collections.

    Buildfrom Replicate
  4. 04compare-models

    Compare Replicate models by cost, speed, quality, and capabilities.

    Buildfrom Replicate
  5. 05publish-models

    Push and publish custom AI models to Replicate, and set up CI/CD for releasing new model versions safely. Use when running cog push, deploying a model to Replicate, releasing a new version, validating a model with cog-safe-push before publishing, configuring a Replicate deployment, setting up GitHub Actions for model releases, or porting a community model to an official one. Trigger on phrases like "push a model to Replicate", "publish a model", "deploy a model", "release a new version", "cog push", "cog-safe-push", "model CI", "r8.im", or "schema compatibility", and when referencing github.com/replicate/cog-safe-push or github.com/replicate/model-ci-template. Covers cog push, the full cog-safe-push config (test cases, fuzz, deployment, official_model), GitHub Actions patterns, multi-model matrix pushes, and post-publish monitoring. Assumes you already have a working Cog project; see build-models if you need to package one first.

    Buildfrom Replicate
  6. 06replicate

    Discover, compare, and run AI models using Replicate's API

    Buildfrom Replicate
  7. 07run-models

    Run AI models on Replicate via predictions, webhooks, and streaming.

    Buildfrom Replicate
  8. 08prompt-images

    Prompting techniques for AI image generation and editing models on Replicate. Use when writing prompts for image models or building image generation features.

    Buildfrom Replicate

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Jun 14, 2026, 4:08 PM (success).

Replicate skills, frequently asked

What are Replicate skills?

Replicate skills are AI coding skills published by Replicate (Building AI-powered apps with Replicate) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Replicate skills are available?

skills-hub.ai indexes 8 skills from Replicate, synced daily from the upstream GitHub repository (https://github.com/replicate/skills).

How do I install a Replicate skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Replicate skills?

Yes. Every skill from this source is mirrored from Replicate's own GitHub repository (https://github.com/replicate/skills). Each skill page links back to the upstream source of truth, so you can verify the original.