← 返回 Skills 市场
Replicate
作者
aiwithabidi
· GitHub ↗
· v1.0.0
562
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install replicate
功能描述
Replicate ML platform — run AI models, manage predictions, browse collections, search models. ML inference CLI.
安全使用建议
This is a small, coherent CLI for the Replicate API. Before installing: (1) verify the author/homepage if you require a trusted source; (2) only provide a REPLICATE_API_TOKEN with the minimum needed scope; (3) be aware the script will attempt to read WORKSPACE or ~/.openclaw/workspace/.env to find the token if the environment variable is unset — avoid storing other sensitive secrets in that file or make it accessible only to you; (4) the run command accepts a --webhook URL you might supply — only use webhook endpoints you control/trust to avoid sending prediction outputs to unknown servers; and (5) if you want extra assurance, review the included scripts/replicate.py contents yourself (it uses plain HTTPS requests to api.replicate.com and has no obfuscated code).
功能分析
Type: OpenClaw Skill
Name: replicate
Version: 1.0.0
The skill is a standard CLI implementation for the Replicate ML platform API. The script `scripts/replicate.py` uses only Python's standard library to interact with the official Replicate API endpoint (api.replicate.com), handling authentication via the `REPLICATE_API_TOKEN`. No evidence of data exfiltration, malicious execution, or prompt injection was found; the code logic is transparent and aligns perfectly with the stated purpose in `SKILL.md`.
能力评估
Purpose & Capability
Name, description, and code all implement a Replicate API CLI (model search, predictions, collections, account). The single required credential (REPLICATE_API_TOKEN) is appropriate for the stated functionality.
Instruction Scope
Runtime instructions simply invoke the included Python script. The script does attempt to fallback to a .env file at WORKSPACE or ~/.openclaw/workspace/.env to find REPLICATE_API_TOKEN — this file-read behavior is not declared in the SKILL.md metadata (which lists no config paths). The fallback only extracts REPLICATE_API_TOKEN, but users should be aware the script will look for that .env file.
Install Mechanism
No installation spec — instruction-only plus a small stdlib Python script. No third-party downloads or package installs are required.
Credentials
Only REPLICATE_API_TOKEN is required (declared as the primary credential), which matches the skill's purpose. The script also reads the WORKSPACE environment variable to locate a .env file if the token is not in the environment; while this is a convenience, it is not declared and could cause the token to be read from a workspace file.
Persistence & Privilege
Skill does not request always: true and does not modify other skills or system-wide settings. It does not persist new credentials or install services.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install replicate - 安装完成后,直接呼叫该 Skill 的名称或使用
/replicate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — Replicate ML platform CLI.
- Browse/search AI models and curated collections.
- Create, view, and cancel model predictions.
- List available GPU hardware.
- Python 3.10+ support with no external dependencies.
- Requires REPLICATE_API_TOKEN for authentication.
元数据
常见问题
Replicate 是什么?
Replicate ML platform — run AI models, manage predictions, browse collections, search models. ML inference CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 562 次。
如何安装 Replicate?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install replicate」即可一键安装,无需额外配置。
Replicate 是免费的吗?
是的,Replicate 完全免费(开源免费),可自由下载、安装和使用。
Replicate 支持哪些平台?
Replicate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Replicate?
由 aiwithabidi(@aiwithabidi)开发并维护,当前版本 v1.0.0。
推荐 Skills