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.
npx claudepluginhub agenticsec/claudecodeusagedashboard --plugin claude-code-usage-dashboard-pluginThis skill is limited to using the following tools:
Check whether the Claude Code Usage Dashboard is enabled and will collect usage data when this session ends.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Builds production-ready Apache Airflow DAGs with patterns for operators, sensors, testing, and deployment. For data pipelines, workflow orchestration, and batch jobs.
Share bugs, ideas, or general feedback.
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.