A high-performance Python-based interface for running machine learning models and managing predictions via the Replicate API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install replicate
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install replicate using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Replicate skill provides a robust bridge between your AI agents and the Replicate cloud platform. Designed specifically for Openclaw Skills users, it allows for seamless model discovery and execution without external dependencies. By leveraging this tool, developers can integrate state-of-the-art ML models into their workflows, handling everything from text generation to image processing with minimal configuration.
This skill is part of the broader ecosystem of Openclaw Skills, ensuring that your agents can interact with external compute resources efficiently. It focuses on providing a clean, standard-library-only implementation that remains compatible with modern Python environments while delivering the full power of the Replicate inference engine.
To get started with this skill in your Openclaw Skills environment, ensure you have your API token ready:
# Set your API token as an environment variable
export REPLICATE_API_TOKEN='your_token_here'
# Run a search to verify the installation
python3 scripts/replicate.py search "text to image"
# Start a prediction for a specific model
python3 scripts/replicate.py run <version_id> '{"prompt":"a futuristic city"}'
The skill manages model data and prediction states using a structured approach consistent with Openclaw Skills requirements:
| Property | Description | Format |
|---|---|---|
| REPLICATE_API_TOKEN | Primary authentication key | Environment Variable |
| Model Version | The unique identifier for a specific ML model | String |
| Input Payload | Arguments required by the model (e.g., prompt, steps) | JSON Object |
| Prediction Status | Lifecycle state such as starting, processing, or succeeded | String |
Loading
A zero-dependency Python skill for managing Render services, databases, and deployments directly through the Render API.

A professional-grade real estate data tool for searching listings, agents, and property details via API.

A streamlined integration for managing Railway.app projects, services, deployments, and variables directly through an AI agent.

A comprehensive automation tool for managing Printful print-on-demand products, orders, and shipping via Openclaw Skills.

A search-and-save pipeline that logs deep research results to SQLite and Langfuse for long-term knowledge retention.

An AI research pipeline that automates search retrieval through Perplexity and saves results to a SQLite database with full observability.








































