replicate
Replicate ML platform — run AI models, manage predictions, browse collections, search models. ML inference CLI.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/replicateWhat This Skill Does
The Replicate skill for OpenClaw provides a robust interface for interacting with the Replicate machine learning platform directly from your agent's terminal. It empowers agents to bridge the gap between local automation and powerful, scalable AI inference. Whether you are generating high-quality images, running sophisticated language models, or analyzing audio, this skill handles the heavy lifting by facilitating model discovery, prediction management, and system auditing through a simple CLI wrapper. It effectively turns your OpenClaw agent into an orchestrator for decentralized AI tasks.
Installation
To integrate this skill into your environment, use the OpenClaw package manager. Execute the following command in your terminal: clawhub install openclaw/skills/skills/aiwithabidi/replicate. Once installed, you must ensure your environment is configured with the REPLICATE_API_TOKEN environment variable. You can obtain this token from your Replicate account dashboard. Failure to set this variable will prevent the agent from authenticating with the Replicate API, rendering the model execution functions inactive.
Use Cases
This skill is ideal for workflows requiring diverse AI capabilities without needing to host models locally. Common use cases include: 1) Automated content creation: Generating assets for marketing or prototyping via text-to-image models. 2) Intelligent Data Processing: Transcribing audio files or summarizing documents using specialized LLMs hosted on Replicate. 3) Rapid Model Evaluation: Quickly testing new versions of open-source models to see which fits your specific requirements before integration. 4) Hardware-Accelerated Tasks: Offloading GPU-intensive calculations to Replicate’s infrastructure to preserve your local system resources.
Example Prompts
- "Search for the latest Stable Diffusion models and tell me which ones are available for image generation."
- "Run the latest version of Llama 3 with the prompt 'Write a python script to parse JSON' and save the output."
- "List all my recent predictions and cancel any that are currently stuck or running longer than ten minutes."
Tips & Limitations
To get the most out of this skill, always verify model versions before executing them, as Replicate models are often updated. Be mindful of usage costs associated with your Replicate API token; monitoring your predictions is essential to avoid unexpected charges. Note that this skill is a CLI wrapper; it is best used in conjunction with automation scripts to handle long-running model outputs, as standard console output may truncate long JSON responses from the Replicate API.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aiwithabidi-replicate": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access
Related Skills
freshsales
Freshsales CRM integration — manage contacts, leads, deals, accounts, tasks, and sales sequences via the Freshsales API. Track deal pipelines, automate lead assignments, log activities, and generate sales reports. Built for AI agents — Python stdlib only, no dependencies. Use for sales CRM, contact management, deal tracking, pipeline reporting, and sales automation.
gemini-video-analyzer
Native video analysis using Google Gemini API. Upload and analyze video files — describe scenes, extract text/UI, answer questions about content, transcribe speech, identify objects and actions. Use when: (1) User sends a video file and wants it analyzed, (2) Video summarization or description needed, (3) Extracting text, UI elements, or information from screen recordings, (4) Answering questions about video content, (5) Comparing multiple videos, (6) Analyzing tutorials, demos, or walkthroughs.
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
neon
Neon serverless Postgres — manage projects, branches, databases, roles, endpoints, and compute via the Neon API. Create database branches for development, manage connection endpoints, scale compute, and monitor usage. Built for AI agents — Python stdlib only, zero dependencies. Use for serverless Postgres, database branching, database management, development workflows, and cloud database automation.
onepassword
1Password Connect — vaults, items, secrets management for server-side applications.