用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/replicate/skills --skill run-models命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | run-models |
| description | Run AI models on Replicate via predictions, webhooks, and streaming. |
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.