Find authoritative guidance for installing, configuring, operating, securing, and troubleshooting OpenClaw, including channels, model providers, Gateway operations, tools, plugins, automation, nodes, multi-agent routing, and CLI errors. Use for any question or maintenance task involving an OpenClaw installation, `openclaw` CLI command, Gateway daemon, configuration key, or integration.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add tbdavid2019/openclaw-docs-skill --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of openclaw-docs?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/tbdavid2019-openclaw-docs)More formats (shields.io, HTML) on the badges page.
---
name: openclaw-docs
description: Find authoritative guidance for installing, configuring, operating, securing, and troubleshooting OpenClaw, including channels, model providers, Gateway operations, tools, plugins, automation, nodes, multi-agent routing, and CLI errors. Use for any question or maintenance task involving an OpenClaw installation, `openclaw` CLI command, Gateway daemon, configuration key, or integration.
---
# OpenClaw documentation
Use the synchronized official documentation as the source of truth. Keep context small by
loading only the files and sections needed for the current request.
## Establish the version boundary
1. Read `references/SOURCE.json` when provenance or freshness matters.
2. For operational work, obtain `openclaw --version` when it is available and relevant.
3. Treat the references as documentation for the recorded upstream `main` revision. Flag a
possible version mismatch when the installed OpenClaw version is older.
4. Never invent a command, flag, configuration key, default, or migration step. Search the
references and state uncertainty when the documentation does not establish the answer.
Do not update the installed skill during ordinary questions. Use the local snapshot without
blocking the user. Refresh only when the user asks to install or update the skill.
## Find documentation progressively
Choose the narrowest route that fits the request.
### Exact error, command, or configuration key
Search `references/` directly for:
- the exact error message first;
- the full CLI command or subcommand;
- the complete configuration key;
- distinctive log text, provider name, or channel name.
When shell search is available, prefer:
```bash
rg -n -i --glob '*.md' --glob '*.mdx' '<exact text>' references
rg -l -i --glob '*.md' --glob '*.mdx' '<keyword>' references
```
Use the host's equivalent file-search tool when `rg` is unavailable. Do not load the global
router before an exact search unless the search produces no useful candidate.
### Broad topic
1. Read [references/SKILL_INDEX.md](references/SKILL_INDEX.md).
2. Open exactly one matching catalog under `references/_catalog/`.
3. If that catalog links to alphabetical sections, open exactly one matching section.
4. Select at most three candidate documents using their `summary` and `read_when` metadata.
5. Inspect headings or search within those documents before reading long sections.
6. Expand to another document, section, or catalog only when the first candidates are insufficient.
### Topic routing
| User intent | Start with |
|---|---|
| Installation, update, migration, deployment | [install catalog](references/_catalog/install.md) |
| Gateway configuration, service, networking | [gateway catalog](references/_catalog/gateway.md) |
| Telegram, WhatsApp, Discord, Slack, LINE, or other messaging | [channels catalog](references/_catalog/channels.md) |
| Anthropic, OpenAI, Gemini, Ollama, or other models | [providers catalog](references/_catalog/providers.md) |
| Exact `openclaw` command or flag | [CLI catalog](references/_catalog/cli.md) |
| Exec, browser, web, skills, permissions, or agent tools | [tools catalog](references/_catalog/tools.md) |
| Cron, hooks, tasks, or webhooks | [automation catalog](references/_catalog/automation.md) |
| Agents, sessions, memory, routing, or architecture | [concepts catalog](references/_catalog/concepts.md) |
| Nodes or OS-specific behavior | [nodes catalog](references/_catalog/nodes.md) and [platforms catalog](references/_catalog/platforms.md) |
| Control UI, WebChat, dashboard, or TUI | [web catalog](references/_catalog/web.md) |
| Security, exposure, or incident response | [security catalog](references/_catalog/security.md) and [gateway catalog](references/_catalog/gateway.md) |
| Unclear symptom or general troubleshooting | [help catalog](references/_catalog/help.md) |
If a catalog does not exist in an older installed snapshot, search the corresponding
`references/<topic>/` directory directly.
## Diagnose from evidence
Match diagnostics to the symptom instead of running a universal command ladder.
- For Gateway reachability, inspect status, service state, and relevant Gateway logs.
- For a single channel, inspect Gateway reachability and that channel's status, policy, and
channel-specific troubleshooting page.
- For model failures, inspect provider authentication, model resolution, and the exact provider
error without probing unrelated channels.
- For configuration failures, identify the active config path, exact rejected key, and matching
configuration reference.
- For update or migration failures, establish the installed version, install method, and target
version before recommending changes.
Begin with read-only observations. Preserve exact errors and command output when searching the
documentation.
## Control state-changing actions
Treat edits, installation, updates, `--fix`, `--force`, restarts, uninstalls, credential changes,
pairing approvals, and message sends as state-changing actions.
1. Explain what will change and the likely impact.
2. Confirm the target and scope from available evidence.
3. Obtain the user's authorization when it is not already explicit.
4. Prefer previews, validation, backups, and reversible operations.
5. Re-check status after the change.
Never expose tokens, passwords, session data, auth profiles, or secrets in the response. Redact
them from copied output.
## Produce the answer
- Lead with the diagnosis or requested outcome.
- Give commands only after confirming them in the synchronized references.
- Separate documented facts from inferences.
- Mention relevant version assumptions or mismatch risks.
- Cite the local reference paths used so the user can verify the answer.
- Keep unexplored alternatives out of context unless the primary route fails.
## Maintain this skill
Run maintenance only when the user explicitly asks to refresh this repository:
```bash
sh scripts/sync-docs.sh
python3 scripts/generate_index.py --check
python3 -m unittest -v tests/test_repo.py
```
For an installed Git checkout, install or update with:
```bash
bash <skill-directory>/scripts/install-skill.sh <skill-directory>
```
Do not run `scripts/sync-docs.sh` or regenerate indexes during normal OpenClaw assistance.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!