
from bendrucker/claude10
Query and analyze Claude Code session history: session IDs, token usage, tool patterns, per-project stats and searchable past conversations via a DuckDB index.
This skill exposes a DuckDB-backed index of Claude Code JSONL session logs, letting agents run named queries and ad-hoc SQL to surface session-level stats (duration, tokens), tool usage patterns, recent activity, errors, sandbox bypasses, and searchable conversation content. It provides scripts and named queries for common reports and can refresh the index on demand.
Use this skill when the user asks about their Claude Code activity: retrieving session IDs, checking daily token consumption, finding past conversations, auditing tool usage or errors, or extracting sandbox bypass incidents. Do NOT use it for arbitrary codebase searches or non-session data.
Intended for Claude Code plugin hosts and agents that can run Bash and read local files; best suited to Claude Code environments with access to session JSONL logs and the plugin data directory.
This skill has not been reviewed by our automated audit pipeline yet.