From claude-carbon
Generates shareable PNG report cards of Claude Code's carbon footprint. Runs a script and outputs images to ~/code/claude-carbon/exports/ for sharing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-carbon:carbon-cardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the following bash command and present the output to the user. Show the exported file paths so they can share the PNGs.
Run the following bash command and present the output to the user. Show the exported file paths so they can share the PNGs.
bash ~/code/claude-carbon/scripts/generate-report.sh
After the script completes, tell the user where the PNGs were exported (in ~/code/claude-carbon/exports/).
npx claudepluginhub gwittebolle/claude-carbon --plugin claude-carbonDisplays 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.
Generate polished standalone HTML reports summarizing work, investigations, or decisions. Opens in browser. Use after completing a ticket, debug session, or refactoring.
Generates markdown and HTML reports from data with charts, tables, analysis, summaries, and recommendations. Handles CSV/JSON inputs; supports PDF export and comparisons.