Skills replicate
Replicate ML platform — run AI models, manage predictions, browse collections, search models. ML inference CLI.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aiwithabidi/replicate" ~/.claude/skills/openclaw-skills-replicate && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/aiwithabidi/replicate" ~/.openclaw/skills/openclaw-skills-replicate && rm -rf "$T"
manifest:
skills/aiwithabidi/replicate/SKILL.mdsource content
🤖 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 |
|---|---|---|
| ✅ | API 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