Skillbox v0.5.0 — Full Claude Code workbench
Skillbox is now a full Claude Code management tool — three tabs across the top:
📦 Skills (existing)
Browse, search, disable / enable, delete to Trash, batch operations (select unused → bulk-disable), and backup / restore the entire skill library.
📊 统计 / Stats (NEW)
Local-only token usage dashboard, scanned from ~/.claude/projects/:
- KPIs: total tokens, total messages, session count
- Breakdown: input / output / cache read / cache write
- Daily bar chart with 7 / 14 / 30 / 90 day windows, Token & Message toggle
- Per-model table (claude-opus-4.7, claude-sonnet-4.6, etc.)
📜 历史 / History (NEW)
Read any past Claude Code conversation:
- Project tree, sorted by recency
- Session list with first-user-message preview
- Full message stream — user / assistant (rendered markdown) / tool_use cards / tool_result
- Global search across every conversation in your
~/.claude/projects/
How it works
All data is read from your local ~/.claude/. Nothing is sent to the network. Token stats are computed from usage fields embedded in assistant messages by Claude Code itself.
Install
- Download
Skillbox_0.5.0_aarch64.dmg(Apple Silicon, ~6.5 MB) - Open DMG, drag to Applications
- First launch: System Settings → Privacy & Security → Open Anyway
Companion
For a more polished history-viewer focused experience, also see claude-code-history-viewer.