From hook-hero
Query agent session metrics from hook-hero telemetry data. Use when the user asks about agent activity, efficiency, token spend, tool usage, session history, cost tracking, or productivity metrics. Examples: "how efficient was I this week", "show me my agent metrics", "which repo used the most tokens", "how much did I spend on Claude today".
npx claudepluginhub damahua/claude-code-hook-hero --plugin hook-heroThis skill is limited to using the following tools:
Query and analyze agent session telemetry captured by the hook-hero plugin.
Implements Playwright E2E testing patterns: Page Object Model, test organization, configuration, reporters, artifacts, and CI/CD integration for stable suites.
Guides Next.js 16+ Turbopack for faster dev via incremental bundling, FS caching, and HMR; covers webpack comparison, bundle analysis, and production builds.
Discovers and evaluates Laravel packages via LaraPlugins.io MCP. Searches by keyword/feature, filters by health score, Laravel/PHP compatibility; fetches details, metrics, and version history.
Query and analyze agent session telemetry captured by the hook-hero plugin.
Session summaries: ~/.claude/hook-hero/sessions/{YYYY-MM-DD}/{session_id}.json
Raw events: ~/.claude/hook-hero/events/{YYYY-MM-DD}/{session_id}.jsonl
Use Glob to find session files, Read each one, aggregate in a Bash one-liner:
# Today's sessions
ls ~/.claude/hook-hero/sessions/$(date +%Y-%m-%d)/*.json 2>/dev/null | wc -l
grep -rl '"repo": "acme/my-app"' ~/.claude/hook-hero/sessions/
grep -rl '"channel": "claude-cli"' ~/.claude/hook-hero/sessions/
cat ~/.claude/hook-hero/events/{date}/{session_id}.jsonl
Each JSON file contains:
When presenting metrics, highlight: