npx claudepluginhub replicate/skills --plugin prompt-imagesThis skill uses the workspace's default tool permissions.
- Reference: <https://replicate.com/docs/llms.txt>
Automates Replicate AI model operations: run predictions on public models (image gen, LLMs, audio/video), upload input files, inspect schemas/docs, list versions, track history via Composio MCP.
Builds and orchestrates multi-step AI workflows chaining multiple EachLabs models. Creates custom pipelines, triggers executions, manages versions for AI model chaining or content automation.
Finds AI models on Replicate using search queries and curated collections, fetches input/output schemas, and guides selection of official, recent models by tags and run counts.
Share bugs, ideas, or general feedback.
https://replicate.com/{owner}/{model}/llms.txtAccept: text/markdown when requesting docs pages for Markdown responses.Prefer: wait header when creating a prediction for a blocking synchronous response. Only recommended for very fast models. Max 60 seconds.POST /v1/predictions endpoint, as it supports both official and community models.minimum, maximum, enum values). Don't generate values that violate them.starting -> processing -> succeeded / failed / canceled.owner/name format. Community models require owner/name:version_id.POST /v1/predictions endpoint handles both.webhook to an HTTPS URL when creating a prediction. Replicate POSTs the full prediction object when it completes.webhook_events_filter: start, output, logs, completed.Webhook-ID, Webhook-Timestamp, and Webhook-Signature headers. Get the signing secret from GET /v1/webhooks/default/secret.lifetime to auto-cancel predictions that run too long (e.g. 30s, 5m, 1h). Measured from creation time.stream URL in the response. Use SSE to receive incremental output.