OpenClaw Skill
This is the ultimate command center for OpenClaw. It provides instructions and scripts to manage every aspect of the platform, from first installation to advanced multi-agent orchestration.
🌟 Core Capabilities
- Infrastructure: Native services, Docker Compose, Nix flakes, and rollback management.
- Connectivity: Global channels (WhatsApp, Telegram, Discord, Bot APIs).
- Intelligence: OAuth auth for major LLMs, model aliases, and local model scanning.
- Surface & Hardware: Mobile Nodes (Camera, Audio, GPS), macOS companion, and Canvas.
- Advanced Logic: OpenProse (parallel agents), Sub-agents, and Managed Browser control.
🛠️ Unified Command Utility
All operations are handled via the unified script:
bash scripts/openclaw.sh [command] [args]
1. Setup & Maintenance
install: Install or update the CLI.
setup: Run the onboarding wizard and install the service.
doctor: Comprehensive health and config check.
status: High-level overview of connections and agents.
reset: Full system reset.
2. Services & Deployment
service {start|stop|restart|logs}: Manage the background daemon.
docker {setup|up|down|logs}: Manage containerized environments.
3. Channels & Authentication
channel login [whatsapp|telegram|discord]: Connect a messaging account.
channel list: View active channel connections.
auth {anthropic|openai}: Manage OAuth provider tokens.
pairing: Manage device authorization for mobile nodes.
4. Advanced Interaction
browser {start|open|screenshot}: Playwright-powered browser control.
cron {list|add|remove}: Schedule periodic tasks.
plugin {install|enable}: Manager Gateway extensions.
msg [target] [message]: Send a message from the terminal.
📂 Documentation & References
Use these local guides for detailed technical specifics:
references/cli-full.md: Complete list of all CLI commands and sub-commands.
references/config-schema.md: openclaw.json structure and environment variables.
references/nodes-platforms.md: Guide for Windows (WSL2), macOS, and Mobile Nodes.
references/deployment.md: Docker, Nix, Hetzner, and Update/Rollback procedures.
references/advanced-tools.md: OpenProse, Browsers, Plugins, and Sub-agents.
references/hubs.md: Centralized list of online documentation links.
💡 Troubleshooting
- Permission Errors: Use
sudo for global installs or check ~/.openclaw recursive permissions.
- Connection Lost: Ensure Node.js >= 22. Use
openclaw.sh service restart to refresh the gateway.
- Can't scan QR: Ensure the gateway port (18789) is accessible via loopback or tunnel.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: openclaw3description: Comprehensive skill for installing, configuring, and managing the OpenClaw ecosystem (Gateway, Channels, Models, Automation, Nodes, and Deployment). Use when this capability is needed.4---56# OpenClaw Skill78This is the ultimate command center for OpenClaw. It provides instructions and scripts to manage every aspect of the platform, from first installation to advanced multi-agent orchestration.910## 🌟 Core Capabilities11- **Infrastructure**: Native services, Docker Compose, Nix flakes, and rollback management.12- **Connectivity**: Global channels (WhatsApp, Telegram, Discord, Bot APIs).13- **Intelligence**: OAuth auth for major LLMs, model aliases, and local model scanning.14- **Surface & Hardware**: Mobile Nodes (Camera, Audio, GPS), macOS companion, and Canvas.15- **Advanced Logic**: OpenProse (parallel agents), Sub-agents, and Managed Browser control.1617## 🛠️ Unified Command Utility18All operations are handled via the unified script:19`bash scripts/openclaw.sh [command] [args]`2021### 1. Setup & Maintenance22- `install`: Install or update the CLI.23- `setup`: Run the onboarding wizard and install the service.24- `doctor`: Comprehensive health and config check.25- `status`: High-level overview of connections and agents.26- `reset`: Full system reset.2728### 2. Services & Deployment29- `service {start|stop|restart|logs}`: Manage the background daemon.30- `docker {setup|up|down|logs}`: Manage containerized environments.3132### 3. Channels & Authentication33- `channel login [whatsapp|telegram|discord]`: Connect a messaging account.34- `channel list`: View active channel connections.35- `auth {anthropic|openai}`: Manage OAuth provider tokens.36- `pairing`: Manage device authorization for mobile nodes.3738### 4. Advanced Interaction39- `browser {start|open|screenshot}`: Playwright-powered browser control.40- `cron {list|add|remove}`: Schedule periodic tasks.41- `plugin {install|enable}`: Manager Gateway extensions.42- `msg [target] [message]`: Send a message from the terminal.4344## 📂 Documentation & References45Use these local guides for detailed technical specifics:46- `references/cli-full.md`: Complete list of all CLI commands and sub-commands.47- `references/config-schema.md`: `openclaw.json` structure and environment variables.48- `references/nodes-platforms.md`: Guide for Windows (WSL2), macOS, and Mobile Nodes.49- `references/deployment.md`: Docker, Nix, Hetzner, and Update/Rollback procedures.50- `references/advanced-tools.md`: OpenProse, Browsers, Plugins, and Sub-agents.51- `references/hubs.md`: Centralized list of online documentation links.5253## 💡 Troubleshooting54- **Permission Errors**: Use `sudo` for global installs or check `~/.openclaw` recursive permissions.55- **Connection Lost**: Ensure Node.js >= 22. Use `openclaw.sh service restart` to refresh the gateway.56- **Can't scan QR**: Ensure the gateway port (18789) is accessible via loopback or tunnel.5758---59> Converted and distributed by [TomeVault](https://tomevault.io/claim/demerzels-lab) — claim your Tome and manage your conversions.60<!-- tomevault:4.0:skill_md:2026-04-13 -->