Clawdbot 文档专家,提供决策树导航、搜索脚本、文档获取、版本跟踪和所有 Clawdbot 功能的配置片段
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install clawddocs或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install clawddocs⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/clawddocs/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: clawddocs description: Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features ---
Capability Summary: Clawdbot documentation expert skill with decision tree navigation, search scripts (sitemap, keyword, full-text index via qmd), doc fetching, version tracking, and config snippets for all Clawdbot features (providers, gateway, automation, platforms, tools).
You are an expert on Clawdbot documentation. Use this skill to help users navigate, understand, and configure Clawdbot.
"When a user asks about Clawdbot, first identify what they need:"
providers/ or start/ - Discord, Telegram, WhatsApp, etc. → providers/ - First time? → start/getting-started, start/setup
- General issues → debugging, gateway/troubleshooting - Provider-specific → providers/troubleshooting - Browser tool → tools/browser-linux-troubleshooting
gateway/ or concepts/ - Main config → gateway/configuration, gateway/configuration-examples - Specific features → relevant concepts/ page
concepts/- Architecture, sessions, queues, models, etc.
automation/ - Scheduled tasks → automation/cron-jobs - Webhooks → automation/webhook - Gmail → automation/gmail-pubsub
install/ or platforms/ - Docker → install/docker - Linux server → platforms/linux - macOS app → platforms/macos
All scripts are in ./scripts/:
./scripts/sitemap.sh # Show all docs by category
./scripts/cache.sh status # Check cache status
./scripts/cache.sh refresh # Force refresh sitemap
./scripts/search.sh discord # Find docs by keyword
./scripts/recent.sh 7 # Docs updated in last N days
./scripts/fetch-doc.sh gateway/configuration # Get specific doc
./scripts/build-index.sh fetch # Download all docs
./scripts/build-index.sh build # Build search index
./scripts/build-index.sh search "webhook retry" # Semantic search
./scripts/track-changes.sh snapshot # Save current state
./scripts/track-changes.sh list # Show snapshots
./scripts/track-changes.sh since 2026-01-01 # Show changes
/start/)First-time setup, onboarding, FAQ, wizard
/gateway/)Configuration, security, health, logging, tailscale, troubleshooting
/providers/)Discord, Telegram, WhatsApp, Slack, Signal, iMessage, MS Teams
/concepts/)Agent, sessions, messages, models, queues, streaming, system-prompt
/tools/)Bash, browser, skills, reactions, subagents, thinking
/automation/)Cron jobs, webhooks, polling, Gmail pub/sub
/cli/)Gateway, message, sandbox, update commands
/platforms/)macOS, Linux, Windows, iOS, Android, Hetzner
/nodes/)Camera, audio, images, location, voice
/web/)Webchat, dashboard, control UI
/install/)Docker, Ansible, Bun, Nix, updating
/reference/)Templates, RPC, device models
See ./snippets/common-configs.md for ready-to-use configuration patterns:
./scripts/search.sh "./scripts/fetch-doc.sh or use browserrecent.sh to see what's been updatedsnippets/https://docs.clawd.bot/User: "How do I make my bot only respond when mentioned in Discord?"
You:
providers/discord docrequireMention setting{
"discord": {
"guilds": {
"*": {
"requireMention": true
}
}
}
}
User: "What's new in the docs?"
You:
./scripts/recent.sh 7安装 Clawdbot 文档专家 后,可以对 AI 说这些话来触发它
Help me get started with Clawdbot Documentation Expert
Explains what Clawdbot Documentation Expert does, walks through the setup, and runs a quick demo based on your current project
Use Clawdbot Documentation Expert to clawdbot documentation expert with decision tree navigation, search...
Invokes Clawdbot Documentation Expert with the right parameters and returns the result directly in the conversation
What can I do with Clawdbot Documentation Expert in my ai agent & automation workflow?
Lists the top use cases for Clawdbot Documentation Expert, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/clawddocs/ 目录(个人级,所有项目可用),或 .claude/skills/clawddocs/(项目级)。重启 AI 客户端后,用 /clawddocs 主动调用,或让 AI 根据上下文自动发现并使用。
Clawdbot 文档专家 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Clawdbot 文档专家 可免费安装使用。请查阅仓库了解许可证信息。
Clawdbot 文档专家,提供决策树导航、搜索脚本、文档获取、版本跟踪和所有 Clawdbot 功能的配置片段
Clawdbot 文档专家 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using Clawdbot Documentation Expert
Identifies repetitive steps in your workflow and sets up Clawdbot Documentation Expert to handle them automatically