Warden Cost banner
vukkt vukkt

Warden Cost

Development community

Description

--- description: Dollar accounting — what does each active rule actually save, in money? Translates the token-measured verdict into dollars using a price table and the agent's own token-type mix, with a per-session net and a break-even. Read-only; spends no tokens. disable-model-invocation: true allowed-tools: Bash(cd:*), Bash(npx tsx:*) --- Run the token-warden dollar report (read-only; it prices the stored receipts): ``` cd "${CLAUDE_SKILL_DIR}/.." && npx tsx src/cost.ts $ARGUMENTS ``` Argu

Installation

Installs to ~/.claude/skills/vukkt-token-warden-warden-cost/SKILL.md

Terminal
mkdir -p ~/.claude/skills/vukkt-token-warden-warden-cost && curl -fsSL https://raw.githubusercontent.com/vukkt/token-warden/HEAD/commands/warden-cost.md -o ~/.claude/skills/vukkt-token-warden-warden-cost/SKILL.md

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

Full documentation available on GitHub

View Source Repository