Claude Code Karma: Local Observability Dashboard for Claude Code Sessions

What Claude Code Karma Does
Claude Code Karma is a local observability dashboard built specifically for monitoring Claude Code sessions. The tool parses the JSONL files stored in ~/.claude/ and provides a web-based interface for analyzing how Claude Code interacts with custom MCP tools.
Key Features
- Visualizes Claude Code session data through a local web UI
- Provides visibility into plugin usage patterns
- Shows full session timelines including subagents, skills, and tool calls
- Tracks tool, agent, and skills usage across multiple sessions
- Catches silent failures in custom tools
- Allows searching old sessions by prompt, name, or project
- Includes live session tracking via hooks
- Supports tracking across multiple projects and repositories
Technical Stack and Setup
The dashboard is built with FastAPI, Svelte-Kit 2, Svelte 5, and SQLite. All data stays local, and setup takes under 2 minutes according to the developers.
Unexpected Benefits
The developers reported several unexpected benefits from using the dashboard:
- They stopped needing to scan terminal outputs manually
- Gained understanding of their plugin/skills usage patterns, which helped them engineer context better
- Improved prompting skills by reviewing old session timelines
- Caught custom tools failing silently across dozens of sessions
Current Limitations and Call for Contributions
The project has basic cost estimation based on token consumption, but the developers note that "the math is wrong." The per-session and per-project cost numbers in the analytics are currently unreliable. The developers are seeking help from anyone who understands Anthropic's pricing model or has experience with token cost calculation to fix the analytics. Specifically, session-level and project-level cost breakdowns and overall cost analysis are inaccurate.
📖 Read the full source: r/ClaudeAI
👀 See Also

Libretto: Deterministic Browser Automation Generation for AI Coding Agents
Libretto is a Skill+CLI toolkit that enables AI coding agents to generate deterministic browser automation scripts as actual code, moving away from runtime AI agents. It combines Playwright UI automation with direct network/API requests for reliability and includes step-through debugging and read-only modes.

Claude Command Center: Open-Source Dashboard for Claude Code Analytics
Claude Command Center is a local dashboard that reads your ~/.claude/ directory to display Claude Code session data, costs, and MCP server configurations. Built entirely using Claude Code with an Express backend and React frontend, it requires zero configuration and runs locally with no cloud or telemetry.

PreToolUse Hook Fixes Claude Code Image Crash Problem
A developer created a PreToolUse hook that intercepts Claude Code's Read calls on images, converts them safely, and proxies them through a Haiku subprocess to prevent API Error 400 crashes from problematic images.

Blitz: Claude Code Tool for App Store Submissions
Blitz is a free tool that gives Claude Code the ability to automate App Store submissions via MCP tool calls. Users can ask Claude to 'submit my app to the app store' to handle certificates, screenshots, and App Store Connect forms.