claude-view
Monitor coding sessions, costs, and usage in real time
All Skills in This Repository (4)
Pure Emerald Level Indicatorsclaude-view
Monitor and query Claude Code sessions for activity, costs, and AI metrics.
standup
Generate standup-style work summaries from recent Claude Code sessions.
session-recap
Summarize Claude Code sessions with commit history and token metrics.
daily-cost
Monitor daily Claude Code spending with aggregate and per-session cost breakdowns.
Frequently Asked Questions
FAQPage SchemaHow to install claude-view?โผ
Run `npx skills add tombelieber/claude-view --all -g -y` in your terminal to install all skills in this suite globally.
How to monitor multiple Claude Code sessions at once?โผ
claude-view shows every running session on one live dashboard with cost, model, context usage, and status per session. You get notified when a session finishes, errors, or needs your input.
How to check how much I spent on Claude Code today?โผ
Ask for a daily cost report and the agent pulls today's total spend, per-session costs, and token usage from the local claude-view server.
Can I search my past Claude Code conversations?โผ
Yes. The search skill runs grep-backed search across all session history, including messages, tool calls, and file paths, then summarizes the top matches.
Does claude-view send my data to the cloud?โผ
No. It is local-first: your sessions, code, and prompts stay on your machine, and source builds send nothing at all.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core