From honey
Reports Honey session savings via committed EcoLogits script: output tokens, CO₂eq, and CO₂/$ saved vs no-Honey baseline. Run on request for carbon/token footprint or to expand the 🍯 statusline badge.
How this skill is triggered — by the user, by Claude, or both
Slash command
/honey:honey-ecoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Surface the numbers the carbon badge is based on. **Never estimate by hand** — run the committed report so the figure matches `hooks/eco.js` (the verified EcoLogits v0.8.2 port) exactly.
Surface the numbers the carbon badge is based on. Never estimate by hand — run the committed report so the figure matches hooks/eco.js (the verified EcoLogits v0.8.2 port) exactly.
Run, from the repo root — zero-dependency, reuses the same hooks/eco.js the badge uses:
node scripts/eco-session.js # newest session
node scripts/eco-session.js --transcript PATH --mode full
Then report terse — output tokens, CO₂eq (g), and saved (~R% vs no-Honey) — in a line or two. Keep the exact numbers the script prints; don't round away precision.
For the authoritative breakdown (usage + embodied + primary energy) the user can run the Python path, which needs the real package:
pip install ecologits && python scripts/eco_report.py
The params are speculative (Anthropic discloses none). The badge shows served impact — EcoLogits' single-stream (batch-1) ceiling divided by serving_concurrency (continuous-batching amortization); eco-session.js/eco_report.py also print the raw ceiling. State that once, briefly, then give the number. The badge renders only in Claude Code (its transcript is all Claude models).
Report only — don't change config or mode (that's the /honey command). The number is a range, not a meter reading; present it as one.
npx claudepluginhub green-pt/honey-for-devs --plugin honeyDisplays a CO2 emissions report for Claude Code sessions, showing today's, yearly, and all-time CO2 grams, session counts, cost, and top sessions by emissions.
Shows real token usage and estimated savings for the current Claude Code session by reading the session log directly. Triggered via `/caveman-stats`.
Displays real token usage and estimated cost savings for the current Claude Code session by reading session logs directly. Invoke via /pordee-stats for accurate, non-AI computed stats.