Replicate当日精选
Replicate 发布了本地工作流 Agent Skill,支持在本地运行模型、并行预测、自动下载文件并嵌入元数据,方便开发者管理输出
AI 摘要
Replicate 发布了本地工作流 Agent Skill,支持在本地运行模型、并行预测、自动下载文件并嵌入元数据,方便开发者管理输出。
推荐理由常规快讯,保留列表
原文
An Agent Skill for running Replicate models and keeping their outputs organized on a local machine.
It layers a local asset workflow on top of Replicate's official model skills:
- Find, compare, prompt, and run models with
replicate/skills. - Prefer Replicate MCP Code Mode when it is available.
- Start independent predictions in parallel.
- Download every file output before its URL expires.
- Put prediction IDs, model names, and concise input slugs in filenames.
- Embed prediction metadata in JPG, PNG, and WebP files with
media-provenance. - Preserve prediction JSON, manifests, generation scripts, galleries, and contact sheets.
- Never overwrite existing outputs.
- Allow useful generated artifacts in Git when each file is under 100 MB.
Install
Install globally for all supported agents:
npx skills add zeke/replicate-local-workflow-skill --global --all --yesInstall Replicate's official skills too:
npx skills add replicate/skills --global --all --yesRequirements
- Node.js
- A
REPLICATE_API_TOKENenvironment variable - Internet access
- Deno, optional, for Replicate MCP Code Mode
- FFmpeg and ImageMagick, optional, for local media processing and review assets
The included downloader invokes npx media-provenance automatically for supported image formats.
Development
See AGENTS.md.
64/100
讨论
暂无评论。