Replicate

v1.0.0

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

0· 555·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for aiwithabidi/replicate.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Replicate" (aiwithabidi/replicate) from ClawHub.
Skill page: https://clawhub.ai/aiwithabidi/replicate
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: REPLICATE_API_TOKEN
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install replicate

ClawHub CLI

Package manager switcher

npx clawhub@latest install replicate
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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).

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🤖 Clawdis
EnvREPLICATE_API_TOKEN
Primary envREPLICATE_API_TOKEN
latestvk9776sp6daspfxxngyc83s8m9582c3r6
555downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

🤖 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

VariableRequiredDescription
REPLICATE_API_TOKENAPI key/token for Replicate

Quick Start

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 | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.

📅 Need help setting up OpenClaw for your business? Book a free consultation

Comments

Loading comments...