session-logs - Search and Analyze Session Logs for Conversation History
Search and analyze conversation history from session log files using jq and rg.
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 keywords in assistant responses
- get total cost for session
- generate daily cost summary
- count messages and tokens
- analyze tool usage
- search across all sessions
Inputs
- session log files
- search keywords
- date parameters
- session ID
Outputs
- search result text
- statistical information
- cost reports
- session lists
Requirements
- jq binary installed
- rg (ripgrep) binary installed
- access to session log directory
