clawddocs
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Why use this skill?
Master Clawdbot with the clawddocs skill. Access documentation, search guides, track version changes, and find configuration snippets for all agents.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/nicholasspisak/clawddocsWhat This Skill Does
The clawddocs skill transforms your OpenClaw agent into a specialized documentation engineer for the Clawdbot ecosystem. It provides an intelligent interface to navigate, query, and troubleshoot the entire Clawdbot architecture. By integrating directly with local file systems via scripts, it enables rapid retrieval of configuration snippets, version change history, and semantic full-text search capabilities using qmd. Whether you are architecting a new automation workflow, setting up a messaging provider, or diagnosing gateway errors, this skill acts as your primary knowledge base, reducing context switching and accelerating development speed.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/nicholasspisak/clawddocs
Once installed, ensure your environment has access to the /scripts/ directory to enable document fetching, index building, and version tracking features.
Use Cases
- Onboarding: Developers new to the Clawdbot platform can use the decision tree logic to find quick-start guides and installation procedures for Docker or Linux servers.
- Configuration Management: Retrieve exact configuration snippets for complex providers like WhatsApp or Discord, ensuring syntax and parameters are up-to-date.
- Troubleshooting: Diagnose system performance or gateway connectivity issues by accessing internal debugging documentation.
- Automation Design: Learn how to implement advanced features like Gmail pub/sub, cron-based tasks, and webhooks with step-by-step guidance.
- Version Control Tracking: Utilize the snapshot and diff features to understand how your project's configuration state has evolved over time.
Example Prompts
- "How do I configure the Discord provider for a bot with multiple channels?"
- "I'm seeing a connection timeout in the gateway logs, can you find the troubleshooting steps for this?"
- "Show me the recent changes to the configuration schema since the start of last month using the track-changes script."
Tips & Limitations
- Performance: Always run
./scripts/build-index.sh buildafter adding new documentation to ensure semantic searches are accurate. - Caching: If documentation seems stale, use
./scripts/cache.sh refreshto force a sitemap update. - Scope: This skill is strictly scoped to Clawdbot documentation. It cannot execute arbitrary code outside of the defined script directory, ensuring a secure documentation-retrieval environment.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-nicholasspisak-clawddocs": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, code-execution