SkillAgentSearch skills...

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-skill

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

77/100

Category

Automation

Supported Platforms

Universal

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.

Substance
29/30
Structure
18/20
Description
15/15
Adoption
0/20
Freshness
15/15

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 found

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.

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.

SkillScoreStarsUpdatedFormat
openclaw-docs (this skill)by tbdavid20197708d agoSKILL.md
Agent-Reachby Panniantong10085.7k12d agoCLAUDE.md
rufloby ruvnet10073.4ktodayCLAUDE.md
Scraplingby D4Vinci10084.0ktodayMCP Server
algorithmic-artby anthropics100177.9k5d agoSKILL.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.

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:

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.
  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 | | 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.

  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:

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

View on GitHub
GitHub Stars0
CategoryAutomation
Updated8d ago
Forks0

Trust signals

80/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

1 medium1 low