A CLI-driven skill for deploying and managing high-performance vLLM-based Large Language Model services across multiple GPU servers.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gpu-deploy
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 gpu-deploy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
GPU Deploy is a specialized tool designed to simplify the lifecycle of hosting Large Language Models using the vLLM framework. As a key part of the Openclaw Skills library, it provides developers with a structured way to manage remote GPU resources, check for hardware availability, and launch high-performance inference servers with minimal manual intervention.
By abstracting complex SSH commands and environment setups, this skill enables rapid deployment of industry-leading models like DeepSeek, Llama, and Qwen. It ensures that your AI infrastructure is always ready for production or testing environments, providing a professional-grade bridge between raw hardware and accessible AI APIs through the Openclaw Skills framework.
First, ensure you have SSH access to your target servers. Create your server configuration directory and file:
mkdir -p ~/.config/gpu-deploy
touch ~/.config/gpu-deploy/servers.json
Populate servers.json with your server metadata:
{
"servers": {
"my-gpu-node": {
"host": "192.168.1.100",
"user": "ubuntu",
"gpu_count": 4,
"model_path": "/data/models"
}
},
"default_server": "my-gpu-node"
}
Verify the connection using the check command:
gpu-deploy check
The skill utilizes a configuration-first approach to manage infrastructure metadata and model parameters within the Openclaw Skills environment.
| File | Purpose | Key Metadata Fields |
|---|---|---|
servers.json |
Infrastructure Map | host, user, gpu_count, model_path |
models.json |
Model Definitions | tensor_parallel_size, max_model_len, dtype, port |
SKILL.md |
Skill definition | requires: bins (ssh), emoji: 🚀 |
Loading
An advanced AI-powered Reddit Voice of Customer research engine that transforms community discussions into professional business reports.

A specialized tool for extracting Amazon product data and automatically listing it on Shopify stores with multilingual translation.

Execute commands and manage files within a persistent Astra Docker container workspace.

A professional tool for extracting core structural insights, key arguments, and actionable steps from YouTube lecture transcripts.

A specialized utility for querying and monitoring usage statistics, token consumption, and remaining balances from any new-api deployment.

Triggers local bash scripts when user queries begin with the Xiaoai assistant wake word.








































