PluginBench
Skill
Pass
Audit score 90

replicate

nexu-io/open-design

Discover, compare, and run AI models via Replicate's API for image, audio, and video generation.

What is replicate?

Access Replicate's curated collection of AI models through a unified API. Use this skill when you need to generate, process, or compare outputs from multiple image, audio, or video models without managing individual integrations.

  • Discover available AI models across image, audio, and video categories
  • Compare model outputs and performance characteristics
  • Run inference on selected models via Replicate's API
  • Swap between models in generation pipelines
  • Access curated model recommendations

How to install replicate

npx skills add https://github.com/nexu-io/open-design --skill replicate
Prerequisites
  • Replicate API key
  • Node.js environment with npx
Claude Code
Cursor
Windsurf
Cline

How to use replicate

  1. 1.Install the upstream skill bundle from https://github.com/replicate/skills
  2. 2.Set your Replicate API credentials in your environment
  3. 3.Ask the agent to invoke the skill using 'replicate', 'run ai model', 'model comparison', or 'replicate api'
  4. 4.Specify the model and input parameters for your task
  5. 5.Review and iterate on model outputs

Use cases

Good for
  • Generate variations of images using different model architectures
  • Compare audio generation quality across multiple models
  • Build video processing workflows that test multiple approaches
  • Prototype multi-model pipelines for content creation
  • Evaluate model performance before committing to one
Who it's for
  • AI engineers building generation pipelines
  • Content creators experimenting with multiple models
  • Developers prototyping computer vision applications
  • Teams evaluating model trade-offs

replicate FAQ

What types of models does this skill support?

Replicate's skill supports image generation, audio generation, and video processing models. Check the upstream repository for the complete current catalog.

Do I need a Replicate account?

Yes, you need a Replicate API key to authenticate requests. Sign up at replicate.com and add your key to your environment.

Can I compare multiple models in one request?

The skill allows you to run different models sequentially and compare their outputs, making it suitable for model evaluation workflows.

Where do I find the full list of available models?

Visit https://github.com/replicate/skills for the upstream README with complete model listings and documentation.

Full instructions (SKILL.md)

Source of truth, from nexu-io/open-design.


name: replicate description: | Discover, compare, and run AI models using Replicate's API. Strong fit for image, audio, and video generation pipelines that swap models frequently. triggers:


replicate

Curated from Replicate.

What it does

Discover, compare, and run AI models using Replicate's API. Strong fit for image, audio, and video generation pipelines that swap models frequently.

Source

How to use

This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your active agent's skills directory:

# Inspect the upstream README for exact paths
open https://github.com/replicate/skills

Then ask the agent to invoke this skill by name (replicate) or with one of the trigger phrases listed in this skill's frontmatter.