Show API-equivalent cost analysis with model-specific pricing and subscription leverage
From interstatnpx claudepluginhub mistakeknot/interagency-marketplace --plugin interstatThis skill uses the workspace's default tool permissions.
Provides idiomatic Go patterns and best practices for writing, reviewing, refactoring Go code, and designing packages. Covers simplicity, zero values, interfaces, and error handling.
Provides Go testing patterns with TDD: table-driven tests, subtests, benchmarks, fuzzing, and coverage for reliable, idiomatic tests.
Manages GitHub repositories using gh CLI: triages issues by type/priority, handles PR reviews/CI checks/merges, debugs CI/CD failures, prepares releases, monitors security/stale items.
Calculate API-equivalent costs from interstat token data using model-specific Anthropic pricing.
Invoke when the user wants to:
Arguments:
0 for all-time.--json for machine-readable output/interstat:analyze recently, suggest it first.DAYS="${args:-30}"
if [ "$DAYS" = "0" ]; then DAYS_FLAG="--days 0"; else DAYS_FLAG="--days $DAYS"; fi
cd ${CLAUDE_PLUGIN_ROOT} && uv run scripts/cost.py $DAYS_FLAG --subscription 600
Note: --subscription 600 assumes 3x Claude Max ($200 each). Adjust if the user specifies differently.--json is in args, add --format json to the command./interstat:analyze first.