Instantly transform local or Hugging Face models into OpenAI-compatible endpoints for direct chat interaction within your agent environment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install communicate
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 communicate using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ModelReady is a high-performance utility within the Openclaw Skills ecosystem designed to bridge the gap between model repositories and interactive agents. By leveraging vLLM, it allows developers to serve models from local storage or Hugging Face repositories as standardized APIs without leaving their terminal or chat interface.
This skill eliminates the friction of manual server configuration, providing a seamless way to test, interact with, and integrate various LLMs into your development lifecycle. Whether you are working with private local weights or exploring the latest releases on Hugging Face, ModelReady ensures your models are always a single command away from being chat-ready.
To get started with ModelReady, ensure your environment has bash and curl available. You can configure the service using the following steps:
# Start a model from Hugging Face on a specific port
/modelready start repo=Qwen/Qwen2.5-7B-Instruct port=19001
# Alternatively, start a local model with specific hardware optimizations
/modelready start repo=/path/to/local/model port=8010 tp=4 dtype=bfloat16
ModelReady organizes its operational metadata and server configurations using a structured parameter set. This ensures consistency when interacting with the Openclaw Skills framework:
| Parameter | Description | Requirement |
|---|---|---|
repo |
Path to local model or Hugging Face repository ID | Required |
port |
The network port the vLLM server will listen on | Required |
tp |
Tensor Parallelism degree for multi-GPU setups | Optional |
dtype |
Data type precision (e.g., bfloat16, float16) | Optional |
ip |
Default host IP address for the model server | Optional |
Loading
An automated maintenance skill that updates all agent capabilities and generates comprehensive versioning reports.

An AI-powered negotiation assistant designed to handle B2B sales objections through strategic value-shifting and diagnostic communication.

A narrative-driven dialogue skill that transforms standard AI responses into warm, Gaiman-inspired storytelling experiences.

A high-precision logic verification tool for Openclaw Skills that uses the Golden Triangle framework to hunt for truth and score evidence credibility.

A data-driven decision engine for CN A-share momentum trading with a 1-5 day horizon.

A structural protocol for AI agents to organize code into modular subskills and centralized data directories.








































