cli-cost-usage
SolidView 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
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Solid
cli-policy-audit
Inspect audit logs, manage access policies, view telemetry data, and review request history from the CLI. Filter by event type, user, or time range for compliance workflows.
6,067 Updated today
diegosouzapw AI & Automation Solid
omni-usage-logs
Access detailed call logs and usage analytics. Filter by provider, model, time range, status, and cost. Export logs and aggregate token usage across all connections.
6,067 Updated today
diegosouzapw AI & Automation Solid
cli-providers
Manage provider connections from the CLI: list available/configured providers, add, test, test-all, validate, rotate API keys, and view per-provider metrics.
6,067 Updated today
diegosouzapw