Install
openclaw skills install @datpham-6996/dat-test-skillByteRover usage metrics report. Runs the metrics script to summarise query and curate activity — counts, durations, file changes, and quota errors. Accepts one or more project directories via --cwd to report per-project stats. Use when asked to report ByteRover health, usage stats, or activity for specific projects.
openclaw skills install @datpham-6996/dat-test-skillbrv query / brv curate directly)brv search)| 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 |
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.
After running the script, present the output in a clean summary:
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:
brv status to diagnose the daemon