← Back to Skills Marketplace
aiwithabidi

Replicate

by aiwithabidi · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
562
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install replicate
Description
Replicate ML platform — run AI models, manage predictions, browse collections, search models. ML inference CLI.
Usage Guidance
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).
Capability Analysis
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`.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install replicate
  3. After installation, invoke the skill by name or use /replicate
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug replicate
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Replicate?

Replicate ML platform — run AI models, manage predictions, browse collections, search models. ML inference CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 562 downloads so far.

How do I install Replicate?

Run "/install replicate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Replicate free?

Yes, Replicate is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Replicate support?

Replicate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Replicate?

It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.

💬 Comments