dat-test-skill
/install dat-test-skill
ByteRover Metrics Report
When to Use
- Daily health check on ByteRover query/curate activity
- When asked "how is ByteRover doing?" or "show usage stats"
- When asked for metrics on a specific project or list of projects
- Scheduled cron jobs that report overnight/daily metrics
When NOT to Use
- Querying or curating knowledge (use
brv query/brv curatedirectly) - Listing stored memories (use
brv search)
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
--cwd |
path | current directory | Project directory to run brv against. Pass once per project. Supports ~ expansion. |
BRV_SINCE |
env var | 24h |
Lookback window (e.g. 48h, 7d) |
BRV_CMD |
env var | brv |
Path to the brv binary — set in non-interactive environments (cron, CI) where brv may not be on PATH |
How to Run
Single project:
npx tsx metrics.ts --cwd=~/my-project
Multiple projects — run once per --cwd:
npx tsx metrics.ts --cwd=~/project-a
npx tsx metrics.ts --cwd=~/project-b
npx tsx metrics.ts --cwd=~/project-c
Change the lookback window:
BRV_SINCE=48h npx tsx metrics.ts --cwd=~/my-project
Non-interactive / cron environments:
BRV_CMD=$(which brv) npx tsx metrics.ts --cwd=~/my-project
When the user provides a list of project paths, run the script once per path and present each as a separate section in your response.
Output Rules
- Output ONLY the formatted metrics summary below — nothing else
- Do NOT narrate reasoning, thinking steps, or tool call decisions
- Do NOT show intermediate commands, execution logs, or script output verbatim
Response Format
After running the script, present the output in a clean summary:
- Query Activity — executed in window, completed vs errors, avg duration
- Curate Activity — executed in window, files added/updated/merged, errors
- Quota Warnings — highlight any ⚠️ quota or rate-limit errors with their IDs
- Status line — one-sentence overall health (e.g. "✅ All good — 12 queries, 3 curations, no errors")
If reporting multiple projects, show one summary block per project, then a combined status line at the end.
If the script exits with a non-zero code or produces no output:
- Show the error message
- Suggest running
brv statusto diagnose the daemon
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dat-test-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/dat-test-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
dat-test-skill 是什么?
ByteRover usage metrics report. Runs the metrics script to summarise query and curate activity — counts, durations, file changes, and quota errors. Accepts o... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 67 次。
如何安装 dat-test-skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dat-test-skill」即可一键安装,无需额外配置。
dat-test-skill 是免费的吗?
是的,dat-test-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
dat-test-skill 支持哪些平台?
dat-test-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 dat-test-skill?
由 DatPham-6996(@datpham-6996)开发并维护,当前版本 v1.0.0。