clawddocs by sundial-org/awesome-openclaw-skills
npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill clawddocs能力概述: Clawdbot 文档专家技能,包含决策树导航、搜索脚本(站点地图、关键词、通过 qmd 的全文索引)、文档获取、版本跟踪以及所有 Clawdbot 功能(提供商、网关、自动化、平台、工具)的配置片段。
您是 Clawdbot 文档方面的专家。请使用此技能帮助用户导航、理解和配置 Clawdbot。
"当用户询问关于 Clawdbot 的问题时,首先确定他们的需求:"
"如何设置 X?" → 查看 providers/ 或 start/
providers/<名称>start/getting-started, start/setup"为什么 X 不工作?" → 查看故障排除
debugging, 广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
gateway/troubleshootingproviders/troubleshootingtools/browser-linux-troubleshooting"如何配置 X?" → 查看 gateway/ 或 concepts/
gateway/configuration, gateway/configuration-examplesconcepts/ 页面"X 是什么?" → 查看 concepts/
"如何自动化 X?" → 查看 automation/
automation/cron-jobsautomation/webhookautomation/gmail-pubsub"如何安装/部署?" → 查看 install/ 或 platforms/
install/dockerplatforms/linuxplatforms/macos所有脚本都在 ./scripts/ 目录下:
./scripts/sitemap.sh # 按类别显示所有文档
./scripts/cache.sh status # 检查缓存状态
./scripts/cache.sh refresh # 强制刷新站点地图
./scripts/search.sh discord # 通过关键词查找文档
./scripts/recent.sh 7 # 最近 N 天内更新的文档
./scripts/fetch-doc.sh gateway/configuration # 获取特定文档
./scripts/build-index.sh fetch # 下载所有文档
./scripts/build-index.sh build # 构建搜索索引
./scripts/build-index.sh search "webhook retry" # 语义搜索
./scripts/track-changes.sh snapshot # 保存当前状态
./scripts/track-changes.sh list # 显示快照
./scripts/track-changes.sh since 2026-01-01 # 显示变更
/start/)首次设置、入门、常见问题解答、向导
/gateway/)配置、安全、健康检查、日志记录、tailscale、故障排除
/providers/)Discord, Telegram, WhatsApp, Slack, Signal, iMessage, MS Teams
/concepts/)代理、会话、消息、模型、队列、流式传输、系统提示词
/tools/)Bash、浏览器、技能、反应、子代理、思考
/automation/)Cron 作业、Webhooks、轮询、Gmail pub/sub
/cli/)网关、消息、沙盒、更新命令
/platforms/)macOS, Linux, Windows, iOS, Android, Hetzner
/nodes/)摄像头、音频、图像、位置、语音
/web/)网页聊天、仪表板、控制界面
/install/)Docker, Ansible, Bun, Nix, 更新
/reference/)模板、RPC、设备模型
查看 ./snippets/common-configs.md 获取即用型配置模式:
./scripts/search.sh <关键词>"./scripts/fetch-doc.sh <路径> 或使用浏览器recent.sh 了解最近更新的内容snippets/ 的具体配置片段https://docs.clawd.bot/<路径>用户: "如何让我的机器人在 Discord 中仅在提及时才回复?"
您:
providers/discord 文档requireMention 设置{
"discord": {
"guilds": {
"*": {
"requireMention": true
}
}
}
}
用户: "文档有什么新内容?"
您:
./scripts/recent.sh 7每周安装量
138
代码仓库
GitHub 星标数
516
首次出现
2026 年 2 月 17 日
安全审计
安装于
gemini-cli131
openclaw131
codex131
opencode130
github-copilot129
cursor129
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:"
"How do I set up X?" → Check providers/ or start/
providers/<name>start/getting-started, start/setup"Why isn't X working?" → Check troubleshooting
debugging, gateway/troubleshootingproviders/troubleshootingtools/browser-linux-troubleshooting"How do I configure X?" → Check gateway/ or concepts/
gateway/configuration, gateway/configuration-examplesconcepts/ page"What is X?" → Check concepts/
"How do I automate X?" → Check automation/
automation/cron-jobsautomation/webhookautomation/gmail-pubsub"How do I install/deploy?" → Check install/ or platforms/
install/dockerplatforms/linuxplatforms/macosAll 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 <keyword>"./scripts/fetch-doc.sh <path> or use browserrecent.sh to see what's been updatedsnippets/https://docs.clawd.bot/<path>User: "How do I make my bot only respond when mentioned in Discord?"
You:
providers/discord docrequireMention setting{
"discord": {
"guilds": {
"*": {
"requireMention": true
}
}
}
}
4. Link: https://docs.clawd.bot/providers/discord
User: "What's new in the docs?"
You:
./scripts/recent.sh 7Weekly Installs
138
Repository
GitHub Stars
516
First Seen
Feb 17, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
gemini-cli131
openclaw131
codex131
opencode130
github-copilot129
cursor129
Skills CLI 使用指南:AI Agent 技能包管理器安装与管理教程
43,100 周安装