Agent Skills: Cost Status

Configure the Claude Code cost/status line plugin that shows session, monthly, total cost, and context usage. Use when a user wants cost tracking, status line setup, or context usage display. Triggers: cost status, status line, show cost, context usage, Claude cost tracking.

UncategorizedID: DeevsDeevs/agent-system/cost-status

Install this agent skill to your local

pnpm dlx add-skill https://github.com/DeevsDeevs/agent-system/tree/HEAD/cost-status

Skill Files

Browse the full folder contents for cost-status.

Download Skill

Loading file tree…

cost-status/SKILL.md

Skill Metadata

Name
cost-status
Description
"Configure the Claude Code cost/status line plugin that shows session, monthly, total cost, and context usage. Use when a user wants cost tracking, status line setup, or context usage display. Triggers: cost status, status line, show cost, context usage, Claude cost tracking."

Cost Status

This skill configures the Claude Code status-line plugin that reads session JSON from stdin and tracks costs in ~/.claude/cost-tracking.json.

Workflow

  1. Install the plugin if needed.
  2. Add the status line command to ~/.claude/settings.json as documented in cost-status/README.md.
  3. If the user needs the exact script path, use the find command in the README.
  4. Confirm dependencies: jq, awk, Bash 4+.