A comprehensive deployment and troubleshooting assistant designed to streamline the setup and maintenance of OpenClaw environments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-helper
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 openclaw-helper using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OpenClaw Helper is a specialized utility focused on the end-to-end lifecycle of OpenClaw deployments. It provides developers with a structured nine-stage navigation path, from initial server access to advanced AI model integration and Feishu channel configuration. By integrating this skill into your workflow, you ensure that your Openclaw Skills are configured correctly, minimizing downtime and configuration errors through validated command templates and environment checks.
This tool acts as a technical bridge, synthesizing complex deployment steps into actionable sequences. Whether you are configuring primary model providers or troubleshooting WebSocket connection failures, the OpenClaw Helper provides the precise bash snippets and log keyword analysis required to maintain a stable AI agent environment.
To use this helper effectively within your Openclaw Skills ecosystem, ensure you have SSH access to your server. Use the following command to verify your environment:
export NVM_DIR="/root/.nvm"; . "$NVM_DIR/nvm.sh";
openclaw --version
Configuration is typically handled via the openclaw config set command. For instance, to set your primary model, you would execute a remote command similar to:
ssh root@<IP> 'export NVM_DIR="/root/.nvm"; . "$NVM_DIR/nvm.sh"; openclaw config set "agents.defaults.model.primary" "provider/model-id"'
The skill manages configuration data primarily through the openclaw.json file located in the root directory. The data structure is organized as follows:
| Component | Configuration Key | Purpose |
|---|---|---|
| Models | models.providers |
Stores AI API credentials, base URLs, and model specifications |
| Channels | channels.feishu |
Manages messaging platform integration, AppIDs, and secrets |
| Agents | agents.defaults |
Defines default behavior and primary model selections for Openclaw Skills |
| Service | openclaw-gateway |
Managed via systemd for process persistence and logging |
Loading
A sophisticated documentation agent that extracts, refines, and categorizes discussion outcomes into a structured Markdown knowledge base.

A secure, incremental synchronization tool for Claude Code assets that uses a relay server for multi-device consistency and GitHub for versioned archiving.

A comprehensive AI-driven development workflow that uses a Project Manager and Builder architecture to automate coding tasks from requirements to GitHub delivery.

Efficiently manage reverse proxy hosts and automated SSL termination using Nginx Proxy Manager.

An automated meta-skill engine that allows AI to plan, design, and iteratively generate high-quality new skills for coding agents.

A robust integration for AI agents to query Google's Custom Search API for up-to-date information and documentation using Openclaw Skills.








































