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 hyqibot/token-free-openclaw --skill copaw_source_indexgit clone --depth 1 https://github.com/hyqibot/token-free-openclawWrote 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/hyqibot/token-free-openclaw/copaw_source_index)<a href="https://agentmods.dev/skills/hyqibot/token-free-openclaw/copaw_source_index"><img src="https://agentmods.dev/badge/skills/hyqibot/token-free-openclaw/copaw_source_index/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/hyqibot/token-free-openclaw/copaw_source_index"><img src="https://agentmods.dev/badge/skills/hyqibot/token-free-openclaw/copaw_source_index.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00069 | $0.01028 |
| Opus 5 | $0.00034 | $0.00514 |
| Sonnet 5 | $0.00014 | $0.00206 |
| Haiku 4.5 | $0.00007 | $0.00103 |
Grade A, and why
copaw_source_index 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 11d 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.
What it actually says
CoPaw 文档与源码速查
回答 安装、配置、行为原理 类问题时,先 按关键词归类,再按下表 打开 1~2 个最可能命中的路径 阅读,避免长时间无目的遍历。
使用步骤
- 从用户问题中提取主题(对照下表左列或同类词)。
- 解析
$COPAW_ROOT:以which copaw得到可执行路径,若为…/.copaw/bin/copaw则源码根为其上三级目录(与 guidance skill 一致);否则结合用户给出的安装路径判断。 - 先读文档
website/public/docs/<专题>.<语言>.md(语言取与用户一致:zh/en/ru等),仍不足再读表中 源码入口。
主题 / 关键词 → 优先文档与源码
| 主题或关键词(示例) | 优先文档(website/public/docs/) |
常见源码入口(相对 $COPAW_ROOT) |
|---|---|---|
| 安装、依赖、首次使用 | quickstart、intro |
src/copaw/cli/、pyproject.toml |
| 配置、config.json、环境变量 | config |
src/copaw/config/config.py、src/copaw/constant.py |
| 技能、SKILL、skill_pool、内置技能 | skills |
src/copaw/agents/skills_manager.py、src/copaw/agents/skills/ |
| MCP、插件 | mcp |
src/copaw/app/routers/(按需 grep mcp) |
| 多智能体、工作区、agent、内置 QA | multi-agent |
src/copaw/app/routers/agents.py、src/copaw/app/migration.py、src/copaw/constant.py(BUILTIN_QA_AGENT_ID 等) |
| 记忆、MEMORY、memory_search | memory |
src/copaw/agents/memory/memory_manager.py、src/copaw/agents/tools/memory_search.py |
| 控制台、前端 | console |
console/ |
| 命令行、子命令、init | cli |
src/copaw/cli/(如 init_cmd.py) |
| 频道、会话 | channels |
在 src/copaw 下按 channels 关键词检索 |
| 上下文、窗口 | context |
config 文档 + src/copaw/agents/ 相关逻辑 |
| 模型、API Key | models |
src/copaw/config/config.py |
| 心跳、HEARTBEAT | heartbeat |
在 src/copaw 下检索 heartbeat / HEARTBEAT |
| 桌面客户端 | desktop |
desktop/(若仓库中存在) |
| 安全 | security |
先读 security.<lang>.md |
| 报错、常见问题 | faq |
先 faq.<lang>.md,再针对性看源码 |
| 命令与斜杠指令 | commands |
src/copaw 下与 CLI/命令注册相关的模块(按需检索) |
约定
- 文档完整路径:
$COPAW_ROOT/website/public/docs/<专题>.<语言>.md(无对应语言时用.en.md兜底)。 - 表中 源码入口 为起点;应用
read_file或局部grep缩小到具体符号,不要一次性通读大目录 listing。
注意
- 本 skill 不替代
read_file:锁定候选路径后应立即读取并核对。 - 若某路径在本地不存在(例如未带源码的安装树),以 已安装的文档包 或用户提供的根目录为准,并明确告知依据路径。
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.
- 11d ago First seen · 51 lines · 69 tokens per session scan A c9cf97ff844d
copaw_source_index is a skill published in the GitHub repository hyqibot/token-free-openclaw (123 stars, last pushed 19d ago), licensed Apache-2.0. It adds 69 tokens to every session and 1,028 once invoked, about $0.0003 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
tmux
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
cron
Schedule reminders and recurring tasks.
welcome
Introduce yourself to a newly connected channel. Triggered automatically when a channel is first wired. Send a friendly greeting and brief overview of what you can do.
add-teams
Add Microsoft Teams channel integration via Chat SDK.
meeting-note-summarizer
Turn meeting notes or transcripts into factual summaries, decisions, questions, and action items. Use when a user wants a concise recap or needs explicit owners and deadlines extracted without filling in missing details.
daily-standup-journal
Generate concise daily standups, reflection prompts, and weekly retrospectives for individuals or teams. Use for planning a day, surfacing blockers, reviewing user-provided entries, or drafting a check-in without assuming prior history.