openclaw-docs
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.
Install / Use
npx skills add tbdavid2019/openclaw-docs-skillInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
AutomationSupported Platforms
Our assessment of openclaw-docs
openclaw-docs scores 77/100 on our quality scale, 1376th of 1,753 Automation skills we index.
Its SKILL.md is 6.2 KB long, well organised into 10 sections with 3 code examples: a thorough specification that gives an agent plenty to work with.
It has no GitHub stars yet, so there is no community track record; judge it on its content.
Maintenance, license and trust
- The repository was last updated 8 days ago, so openclaw-docs is actively maintained.
- Our last check on 2026-09-27 found the source still online.
- No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
- Its trust signals score 80/100, with 2 cautions from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.
Safety scan
No issues foundOur scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful.
AI review by kimi-k2.7-code on 2026-09-24. Automated pattern scan on 2026-09-24. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.
openclaw-docs compared with similar skills
All 4 of these similar skills score higher than openclaw-docs; compare them before choosing.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| openclaw-docs (this skill)by tbdavid2019 | 77 | 0 | 8d ago | SKILL.md |
| Agent-Reachby Panniantong | 100 | 85.7k | 12d ago | CLAUDE.md |
| rufloby ruvnet | 100 | 73.4k | today | CLAUDE.md |
| Scraplingby D4Vinci | 100 | 84.0k | today | MCP Server |
| algorithmic-artby anthropics | 100 | 177.9k | 5d ago | SKILL.md |
Frequently asked questions
- How do I install openclaw-docs?
- Run
npx skills add tbdavid2019/openclaw-docs-skill. The install tabs above show the steps for each supported agent. - Which AI agents does openclaw-docs work with?
- It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
- Is openclaw-docs safe to use?
- Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful. It declares no license and scores 80/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
- Is openclaw-docs still maintained?
- The repository was last updated 8 days ago, so openclaw-docs is actively maintained.
Skill content
View source on GitHubname: 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
- Read
references/SOURCE.jsonwhen provenance or freshness matters. - For operational work, obtain
openclaw --versionwhen it is available and relevant. - Treat the references as documentation for the recorded upstream
mainrevision. Flag a possible version mismatch when the installed OpenClaw version is older. - 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:
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
- Read references/SKILL_INDEX.md.
- Open exactly one matching catalog under
references/_catalog/. - If that catalog links to alphabetical sections, open exactly one matching section.
- Select at most three candidate documents using their
summaryandread_whenmetadata. - Inspect headings or search within those documents before reading long sections.
- 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 |
| Gateway configuration, service, networking | gateway catalog |
| Telegram, WhatsApp, Discord, Slack, LINE, or other messaging | channels catalog |
| Anthropic, OpenAI, Gemini, Ollama, or other models | providers catalog |
| Exact openclaw command or flag | CLI catalog |
| Exec, browser, web, skills, permissions, or agent tools | tools catalog |
| Cron, hooks, tasks, or webhooks | automation catalog |
| Agents, sessions, memory, routing, or architecture | concepts catalog |
| Nodes or OS-specific behavior | nodes catalog and platforms catalog |
| Control UI, WebChat, dashboard, or TUI | web catalog |
| Security, exposure, or incident response | security catalog and gateway catalog |
| Unclear symptom or general troubleshooting | help catalog |
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.
- Explain what will change and the likely impact.
- Confirm the target and scope from available evidence.
- Obtain the user's authorization when it is not already explicit.
- Prefer previews, validation, backups, and reversible operations.
- 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:
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 <skill-directory>/scripts/install-skill.sh <skill-directory>
Do not run scripts/sync-docs.sh or regenerate indexes during normal OpenClaw assistance.
Related Skills
Agent-Reach
85.7kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
73.4k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
Scrapling
84.0k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ and follow here for daily tips and tricks: https://x.com/Scrapling_dev
algorithmic-art
177.9kCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems.
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
