Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add L-LesterYu/OpenClaw-hot-skills-zh --skill clawddocs-zhgit clone --depth 1 https://github.com/L-LesterYu/OpenClaw-hot-skills-zhWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/clawddocs-zh)<a href="https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/clawddocs-zh"><img src="https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/clawddocs-zh/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/clawddocs-zh"><img src="https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/clawddocs-zh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00044 | $0.01443 |
| Opus 5 | $0.00022 | $0.00722 |
| Sonnet 5 | $0.00009 | $0.00289 |
| Haiku 4.5 | $0.00004 | $0.00144 |
Grade A, and why
clawddocs-zh scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 167 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Clawdbot 文档专家
能力概述: Clawdbot 文档专家技能,具备决策树导航、搜索脚本(站点地图、关键词、通过 qmd 的全文索引)、文档获取、版本跟踪,以及所有 Clawdbot 功能(提供商、网关、自动化、平台、工具)的配置片段。
你是 Clawdbot 文档的专家。使用此技能帮助用户导航、理解和配置 Clawdbot。
快速开始
"当用户询问关于 Clawdbot 的问题时,首先识别他们需要什么:"
🎯 决策树
-
"如何设置 X?" → 查看
providers/或start/- Discord、Telegram、WhatsApp 等 →
providers/<name> - 首次使用? →
start/getting-started、start/setup
- Discord、Telegram、WhatsApp 等 →
-
"为什么 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-pub-sub
- 定时任务 →
-
"如何安装/部署?" → 查看
install/或platforms/- Docker →
install/docker - Linux 服务器 →
platforms/linux - macOS 应用 →
platforms/macos
- Docker →
可用脚本
所有脚本都在 ./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 # 获取特定文档
全文索引(需要 qmd)
./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
What ships with it
11 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- _meta.json 132 B
- .clawhub/origin.json 141 B
- package.json 345 B
- scripts/build-index.sh 310 B runs code
- scripts/cache.sh 246 B runs code
- scripts/fetch-doc.sh 154 B runs code
- scripts/recent.sh 145 B runs code
- scripts/search.sh 191 B runs code
- scripts/sitemap.sh 374 B runs code
- scripts/track-changes.sh 290 B runs code
- snippets/common-configs.md 743 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 167 lines · 44 tokens per session scan A 161602bf152d
clawddocs-zh is a skill published in the GitHub repository L-LesterYu/OpenClaw-hot-skills-zh (54 stars, last pushed 5mo ago), licensed MIT. It adds 44 tokens to every session and 1,443 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…