clawddocs

Search Clawdbot documentation and retrieve configuration snippets with source URLs.

2|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/papachong/RHClaw --skill clawddocs-papachong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawddocs
Source: https://github.com/papachong/RHClaw/tree/main/RHClaw-Desktop/src-tauri/skills/clawddocs
Command: npx skills add https://github.com/papachong/RHClaw --skill clawddocs-papachong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires qmd, and includes scripts (resource) components.

What problem does it solve?

This skill eliminates friction in finding, understanding, and applying Clawdbot documentation and configuration by providing a decision tree, targeted search, and ready-to-use snippets so developers and operators can resolve setup and runtime issues faster.

Core Features & Use Cases

  • Decision-tree navigation to direct users to the correct docs for setup, troubleshooting, and configuration.
  • Search & discovery via sitemap, keyword search, and an optional qmd-powered full-text index plus scripts to fetch specific pages.
  • Version tracking & snippets with snapshot listings and reusable config examples for providers, gateway, agents, cron jobs, and platforms.
  • Use Case: Locate the Discord provider settings, fetch the provider doc, extract the requireMention setting, and return a validated config snippet with the source URL.

Quick Start

Ask the Clawdbot docs expert to fetch the gateway configuration and provide a ready-to-use config snippet.

Frequently Asked Questions about clawddocs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find specific Clawdbot configuration settings for provider setup?

To find Clawdbot configuration settings, use the skill's sitemap listing and keyword search to locate specific provider docs, then fetch the exact page to extract ready-to-use config snippets with validated source URLs.

What is the best way to search Clawdbot documentation for gateway configuration examples?

The best way to search Clawdbot documentation is using the qmd-powered full-text index for semantic search, which returns exact gateway configuration examples and source URLs directly from the fetched doc paths.

Can I retrieve historical Clawdbot configuration snippets using snapshot-based version tracking?

Yes, you can retrieve historical Clawdbot configuration snippets by accessing snapshot listings that track version changes, allowing you to review past provider, gateway, and platform deployment setups alongside their changelog history.

Does the Clawdbot docs search require qmd to function?

The Clawdbot docs search relies on qmd as a dependency to power its optional full-text index and semantic search capabilities, while basic sitemap listing and doc fetching by path remain available through its built-in scripts.

How do I troubleshoot Clawdbot runtime issues using the decision-tree navigation?

To troubleshoot Clawdbot runtime issues, use the decision-tree navigation to direct your query to the correct troubleshooting docs, then fetch the specific page to retrieve relevant configuration fixes and validated snippets.

Why does my Clawdbot automation recipe configuration fail to validate?

Clawdbot automation recipe configuration failures often stem from outdated snippets; use snapshot-based version tracking to verify you are using the correct configuration version and fetch the latest validated examples from the source URL.