cli-cost-usage

Solid

View cost breakdowns, token usage, and call logs from the CLI. Filter by provider, model, or date range. Export usage reports and inspect per-connection spending.

AI & Automation 6,067 stars 1058 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten --> ## Overview View cost breakdowns, token usage, and call logs from the CLI. Filter by provider, model, or date range. Export usage reports and inspect per-connection spending. ## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` ## Subcommands ### `cost` **Flags:** - `--period <range>` - `--since <date>` - `--until <date>` - `--group-by <field>` - `--api-key <key>` - `--limit <n>` **Example:** ```bash omniroute cost ``` ### `pricing` **Example:** ```bash omniroute pricing ``` ### `pricing sync` **Flags:** - `--provider <p>` - `--force` **Example:** ```bash omniroute pricing sync ``` ### `pricing list` **Flags:** - `--provider <p>` - `--model <m>` - `--limit <n>` **Example:** ```bash omniroute pricing list ``` ### `pricing get <model>` **Example:** ```bash omniroute pricing get <model> ``` ### `pricing defaults` **Example:** ```bash omniroute pricing defaults ``` ### `pricing show` **Example:** ```bash omniroute pricing show ``` ### `pricing set` **Flags:** - `--input <p>` - `--output <p>` - `--cache-read <p>` - `--cache-write <p>` **Example:** ```bash omniroute pricing set ``` ### `pricing diff` **Flags:** - `--model <m>` **Example:** ```bash omniroute pricing diff ``` ### `usage` **Example:** ```bash omniroute usage ``` ### `usage analytics` **Flags:** - `--period <range>` - `--provider <id>` **Exa...

Details

Author
diegosouzapw
Repository
diegosouzapw/OmniRoute
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category