weekly-report
Compile a weekly productivity report using Agent Monitor data — daily_sessions and daily_events trends, per-session costs from pricing engine, token volumes (input/output/cache_read/cache_write + baselines), tool usage top 20, session completion rates by status, and workflow intelligence metrics.
Profile →npx skills add hoangsonww/Claude-Code-Agent-Monitor --skill weekly-report --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Weekly Report Generate a comprehensive weekly productivity report from Agent Monitor data. ## Input The user provides: **$ARGUMENTS** This may be: - "this week" or empty (default: current week Mon-Sun) - "last week" for the previous week - A date range: "2025-04-07 to 2025-04-13" ## Procedure 1. **Fetch weekly data** from `http://localhost:4820`: - `GET /api/sessions?limit=200` — filter to target week (default sort: most recently updated first) - `GET /api/analytics` — aggregated analytics - `GET /api/pricing/cost` — cost data 2. **Build the weekly report**: ### 📊 Week at a Glance | Metric | This Week | Last Week | Change | |--------|-----------|-----------|--------| | Sessions | N | N | ↑/↓ N% | | Total Hours | N | N | ↑/↓ N% | | Tokens Used | N | N | ↑/↓ N% | | Total Cost | $X.XX | $X.XX | ↑/↓ N% | | Completion Rate | N% | N% | ↑/↓ | ### 🏆 Highlights - Most productive day (by sessions completed) - Longest session and what it accomplished - Most used tools and any new tools adopted - Notable achievements (complex tasks completed, errors resolved) ### 📈 Daily Breakdown | Day | Sessions | Hours | Cost | Completion | |-----|----------|-------|------|------------| For each day of
- Input
- Procedure
- Output Format
What does the weekly-report skill do?
Compile a weekly productivity report using Agent Monitor data — daily_sessions and daily_events trends, per-session costs from pricing engine, token volumes (input/output/cache_read/cache_write + baselines), tool usage top 20, session completion rates by status, and workflow intelligence metrics.
How do I install it?
Run `npx skills add hoangsonww/Claude-Code-Agent-Monitor --skill weekly-report --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From hoangsonww/Claude-Code-Agent-Monitor, a repository with 869 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.