From replicate
Searches Replicate for AI models by task using search API and curated collections. Retrieves model schemas to pick appropriate versions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/replicate:find-modelsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The AI model landscape changes weekly. New models ship constantly and older ones are deprecated or surpassed. Don't rely on model names you've seen before, including names from past conversations or training data. A specific model you "know" may no longer be the best choice, may be slower than newer alternatives, or may not exist anymore.
The AI model landscape changes weekly. New models ship constantly and older ones are deprecated or surpassed. Don't rely on model names you've seen before, including names from past conversations or training data. A specific model you "know" may no longer be the best choice, may be slower than newer alternatives, or may not exist anymore.
Always start by querying the Replicate API. Use search and collections to discover what's currently available, then read schemas to understand inputs and outputs before running anything.
https://replicate.com/{owner}/{model}/llms.txtAccept: text/markdown when requesting docs pages for Markdown responses.GET /v1/search?query=...) to find models by task. Returns models, collections, and docs.tags, generated_description, and run_count.official collection contains always-warm models with stable APIs and predictable pricing.GET /v1/collections. Get one by slug with GET /v1/collections/{slug}.GET /v1/models/{owner}/{name}).model.latest_version.openapi_schema.components.schemas.Input.propertiestype, description, default, minimum/maximum, enum, format (e.g. uri for file inputs).image-generation, video, audio, etc.).owner/name format (e.g. owner/model-name). Routes to the latest version automatically.owner/name:version_id. You must pin a specific version. Community models can cold-boot and take time to start.npx claudepluginhub replicate/skills --plugin prompt-imagesCompares Replicate models by cost, speed, quality, and capabilities to help select the best model for your use case.
Automates Replicate AI model operations: run predictions, upload files, inspect model schemas, list versions, and manage prediction history via Composio MCP integration.
Queries OpenRouter API to list, search, compare, and resolve 300+ AI models by pricing, context lengths, capabilities, throughput; checks provider latency, uptime, performance.