Inspired by cursor.com/2025, code-wrapped is a CLI that generates yearly review for Claude Code user.
npm install && npm run buildGet the ANTHROPIC_ADMIN_KEY from https://console.anthropic.com/settings/admin-keys.
export ANTHROPIC_ADMIN_KEY="your-admin-key"
// Filter by api key (if you use api key for claude code)
npm start --api-key-id "my-key"
// Filter by user account (if you use subscription for claude code)
npm start --user alice@example.com
// Org data
npm start
// Demo
npm start --demo| Flag | Description |
|---|---|
-y, --year <year> |
Year to generate stats for |
-o, --output <path> |
Output file path |
-k, --key <key> |
Admin API key |
--api-key-id <id> |
Filter by API key name |
--user <email> |
Filter by user email |
--svg |
Output as SVG |
--demo |
Generate with sample data |
