Clawdbot Documentation Expert - Clawdbot 文档专家,提供决策树导航、搜索脚本、文档获取、版本追踪及配置片段
v1.2.2Clawdbot 文档专家技能,支持决策树式导航、站点地图、关键词及全文搜索、文档抓取、版本追踪以及常用配置片段,帮助国内开发者快速定位并配置 Clawdbot 各项功能。
281· 3.5万·507 当前·540 累计
此技能需要访问外网资源,可能需要科学上网
安全扫描
OpenClaw
安全
medium confidence该技能的需求和运行指令与 Clawdbot 文档/导航助手相符;它不请求意外的凭证或安装,但包含可运行的脚本,会访问网络并写入磁盘,使用前请审阅脚本内容。
评估建议
该技能似乎是一个合理的 Clawdbot 文档助手,不要求密钥或安装。然而,它包含小型 shell 脚本,用于从网络获取文档并创建本地快照/索引。安装或启用前:1) 检查脚本内容,确认仅访问 docs.clawd.bot,不泄露本地文件。2) 在沙盒或网络控制下运行脚本。3) 检查 package.json 中的意外依赖。4) 如果希望防止自动操作,禁用模型调用或要求明确用户同意。...详细分析 ▾
✓ 用途与能力
名称/描述、SKILL.md、片段以及包含的脚本都专注于发现、获取、索引和呈现 Clawdbot 文档;所请求的能力(站点地图、搜索、获取、跟踪更改)与声明的目的一致。
✓ 指令范围
运行时指令指示代理运行提供的脚本并从 docs.clawd.bot 获取文档;它们不要求代理读取无关的系统文件或请求无关的秘密。范围保持在文档导航和检索内。
✓ 安装机制
没有安装规格(仅指令),这降低了安装风险。该技能引用外部工具(qmd)进行全文索引,但它本身不下载任意存档或运行安装程序。
✓ 凭证需求
该技能不声明任何必需的环境变量、凭证或配置路径。这与其记录的功能成比例。注意:脚本将执行网络获取并可能将快照写入磁盘(track-changes),但它们不在元数据中请求秘密。
ℹ 持久化与权限
该技能未标记为 always:true,并不请求特殊权限。模型调用未被禁用(默认允许模型自动调用该技能),这对于助手技能来说是典型的,但如果您希望在运行脚本前获得明确的用户确认,则值得注意。
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.2.22026/1/11
为 ClawdHub 概要展示添加了 YAML frontmatter 描述
● 无害
安装命令
点击复制官方npx clawhub@latest install clawddocs
镜像加速npx clawhub@latest install clawddocs --registry https://cn.longxiaskill.com 镜像可用
国内专用无需额外安装
本土化适配说明
无需额外安装,仅运行提供的脚本即可使用。
技能文档
Capability Summary: Clawdbot 文档专家技能,具备决策树导航、搜索脚本(站点地图、关键字、通过 qmd 的全文索引)、文档抓取、版本追踪以及所有 Clawdbot 功能(providers、gateway、automation、platforms、tools)的配置片段。
You are an expert on Clawdbot documentation. Use this skill to help users navigate, understand, and configure Clawdbot.
Quick Start
"当用户询问 Clawdbot 时,首先判断他们的需求是什么:"
🎯 Decision Tree
- "如何设置 X?" → 检查
providers/或start/
providers/
- 第一次使用? → start/getting-started、start/setup- "为什么 X 不工作?" → 检查故障排查
debugging、gateway/troubleshooting
- 特定提供者 → providers/troubleshooting
- 浏览器工具 → tools/browser-linux-troubleshooting- "如何配置 X?" → 检查
gateway/或concepts/
gateway/configuration、gateway/configuration-examples
- 特定功能 → 对应的 concepts/ 页面- "X 是什么?" → 检查
concepts/
- "如何自动化 X?" → 检查
automation/
automation/cron-jobs
- Webhook → automation/webhook
- Gmail → automation/gmail-pubsub- "如何安装/部署?" → 检查
install/或platforms/
install/docker
- Linux 服务器 → platforms/linux
- macOS 应用 → platforms/macosAvailable Scripts
All scripts are in ./scripts/:
Core
./scripts/sitemap.sh # Show all docs by category
./scripts/cache.sh status # Check cache status
./scripts/cache.sh refresh # Force refresh sitemap
Search & Discovery
./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
Full-Text Index (requires qmd)
./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
Version Tracking
./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
Documentation Categories
🚀 Getting Started (/start/)
首次设置、入门指南、FAQ、向导🔧 Gateway & Operations (/gateway/)
配置、安全、健康、日志、Tailscale、故障排查💬 Providers (/providers/)
Discord、Telegram、WhatsApp、Slack、Signal、iMessage、MS Teams🧠 Core Concepts (/concepts/)
Agent、会话、消息、模型、队列、流式、system‑prompt🛠️ Tools (/tools/)
Bash、浏览器、skills、reactions、subagents、thinking⚡ Automation (/automation/)
Cron 作业、Webhook、轮询、Gmail pub/sub💻 CLI (/cli/)
Gateway、message、sandbox、update 命令📱 Platforms (/platforms/)
macOS、Linux、Windows、iOS、Android、Hetzner📡 Nodes (/nodes/)
摄像头、音频、图像、位置、语音🌐 Web (/web/)
Webchat、仪表盘、控制 UI📦 Install (/install/)
Docker、Ansible、Bun、Nix、更新📚 Reference (/reference/)
模板、RPC、设备模型Config Snippets
查看 ./snippets/common-configs.md 获取可直接使用的配置模式:
- 提供者设置(Discord、Telegram、WhatsApp 等)
- Gateway 配置
- Agent 默认值
- 重试设置
- Cron 作业
- Skills 配置
Workflow
- 使用上面的决策树 确定需求
- 搜索:若不确定,运行
./scripts/search.sh - 获取文档:
./scripts/fetch-doc.sh或使用浏览器 - 参考配置片段 获取示例
- 回答时注明来源 URL
Tips
- 尽量使用已缓存的站点地图(TTL 1 小时)
- 对复杂问题,使用全文索引搜索
- 查看
recent.sh了解最近更新 - 从
snippets/提供具体配置片段 - 链接格式:
https://docs.clawd.bot/
Example Interactions
User: "How do I make my bot only respond when mentioned in Discord?"
You:
- Fetch
providers/discorddoc - Find the
requireMentionsetting - Provide the config snippet:
{
"discord": {
"guilds": {
"*": {
"requireMention": true
}
}
}
}
- Link: https://docs.clawd.bot/providers/discord
User: "What's new in the docs?"
You:
- Run
./scripts/recent.sh 7 - Summarize recently updated pages
- Offer to dive into any specific updates