Instantly deploy and chat with local or Hugging Face models directly from your workspace using vLLM.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install modelready
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 modelready 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 designed to streamline the deployment of Large Language Models (LLMs) from local storage or the Hugging Face hub. By leveraging the vLLM engine, it transforms complex model repositories into accessible, OpenAI-compatible endpoints within seconds, allowing for immediate interaction within your development environment.
As a versatile component of Openclaw Skills, ModelReady bridges the gap between raw model files and interactive chat interfaces. It allows developers to maintain full control over their model infrastructure while benefiting from a simplified command-line interface for management and testing.
Ensure you have bash and curl installed on your system. To add this to your environment, use the standard installation command for Openclaw Skills:
openclaw install modelready
Configure your environment variables if you are targeting a remote host:
export URL="http://your-server-ip"
The skill manages model execution and connectivity through a structured set of parameters:
| Parameter | Description | Default/Options |
|---|---|---|
| repo | The source path or Hugging Face ID of the model. | Required |
| port | The network port for the OpenAI-compatible API server. | Required |
| tp | Tensor Parallelism degree for multi-GPU scaling. | Integer (e.g., 2, 4) |
| dtype | Weight and activation data type. | e.g., bfloat16, float16 |
| ip | The host IP address for the server instance. | Localhost by default |
Loading
A background automation skill that monitors Feishu messages to trigger tasks and provide real-time progress updates through isolated process execution.

A high-performance, local speech-to-text engine utilizing NVIDIA Parakeet TDT for lightning-fast transcription without cloud dependencies.

A comprehensive toolkit for AI agents to plan, create, and optimize high-performing social media content across all major platforms.

Empower your AI agents with the ability to analyze 325+ marketing and business data sources via Openclaw Skills and Windsor.ai.

A read-only API skill providing factual data, bytecode, and historical context for Ethereum mainnet smart contracts.

PostWall acts as a secure human-in-the-loop gateway for AI agents to interact with email safely and with oversight.








































