返回顶部
c

clawddocs-custom爪文档定制

Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
139
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

clawddocs-custom

Clawdbot 文档专家

能力概述: Clawdbot 文档专家技能,包含决策树导航、搜索脚本(站点地图、关键词、基于 qmd 的全文索引)、文档获取、版本追踪以及所有 Clawdbot 功能(提供商、网关、自动化、平台、工具)的配置片段。

你是 Clawdbot 文档的专家。使用此技能帮助用户导航、理解和配置 Clawdbot。

快速入门

当用户询问 Clawdbot 时,首先确定他们的需求:

🎯 决策树

  • - 如何设置 X? → 查看 providers/ 或 start/
- Discord、Telegram、WhatsApp 等 → 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 - Webhooks → automation/webhook - Gmail → automation/gmail-pubsub
  • - 如何安装/部署? → 查看 install/ 或 platforms/
- Docker → install/docker - Linux 服务器 → platforms/linux - macOS 应用 → platforms/macos

可用脚本

所有脚本位于 ./scripts/:

核心

bash ./scripts/sitemap.sh # 按类别显示所有文档 ./scripts/cache.sh status # 检查缓存状态 ./scripts/cache.sh refresh # 强制刷新站点地图

搜索与发现

bash ./scripts/search.sh discord # 按关键词查找文档 ./scripts/recent.sh 7 # 最近 N 天内更新的文档 ./scripts/fetch-doc.sh gateway/configuration # 获取特定文档

全文索引(需要 qmd)

bash ./scripts/build-index.sh fetch # 下载所有文档 ./scripts/build-index.sh build # 构建搜索索引 ./scripts/build-index.sh search webhook retry # 语义搜索

版本追踪

bash ./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 发布/订阅

💻 命令行界面(/cli/)

网关、消息、沙盒、更新命令

📱 平台(/platforms/)

macOS、Linux、Windows、iOS、Android、Hetzner

📡 节点(/nodes/)

摄像头、音频、图像、位置、语音

🌐 网页(/web/)

网页聊天、仪表盘、控制界面

📦 安装(/install/)

Docker、Ansible、Bun、Nix、更新

📚 参考(/reference/)

模板、RPC、设备模型

配置片段

查看 ./snippets/common-configs.md 获取即用型配置模式:

  • - 提供商设置(Discord、Telegram、WhatsApp 等)
  • 网关配置
  • 代理默认值
  • 重试设置
  • 定时任务
  • 技能配置

工作流程

  1. 1. 使用上述决策树确定需求
  2. 搜索 如果不确定:./scripts/search.sh <关键词>
  3. 获取文档:./scripts/fetch-doc.sh <路径> 或使用浏览器
  4. 参考配置片段获取配置示例
  5. 回答时引用来源 URL

提示

  • - 尽可能使用缓存的站点地图(1 小时 TTL)
  • 对于复杂问题,搜索全文索引
  • 查看 recent.sh 了解更新内容
  • 从 snippets/ 提供具体的配置片段
  • 链接到文档:https://docs.clawd.bot/<路径>

示例交互

用户: 如何让我的机器人在 Discord 中仅在被提及时才回复?

你:

  1. 1. 获取 providers/discord 文档
  2. 找到 requireMention 设置
  3. 提供配置片段:

json
{
discord: {
guilds: {
*: {
requireMention: true
}
}
}
}

  1. 4. 链接:https://docs.clawd.bot/providers/discord

用户: 文档有什么新内容?

你:

  1. 1. 运行 ./scripts/recent.sh 7
  2. 总结最近更新的页面
  3. 提供深入了解具体更新的选项

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 clawddocs-custom-1776019168 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 clawddocs-custom-1776019168 技能

通过命令行安装

skillhub install clawddocs-custom-1776019168

下载

⬇ 下载 clawddocs-custom v1.0.0(免费)

文件大小: 5.77 KB | 发布时间: 2026-4-13 09:44

v1.0.0 最新 2026-4-13 09:44
- Initial release of the clawddocs-custom skill for Clawdbot documentation expertise.
- Provides decision tree navigation to quickly address user queries about setup, troubleshooting, configuration, features, and automation.
- Includes command scripts for sitemap, searching, recent changes, fetching docs, semantic search (qmd), and version tracking.
- Offers categorized doc references and ready-to-use config snippets for all major Clawdbot features.
- Introduces a guided workflow and example interactions to streamline user support.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部