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 byterover-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/byterover-zh)<a href="https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/byterover-zh"><img src="https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/byterover-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/byterover-zh"><img src="https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/byterover-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.00027 | $0.02246 |
| Opus 5 | $0.00014 | $0.01123 |
| Sonnet 5 | $0.00005 | $0.00449 |
| Haiku 4.5 | $0.00003 | $0.00225 |
Grade A, and why
byterover 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 — 309 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ByteRover CLI - 上下文工程平台
ByteRover 是一个上下文工程平台,让你为编码助手整理上下文——包括模式、决策和经验。它自动在团队成员之间同步上下文,无需手动管理 markdown 文件。
配置
API 凭证存储在 ~/.clawdbot/byterover-config.json:
{
"apiKey": "你的_byterover_api_密钥",
"team": "你的团队名称",
"space": "你的空间名称"
}
Docker 使用方式
ByteRover CLI 需要 Node.js 20+ 和 libsecret 用于凭证存储。本技能使用 Docker 提供包含所有依赖的隔离环境。
启动 ByteRover 容器
cd ~/.openclaw/workspace/skills/byterover-zh
docker-compose up -d
在容器中运行命令
使用 API 密钥登录:
docker-compose exec byterover brv login --api-key $BRV_API_KEY
初始化项目:
docker-compose exec byterover brv init --headless --team "$BRV_TEAM" --space "$BRV_SPACE"
检查状态:
docker-compose exec byterover brv status --headless --format json
查询上下文:
docker-compose exec byterover brv query "测试策略是什么?" --headless --format json
整理上下文:
docker-compose exec byterover brv curate "确保记录 API 认证模式" --headless --format json
推送更改:
docker-compose exec byterover brv push --headless --format json
拉取更改:
docker-compose exec byterover brv pull --headless --format json
无头模式
ByteRover CLI 支持无头模式,用于自动化和脚本。无头模式禁用交互式提示,支持机器可读的 JSON 输出。
支持 --headless 的命令
brv init(需要--team和--space)brv statusbrv querybrv curatebrv push(自动跳过确认)brv pull
输出格式
使用 --format 控制输出:
text(默认):人类可读的文本输出json:NDJSON(换行分隔的 JSON),用于机器解析
API 密钥认证
在无头环境中,使用 API 密钥代替 OAuth 浏览器流程:
brv login --api-key $BRV_API_KEY
上下文树
上下文树是 ByteRover 的结构化知识系统,将项目上下文组织到不同领域:
- Structure(结构) - 项目架构和模式
- Database(数据库) - 模式、迁移、关系
- Backend(后端) - API 端点、业务逻辑
- Frontend(前端) - UI 组件、状态管理
- Testing(测试) - 测试策略、测试数据
- Deployment(部署) - 基础设施、CI/CD
- Documentation(文档) - 指南、API 文档
使用示例
为 AI 编码助手
提示你的编码助手:
使用 brv query 命令检查这个项目使用了什么认证模式
助手将执行:
brv query "使用了什么认证模式?" --headless --format json
手动使用
检查项目状态:
~/.openclaw/workspace/skills/byterover-zh/docker-compose exec byterover brv status
What ships with it
14 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.
- .brv/blobs/storage.db 120 KB
- .brv/config.json 297 B
- .brv/context-tree/.snapshot.json 76 B
- .brv/context-tree/design/context.md 279 B
- .brv/context-tree/design/integrations/context.md 317 B
- .brv/context-tree/design/integrations/search_skills/context.md 250 B
- .brv/context-tree/design/integrations/search_skills/openclaw_search_skills_integration.md 762 B
- docker-compose.yml 485 B
- Dockerfile 497 B
- README.md 6.6 KB
- scripts/curate.sh 415 B runs code
- scripts/query.sh 427 B runs code
- scripts/status.sh 393 B runs code
- scripts/sync.sh 604 B runs code
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 · 309 lines · 27 tokens per session scan A 67f0f5f6dba9
byterover is a skill published in the GitHub repository L-LesterYu/OpenClaw-hot-skills-zh (54 stars, last pushed 5mo ago), licensed MIT. It adds 27 tokens to every session and 2,246 once invoked, about $0.0001 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
media-ingest
Ingest video, audio, PDF, book, screenshot, and GitHub repo content into the brain. Multi-format handling with entity extraction and backlink propagation. Covers video-ingest, youtube-ingest, and book-ingest subtypes.
mem0-oss-to-platform
Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
memory
Use when the user asks to remember, recall, forget, update, search, or inspect durable OpenSquilla memory, including profile facts in USER.md and long-term notes in MEMORY.md or memory//.md.
ha-data-stores
Map of Hope Agent's local data stores and safe read-only query workflow. Use when the user asks where Hope Agent stores data, wants to inspect sessions/messages/memory/logs/background jobs/knowledge indexes/settings, asks the model to query local app data, or debugging requires checking persisted state. Trigger…
establishing-project-context
Use when the user asks to establish shared project language, or project work exposes a conflicting, renamed, or deprecated domain term that needs active semantic modeling. Routine small tasks stay on the fast path.