session-logs

Analyze JSONL session logs to retrieve past conversations and context.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/jonnytacos8/closed_claw --skill session-logs-jonnytacos8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-logs
Source: https://github.com/jonnytacos8/closed_claw/tree/main/skills/session-logs
Command: npx skills add https://github.com/jonnytacos8/closed_claw --skill session-logs-jonnytacos8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you search and analyze your own session logs stored as JSONL files to recover context and insights from older conversations.

Core Features & Use Cases

  • Audit past conversations across sessions to reconstruct user context.
  • Extract user and assistant messages, timestamps, and metadata for reporting.
  • Generate summaries or quick insights from historical interactions to inform current decisions.

Quick Start

Run a quick query to locate and inspect your historical sessions by date and size.

Frequently Asked Questions about session-logs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search session logs stored as JSONL files to recover past context?

To search session logs, you can query JSONL files using jq and rg to retrieve past conversations, extract timestamps and metadata, and reconstruct user context from older sessions.

What is the best way to audit past conversations across multiple sessions?

Auditing past conversations across sessions involves analyzing JSONL session logs to extract user and assistant messages, timestamps, and metadata for reporting and historical context reconstruction.

Can I use jq and rg to query local session logs for specific timestamps and metadata?

Yes, you can use jq and rg to query local JSONL session logs stored in your environment, allowing you to filter by timestamps and metadata to generate structured results for reporting.

How do I generate summaries from historical chat interactions stored locally?

To generate summaries from historical chat interactions, you query local JSONL session logs to extract past messages and metadata, providing quick insights to inform current decisions.

Does analyzing session logs require a specific local storage directory structure?

Yes, analyzing session logs relies on local storage at the designated agents directory path, where JSONL files containing past conversations and metadata are saved for querying.