From claude-code-usage-dashboard
Checks Claude Code Usage Dashboard status to verify if usage tracking is enabled for the session. Runs session-uploader.py --status and displays pass/fail results.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-usage-dashboard:statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check whether the Claude Code Usage Dashboard is enabled and will collect usage data when this session ends.
Check whether the Claude Code Usage Dashboard is enabled and will collect usage data when this session ends.
!python3 "${CLAUDE_PLUGIN_ROOT}/hooks/session-uploader.py" --status
Present the status above to the user in a clear, readable format. If all checks pass (✓), usage data will be sent to the dashboard when the session ends. If any check fails (✗), explain what needs to be fixed.
npx claudepluginhub agenticsec/claudecodeusagedashboard --plugin claude-code-usage-dashboard-pluginStarts, stops, or checks dot-dash server for real-time browser dashboard monitoring Claude Code sessions, streaming transcripts via WebSocket, and prompt injection.
Generates usage analytics dashboard from Claude Code sessions with epistemic protocol coverage metrics, friction analysis, growth timelines, and improvement recommendations.
Opens a personal analytics dashboard in the browser showing Claude Code session activity, tool usage, error rates, parallel work patterns, and project focus. First run installs dependencies.