Rates banner
kaustubhraiiii kaustubhraiiii

Rates

AI community

Description

--- description: Show per-model pricing from real usage. Flags: --period [weekly|monthly|all] --compare (what-if cross-agent cost) --- ## Pre-flight ```bash python3 -m aidash --version 2>&1 ``` If it fails, stop and tell the user: > aidash is not installed. Run: `pip install aidash` ## Fetch data ```bash python3 -m aidash rates --json $ARGUMENTS 2>&1 ``` Parse stdout as JSON envelope (`schema_version`, `ok`, `data`, `error`). ## Handle errors - If `ok` is `false`: show `error.message`. I

Installation

Installs to ~/.claude/skills/kaustubhraiiii-aidash-cli-rates/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kaustubhraiiii-aidash-cli-rates && curl -fsSL https://raw.githubusercontent.com/kaustubhraiiii/aidash-cli/HEAD/commands/rates.md -o ~/.claude/skills/kaustubhraiiii-aidash-cli-rates/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository