cost-report
Generate a cost report showing token usage and USD costs by agent and model
npx skills add ruvnet/ruflo --skill cost-report --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Cost Report Generate a comprehensive cost report showing token usage, USD costs, and budget utilization for the specified period. ## When to use When you need to understand current spending -- how much each agent costs, which models consume the most budget, and whether you're on track to stay within budget. ## Steps 1. **Retrieve usage** -- call `mcp__plugin_ruflo-core_ruflo__memory_search` (or `_list` / `_retrieve`) on the `cost-tracking` namespace for the specified period (default: today). The `memory_*` tools route by namespace string; the `agentdb_hierarchical-*` tools do **not** (they route by tier `working|episodic|semantic`), so don't use them here. See [ruflo-agentdb ADR-0001 §"Namespace convention"](../../../ruflo-agentdb/docs/adrs/0001-agentdb-optimization.md) for the routing contract. 1a. **Read measured booster data** -- if `docs/benchmarks/runs/latest.json` exists, load it via `Bash`-shelled `node -e 'console.log(JSON.stringify(JSON.parse(require("fs").readFileSync("docs/benchmarks/runs/latest.json")).summary))'`. This provides Tier 1 measured values — booster cost/edit ($0), avg latency, win rate, plus any LLM baseline that was run (Gemini, Sonnet 4.6, Opus 4.7 late
- When to use
- Steps
- CLI alternative
npx @claude-flow/cli@latest memory search --query "cost report for today" --namespace cost-tracking npx @claude-flow/cli@latest memory list --namespace cost-tracking
What does the cost-report skill do?
Generate a cost report showing token usage and USD costs by agent and model
How do I install it?
Run `npx skills add ruvnet/ruflo --skill cost-report --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.