Savings banner
sravan27 sravan27

Savings

Productivity community

Description

--- description: Show your context-os token savings — all-time, this week, streak, and a shareable card --- Run the savings report and show the user the output verbatim: ```bash python3 python/scripts/savings_report.py 2>/dev/null \ || python3 "$HOME/.context-os/scripts/savings_report.py" --root "$(pwd)" 2>/dev/null \ || echo "savings_report.py not found — run setup.sh to install context-os receipts" ``` Print the result exactly as-is (it's a formatted dashboard). Do not summarize or re-f

Installation

Installs to ~/.claude/skills/sravan27-context-os-savings/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sravan27-context-os-savings && curl -fsSL https://raw.githubusercontent.com/sravan27/context-os/HEAD/commands/savings.md -o ~/.claude/skills/sravan27-context-os-savings/SKILL.md

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

Full documentation available on GitHub

View Source Repository