2.2 KiB
name, description
| name | description |
|---|---|
| openclaw-docs | Search and reference OpenClaw documentation for configuration, setup, CLI commands, and troubleshooting. Use when the user asks about OpenClaw config options, gateway setup, channel configuration, agent commands, or needs help with OpenClaw CLI usage. Triggers on questions about openclaw config, openclaw commands, gateway setup, or general openclaw documentation. |
OpenClaw Documentation Skill
Overview
This skill provides quick access to OpenClaw configuration patterns, CLI commands, and setup documentation from the codebase. Use this when you need to look up specific config options, understand how to configure channels, set up the gateway, or troubleshoot common issues.
Quick Reference
Configuration Patterns
OpenClaw config lives at ~/.openclaw/config.json and can be managed via:
openclaw config get <path>- Get a config valueopenclaw config set <path> <value>- Set a config valueopenclaw config unset <path>- Remove a config valueopenclaw config- Interactive wizard
Common config paths are documented in references/config-guide.md.
CLI Commands
Core commands:
openclaw agent- Run agent turns (local or via gateway)openclaw gateway- Gateway managementopenclaw channels- Channel status and managementopenclaw skills- Skill managementopenclaw login- Provider authentication
For detailed command usage, see references/cli-commands.md.
Gateway Setup
The gateway can run in different modes:
- Local mode:
gateway.mode=local - Remote mode: requires gateway URL configuration
See references/gateway-setup.md for detailed setup instructions.
Channels
OpenClaw supports multiple messaging channels (Telegram, Discord, WhatsApp, Signal, iMessage, etc.). Channel-specific setup is documented in docs/channels/ in the repo. See references/channels-guide.md for channel configuration patterns.
Resources
references/
config-guide.md- Common configuration options and patternscli-commands.md- Detailed CLI command referencegateway-setup.md- Gateway configuration and modeschannels-guide.md- Channel setup and configuration patternstroubleshooting.md- Common issues and solutions