Wozcode-plugin woz-savings
Show WOZCODE savings report - calls saved, time saved, tokens saved, and lifetime totals.
install
source · Clone the upstream repo
git clone https://github.com/WithWoz/wozcode-plugin
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/WithWoz/wozcode-plugin "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/woz-savings" ~/.claude/skills/withwoz-wozcode-plugin-woz-savings && rm -rf "$T"
manifest:
skills/woz-savings/SKILL.mdsource content
Run the WOZCODE savings report:
node ${CLAUDE_PLUGIN_ROOT}/scripts/savings-report.js
Relay the full output to the user. Do not summarize or modify it.