clawddocs-zh

Navigates, searches, and retrieves Clawdbot documentation with configuration snippets.

10|10|Updated May 13, 2026
One-click install
npx skills add https://github.com/yuluyangguang1/openclaw-portable --skill clawddocs-zh-yuluyangguang1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawddocs-zh
Source: https://github.com/yuluyangguang1/openclaw-portable/tree/main/system/skills-zh/clawddocs-zh
Command: npx skills add https://github.com/yuluyangguang1/openclaw-portable --skill clawddocs-zh-yuluyangguang1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Finding the right Clawdbot documentation page and correct configuration syntax is slow when docs span dozens of categories like providers, gateway, automation, and platforms. This Skill gives the AI a decision tree, search scripts, and ready-made config snippets so questions about Clawdbot setup and troubleshooting get answered with accurate, sourced documentation. ## Core Features & Use Cases - Decision-tree navigation: Routes questions (setup, troubleshooting, configuration, automation, installation) to the correct documentation category such as providers/, gateway/, or concepts/. - Search and fetch scripts: Includes shell scripts for sitemap listing, keyword search, document fetching, recent-change tracking, and full-text index building via qmd. - Configuration snippets: Ships ready-to-use JSON config patterns for Discord, Telegram, WhatsApp, gateway settings, agent defaults, and cron jobs. - Use Case: A user asks how to make a Discord bot respond only when mentioned; the Skill fetches the providers/discord doc, locates the requireMention setting, and returns the exact JSON snippet with a source link. ## Quick Start Ask how to configure a Clawdbot feature, such as setting up a Telegram provider or troubleshooting the gateway, and the Skill will locate the right documentation and provide the config snippet.

Frequently Asked Questions about clawddocs-zh

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

FAQPage Schema
How do I find the right Clawdbot documentation for a setup question?

Use the decision tree in the Skill: setup questions route to providers/ or start/, troubleshooting to gateway/troubleshooting, and configuration to gateway/configuration. You can also run scripts/search.sh with a keyword to locate matching docs.

How do I search Clawdbot docs by keyword?

Run scripts/search.sh followed by your keyword to find matching documentation pages. For semantic full-text search, build an index first with scripts/build-index.sh fetch and build, then run build-index.sh search with your query.

Does this Skill provide Clawdbot configuration examples?

Yes, snippets/common-configs.md contains ready-to-use JSON patterns for Discord, Telegram, and WhatsApp providers, gateway host and port settings, agent default models, and cron job schedules.

Can I track what changed in the Clawdbot documentation?

Yes, scripts/recent.sh shows documents updated within a given number of days, and scripts/track-changes.sh supports saving snapshots and listing changes since a specific date.

What are the limitations of the bundled search scripts?

The included shell scripts are lightweight stubs that print intended actions rather than performing live network fetches. Full-text semantic search additionally requires the external qmd tool to build and query the index.