# Replicate 发布了本地工作流 Agent Skill，支持在本地运行模型、并行预测、自动下载文件并嵌入元数据，方便开发者管理输出

- 来源：Replicate
- 发布时间：2026-07-31 05:39
- AIWatch 分数：64
- AIWatch 标记：当日精选
- AIWatch 链接：https://aiwatch.icu/events/evt_01kytgn32ewc6m0fdhhtfwqb0q
- 原文链接：https://x.com/replicate/status/2082944414796947964

## 精选理由

常规快讯，保留列表

## 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 --yes

Install Replicate's official skills too:

npx skills add replicate/skills --global --all --yes

Requirements

Node.js
A REPLICATE_API_TOKEN environment 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.
