openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Replicate

Replicate ML platform — run AI models, manage predictions, browse collections, search models. ML inference CLI.

开发与 DevOps

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 296 · 1 current installs · 1 all-time installs

0

安装量(当前) 1

🛡 VirusTotal :良性 · OpenClaw :良性

Package:aiwithabidi/replicate

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

This skill is a small, self-contained CLI wrapper for the Replicate API that only needs a Replicate API token and behaves consistently with its description.

目的

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.

说明范围

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.

安装机制

No installation spec — instruction-only plus a small stdlib Python script. No third-party downloads or package installs are required.

证书

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.

持久

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.

综合结论

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 c…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Replicate」。简介:Replicate ML platform — run AI models, manage predictions, browse collections, …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/aiwithabidi/replicate/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: replicate
description: "Replicate ML platform — run AI models, manage predictions, browse collections, search models. ML inference CLI."
homepage: https://www.agxntsix.ai
license: MIT
compatibility: Python 3.10+ (stdlib only — no dependencies)
metadata: {"openclaw": {"emoji": "🤖", "requires": {"env": ["REPLICATE_API_TOKEN"]}, "primaryEnv": "REPLICATE_API_TOKEN", "homepage": "https://www.agxntsix.ai"}}
---

# 🤖 Replicate

Run ML models via API — predictions, model search, and collections.

## Features

- **Models** — browse and search
- **Predictions** — create, get, cancel
- **Collections** — curated models
- **Hardware** — available GPUs

## Requirements

| Variable | Required | Description |
|----------|----------|-------------|
| `REPLICATE_API_TOKEN` | ✅ | API key/token for Replicate |

## Quick Start

```bash
python3 {baseDir}/scripts/replicate.py search "text to image"
python3 {baseDir}/scripts/replicate.py run <version> '{"prompt":"a cat"}'
python3 {baseDir}/scripts/replicate.py predictions
python3 {baseDir}/scripts/replicate.py me
```

## Credits
Built by [M. Abidi](https://www.linkedin.com/in/mohammad-ali-abidi) | [agxntsix.ai](https://www.agxntsix.ai)
[YouTube](https://youtube.com/@aiwithabidi) | [GitHub](https://github.com/aiwithabidi)
Part of the **AgxntSix Skill Suite** for OpenClaw agents.

📅 **Need help setting up OpenClaw for your business?** [Book a free consultation](https://cal.com/agxntsix/abidi-openclaw)