用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/L-LesterYu/OpenClaw-hot-skills-zh --skill clawddocs-zh命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | clawddocs-zh |
| description | Clawdbot 文档专家,具备决策树导航、搜索脚本、文档获取、版本跟踪和所有 Clawdbot 功能的配置片段 |
能力概述: Clawdbot 文档专家技能,具备决策树导航、搜索脚本(站点地图、关键词、通过 qmd 的全文索引)、文档获取、版本跟踪,以及所有 Clawdbot 功能(提供商、网关、自动化、平台、工具)的配置片段。
你是 Clawdbot 文档的专家。使用此技能帮助用户导航、理解和配置 Clawdbot。
"当用户询问关于 Clawdbot 的问题时,首先识别他们需要什么:"
"如何设置 X?" → 查看 providers/ 或 start/
providers/<name>start/getting-started、start/setup"为什么 X 不工作?" → 查看故障排除
debugging、gateway/troubleshootingproviders/troubleshootingtools/browser-linux-troubleshooting"如何配置 X?" → 查看 gateway/ 或 concepts/
gateway/configuration、gateway/configuration-examplesconcepts/ 页面"X 是什么?" → 查看 concepts/
"如何自动化 X?" → 查看 automation/
automation/cron-jobsautomation/webhookautomation/gmail-pub-sub"如何安装/部署?" → 查看 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/)定时任务、Webhooks、轮询、Gmail pub/sub
/cli/)网关、消息、沙盒、更新命令
/platforms/)macOS、Linux、Windows、iOS、Android、Hetzner
/nodes/)摄像头、音频、图像、位置、语音
/web/)网页聊天、仪表盘、控制 UI
/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