Skip to main content
ClaudeWave
Install in Claude Code
Copy
git clone --depth 1 https://github.com/hoangsonww/Claude-Code-Agent-Monitor /tmp/executive-report && cp -r /tmp/executive-report/plugins/ccam-reports/skills/executive-report ~/.claude/skills/executive-report
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Executive Report

1. Confirm the time window, provider scope, and source scope.
2. Read:
   - `GET /api/stats`
   - `GET /api/analytics`
   - `GET /api/pricing/cost`
   - `GET /api/alerts?limit=100`
   - `GET /api/workflows?status=all`
3. Report:
   - Scope and data freshness
   - Sessions, agents, events, tokens, and cost
   - Completion, error, and alert outcomes
   - Workflow complexity and subagent effectiveness
   - Three evidence-backed highlights
   - Three prioritized follow-ups
4. Use Markdown tables and cite exact API values. Distinguish zero from missing
   or unavailable data.
5. Do not mutate dashboard state.