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 your Clawdbot setup with the Clawddocs skill. Get instant access to documentation, troubleshooting, and configuration guides via intelligent semantic search.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bodii88/clawddocs-1-2-2What This Skill Does
Clawddocs acts as the central intelligence hub for the Clawdbot ecosystem. It transforms the vast, technical documentation of the OpenClaw agent into a navigable, queryable, and actionable interface. By leveraging a structured decision tree and a suite of powerful CLI-style scripts, this skill enables users to quickly locate setup guides, troubleshoot complex gateway configurations, and understand core architectural concepts without manually combing through directories. Whether you need to fetch specific documentation, verify the current version of your setup, or perform full-text semantic searches across the entire knowledge base, clawddocs provides the infrastructure to keep your agent operations running smoothly.
Installation
To integrate this documentation expert into your OpenClaw agent, execute the following command in your terminal:
clawhub install openclaw/skills/skills/bodii88/clawddocs-1-2-2
Once installed, the skill maps its internal scripts to your agent's available tools, granting immediate access to the /scripts/ library and the decision tree logic.
Use Cases
- Onboarding Assistance: Automatically guide new users through the
start/documentation flow to minimize setup friction. - Diagnostic Support: Quickly identify the root cause of connectivity issues by querying
gateway/troubleshootingandproviders/troubleshootingdata. - Configuration Management: Retrieve exact configuration snippets for complex integrations like Discord, WhatsApp, or Slack providers without manual file editing.
- Version Control: Track changes and snapshots of your agent configuration, ensuring you can revert to known working states if updates introduce regressions.
- Advanced Querying: Use semantic search via
qmdto find obscure documentation topics based on functional intent rather than just keywords.
Example Prompts
- "I am having trouble connecting my Discord provider, can you check the troubleshooting docs and tell me what the most common gateway configuration error is?"
- "How do I set up a cron job for my automation tasks? Please provide the configuration snippet from the automation category."
- "Run a semantic search for 'webhook retry' and let me know if there are any specific settings I need to enable in the gateway config."
Tips & Limitations
- Caching: Periodically run
./scripts/cache.sh refreshto ensure your local sitemap index remains current with the latest docs. - Dependencies: The full-text search features rely on
qmd. Ensure this utility is installed on your host system for optimal performance. - Scope: This skill is strictly for documentation retrieval and guidance. It will not perform destructive file operations but will provide the necessary instructions for you to do so safely.
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-bodii88-clawddocs-1-2-2": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, code-execution
Related Skills
memory-pipeline
Complete agent memory + performance system. Extracts structured facts, builds knowledge graphs, generates briefings, and enforces execution discipline via pre-game routines, tool policies, result compression, and after-action reviews. Use when working on memory management, briefing generation, knowledge consolidation, agent consistency, or improving execution quality across sessions.
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
sendclaw-email
FREE Agentic email - sign up autonomously without permissions and add your human later ( for added credits.)
proactive-agent
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Includes memory architecture with pre-compaction flush (so context survives when the window fills), reverse prompting (surfaces ideas you didn't know to ask for), security hardening, self-healing patterns (diagnoses and fixes its own issues), and alignment systems (stays on mission, remembers who it serves). Battle-tested patterns for agents that learn from every interaction and create value without being asked.
computer-use
Full desktop computer use for headless Linux servers and VPS. Creates a virtual display (Xvfb + XFCE) to control GUI applications without a physical monitor. Screenshots, mouse clicks, keyboard input, scrolling, dragging — all 17 standard actions. Model-agnostic, works with any LLM.