Help us improve
Share bugs, ideas, or general feedback.
Real-time session dashboard for Claude Code — cost tracking, analytics, and smart alerts
npx claudepluginhub hyeongjun-dev/claude-pulseReal-time session dashboard for Claude Code — cost tracking, analytics, and smart alerts
Share bugs, ideas, or general feedback.
Feel the heartbeat of your Claude Code sessions. Real-time cost tracking, session analytics, and smart context alerts.
Ever run a complex task in Claude Code and wonder:
Claude Pulse gives you complete visibility into your AI coding sessions.
| Feature | What It Does |
|---|---|
| Real-time Cost Tracking | See exactly how much you're spending, per-token breakdown |
| Session Analytics | Tool success rates, error tracking, performance metrics |
| Smart Context Alerts | Get warned before your context window fills up |
| Activity Monitoring | Track tools, agents, and todos in real-time |
| Zero Config | Works out of the box, customize when you want |
[Opus | Pro] █████░░░░░ 45% | my-project git:(main*) | 2 CLAUDE.md | 5h: 25%
💰 Cost: $0.42 (in: 89k, out: 4.2k, cache: 156k)
📊 Tools: 47/49 (96%) | avg: 1.1s | top: Read:28, Edit:12
✓ Read ×28 | ✓ Edit ×12 | ✓ Grep ×7
◐ Task [Explore]: Analyzing authentication flow (45s)
▸ Implement OAuth integration (3/7)
⚠️ Context at 85% — Consider using /compact or starting a new session
3 commands. That's it.
# 1. Add the marketplace
/plugin marketplace add hyeongjun-dev/claude-pulse
# 2. Install
/plugin install claude-pulse
# 3. Setup
/claude-pulse:setup
The pulse starts immediately. No restart required.
I've been using Claude Code daily for months. Great tool, but I had no visibility:
So I built Claude Pulse — real-time monitoring for what matters.
Know exactly what you're spending:
💰 Cost: $0.42 (in: 89k, out: 4.2k, cache: 156k)
Supported Models:
| Model | Input | Output | Cache Read | Cache Write |
|---|---|---|---|---|
| Opus 4.5 | $15/M | $75/M | $1.50/M | $18.75/M |
| Sonnet 4 | $3/M | $15/M | $0.30/M | $3.75/M |
| Haiku 3.5 | $0.80/M | $4/M | $0.08/M | $1.00/M |
Track your productivity metrics:
📊 Tools: 47/49 (96%) | avg: 1.1s | top: Read:28, Edit:12
Never hit the context limit unexpectedly:
| Threshold | Alert Level | Action Suggested |
|---|---|---|
| 70% | Warning | "Consider summarizing soon" |
| 85% | Critical | "Use /compact or compress context" |
| 95% | Danger | "Immediate action required" |
Optional: Enable terminal bell sounds for critical alerts.
Choose your starting point:
| Preset | Description |
|---|---|
| Full | Everything on — cost, stats, alerts, all activity |
| Essential | Balanced — context, cost, key metrics |
| Minimal | Clean — just model and context percentage |
/claude-pulse:configure
All Options:
{
"layout": "default",
"display": {
"showCost": true,
"showStats": true,
"showTools": true,
"showAgents": true,
"showTodos": true
},
"alerts": {
"enabled": true,
"level": "critical",
"soundEnabled": false
},
"cost": {
"enabled": true,
"showBreakdown": true
}
}
| Command | Description |
|---|---|
/claude-pulse:setup | Initial setup and configuration |
/claude-pulse:configure | Customize display options |
/claude-pulse:stats | View detailed session statistics |
Run /claude-pulse:stats for a full breakdown:
╔══════════════════════════════════════════════════════╗
║ Claude Code Session Statistics ║
╠══════════════════════════════════════════════════════╣
║ Session Duration: 1h 23m ║
║ Total Cost: $2.47 ║
║ Context Usage: 67% (134k / 200k tokens) ║
╚══════════════════════════════════════════════════════╝