Local Tool Visualizes Claude Code Session Data

A developer has created a tool that visualizes Claude Code usage data stored locally on your machine. The tool reads session data from ~/.claude/ and generates an interactive visualization in a single HTML file.
What the tool does
The visualization uses a scrollytelling approach with D3.js charts similar to R2D3-style presentations. It displays:
- Daily activity timeline
- Project breakdown
- Tool usage statistics
- Coding rhythm heatmap
If you've run /insights commands in Claude Code, the tool also visualizes your goals, outcomes, and friction points from those sessions.
Technical details
The implementation is minimal:
- Zero dependencies
- Just a Python script and a single HTML file
- No npm or build step required
- All processing happens locally on your machine
The tool was built entirely using Claude Code, according to the developer. The source is available on GitHub at github.com/aybidi/claude-code-visualizer.
📖 Read the full source: r/ClaudeAI
👀 See Also

Benchmark Results: 331 GGUF Models Tested on Mac Mini M4 16GB
A benchmark of 331 GGUF models on a Mac Mini M4 with 16GB RAM reveals only 11 Pareto-optimal models, all Mixture-of-Experts architectures. Mixture-of-Experts models dominate performance with median 20.0 tokens/second versus 4.4 for dense models.

Skill Studio: Open-Source Desktop App for Managing Claude AI Agent Skills
Skill Studio is a free, open-source macOS desktop app that lets developers browse community skill repositories, preview documentation with markdown rendering, and install skills with one-click commands like npx skills add.

Skales Desktop AI Agent Built with Claude, Features Clippy-Style Mascot
Skales is a desktop AI agent that runs locally on Windows and macOS, using Claude via OpenRouter/Anthropic API for reasoning and tool execution. It includes a floating Desktop Buddy mascot with a paperclip skin reference and can execute commands like sending emails, managing files, browsing the web, and managing calendars.

Google Workspace CLI includes OpenClaw setup guide in documentation
Google's new gws (Google Workspace CLI) documentation explicitly mentions OpenClaw setup by name in a dedicated section for AI agent skills. This follows recent discussions about Google reviewing account suspensions for AI agents.