session-logs - Session Logs Search and Analysis
Search and analyze conversation history stored in JSONL session files
Tags
Updated: 2026-02-18Capabilities
Typical Inputs
Typical Outputs
What this skill does
- list sessions by date and size
- find sessions from specific day
- extract user messages from session
- search for keyword in assistant responses
- get total cost for session
- calculate daily cost summary
- count messages and tokens
- analyze tool usage breakdown
- search across all sessions for phrase
- sample large sessions with head/tail
Inputs
- session JSONL files
- jq tool
- rg tool
- session index file
- conversation history
Outputs
- session lists
- message extracts
- cost calculations
- usage statistics
- search results
Requirements
- jq command-line tool
- rg (ripgrep) tool
- session logs directory structure
- JSONL file format
