AI Agent Hub
Back to skills
Clawddocs Documentation Assistant icon

Clawddocs Documentation Assistant

Knowledge Management Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Install @zcwl/clawddocs into your AI assistant using https://skillhub.cn/install/skillhub.md.

About this skill

Problem

SkillHub documentation is split across providers/, gateway/, concepts/, automation/, and install/. When users ask 'how do I configure X', 'why isn't X working', or 'how do I deploy it', plain search can return noisy results and manual triage requires context switching across setup, troubleshooting, configuration, and automation paths.

How It Works

Clawddocs uses decision-tree navigation to classify the question first, then routes it to the relevant documentation area. It supports document processing, document navigation, and content extraction. Inputs can include file paths, format options, a question, or a knowledge-base scope; outputs can include conversion results, page information, answers, and reference links. Parameters such as content, mode, max_retries, and skip_steps control the run, with mode accepting json, text, or markdown, and skip_steps used for resumable execution. The skill can produce intermediate artifacts and classify failures into configuration, runtime, network, or LLM timeout issues.

Boundaries

It is better suited to structured documentation lookup, format conversion, and content extraction than to complex decisions that require human judgment. If the input format is unclear, context is missing, or the runtime environment is incomplete, results may be unreliable. API Key values should be managed through secure environment variables and kept out of version control.

Use Cases

  • Check `providers/` to find how Discord should respond only when mentioned
  • Convert a set of `markdown` documents to `json` and extract key sections into structured data
  • Locate the main config in `gateway/configuration` and the related concept pages for a feature
  • Navigate `automation/` pages such as `cron-jobs`, `webhook`, and `gmail-pubsub`

Best For

  • Engineers maintaining `SkillHub` integrations who need to locate setup, troubleshooting, and deployment docs by question type
  • Knowledge-base operators or product managers who need to collect answers and reference links from scattered docs
  • Technical support staff handling batch conversions between `markdown`, `text`, and `json`
  • Developers debugging automation flows who need to verify tasks and configs across `automation/` and `gateway/`