Welcome to Claude Code Analytics
Load your ~/.claude directory to view usage statistics.
Click "Load .claude Directory" and select your ~/.claude folder.
🤖 Task
Launches specialized sub-agents to handle complex, multi-step tasks autonomously. Sub-agents can explore codebases, run tests, plan implementations, or perform research.
Explore Plan Bash general-purpose📤 TaskOutput
Retrieves output from running or completed background tasks. Used to check on agent progress or get results from async operations.
✅ TodoWrite
Creates and manages structured task lists during coding sessions. Tracks progress, organizes complex tasks, and provides visibility into work items.
❓ AskUserQuestion
Prompts the user with questions during execution to gather preferences, clarify instructions, or get decisions on implementation choices.
🌐 WebFetch
Fetches and processes content from URLs. Converts HTML to markdown and analyzes web content to extract relevant information.
🔍 WebSearch
Searches the web to find up-to-date information beyond the knowledge cutoff. Returns search results with links and summaries.
📝 ExitPlanMode / EnterPlanMode
Controls planning workflow. EnterPlanMode starts research and design phase; ExitPlanMode signals readiness for user approval.
🛑 KillShell
Terminates running background bash shells. Used to stop long-running processes or clean up stuck commands.
⚡ Skill
Invokes specialized skills/slash commands like /commit, /review-pr for common workflows.
Detailed analysis of Bash commands executed by Claude Code (from session logs)
Load ~/.claude directory to see detailed Bash execution data.
totalMessages - Total message counttotalSessions - Total session counttotalToolCalls - Total tool invocationsactiveDays - Days with activityinputTokens - Total input tokensoutputTokens - Total output tokenscacheReadTokens - Cache read tokenstotalCost - Estimated total cost ($)totalMessages / activeDays
Messages per active day - measures daily output
(totalToolCalls / totalMessages) * 100
Percentage of messages that involve tool calls
totalCost / totalSessions
Average cost for each session
(cacheReadTokens / (cacheReadTokens + inputTokens)) * 100
Percentage of input served from cache
Click any example to load it into the builder