← Back to Skills Marketplace
5567
Downloads
0
Stars
48
Active Installs
1
Versions
Install in OpenClaw
/install clawdbot-documentation-expert
Description
Expert guidance on navigating, understanding, configuring, troubleshooting, and automating Clawdbot using official documentation and config snippets.
Usage Guidance
Before installing, understand that the helper scripts may contact docs.clawd.bot and store a local documentation cache under ~/.cache/clawddocs. Avoid placing real secrets into the example config snippets; they are templates only.
Capability Analysis
Type: OpenClaw Skill
Name:
Developer:
Version:
Description: OpenClaw Agent Skill
The skill is classified as suspicious due to potential vulnerabilities rather than clear malicious intent. Specifically, `scripts/build-index.sh` and `scripts/search.sh` directly interpolate user-provided input into shell commands (`qmd query "$query"` and `grep -i "$query"`), which could lead to shell injection if the input is not properly sanitized by the agent or if the underlying commands have vulnerabilities. Additionally, `SKILL.md` instructs the agent to use `pi_browser` with a `targetUrl` constructed from user input in `scripts/fetch-doc.sh`, posing a potential browser-based attack vector (e.g., XSS) if a malicious user crafts the URL and the agent's browser tool lacks robust sanitization. All network activity is confined to `docs.clawd.bot`, and file system operations are limited to `~/.cache/clawddocs`, with no evidence of intentional data exfiltration or persistence.
Capability Assessment
Purpose & Capability
The stated purpose is helping users navigate Clawdbot documentation, and the scripts support that by listing, searching, fetching, indexing, and tracking docs from docs.clawd.bot.
Instruction Scope
Runtime instructions stay within documentation lookup and citation workflows; no hidden role override, automatic high-impact action, or unrelated behavior was found.
Install Mechanism
The package contains markdown and shell helper scripts only, with no install-time hooks or automatic execution behavior evident in the artifacts.
Credentials
The scripts perform network requests to docs.clawd.bot and write documentation caches/indexes under ~/.cache/clawddocs, which is disclosed and proportionate for a docs-search skill.
Persistence & Privilege
Persistence is limited to local documentation cache, index, and snapshot files; there is no credential access, privilege escalation, background worker, or broad local indexing.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawdbot-documentation-expert - After installation, invoke the skill by name or use
/clawdbot-documentation-expert - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Clawdbot Documentation Expert skill.
- Provides a decision tree to help users find relevant Clawdbot documentation by topic or problem.
- Lists core scripts for searching, indexing, and tracking changes in documentation.
- Gives summaries of all major documentation categories.
- Offers instructions for sharing config snippets and linking to source docs.
- Includes example interactions to guide usage and troubleshooting steps.
Metadata
Frequently Asked Questions
What is Clawdbot Documentation Expert?
Expert guidance on navigating, understanding, configuring, troubleshooting, and automating Clawdbot using official documentation and config snippets. It is an AI Agent Skill for Claude Code / OpenClaw, with 5567 downloads so far.
How do I install Clawdbot Documentation Expert?
Run "/install clawdbot-documentation-expert" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Clawdbot Documentation Expert free?
Yes, Clawdbot Documentation Expert is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Clawdbot Documentation Expert support?
Clawdbot Documentation Expert is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Clawdbot Documentation Expert?
It is built and maintained by janhcla (@janhcla); the current version is v1.0.0.
More Skills