session-logs

Search and summarize historical session logs stored as JSONL files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze and extract insights from historical session logs stored as JSONL files to surface context from prior conversations.

Core Features & Use Cases

  • Search across session history to locate user messages, assistant responses, and tool results.
  • Summarize long conversations to extract key insights and context for current tasks.
  • Audit interactions to support compliance, debugging, or knowledge transfer.

Quick Start

Query and summarize historical session logs to surface relevant context.

Frequently Asked Questions about session-logs

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

FAQPage Schema
How do I search historical session logs stored as JSONL files?

To search JSONL session logs, this tool scans the sessions.json index and per-session records to locate specific user messages, assistant responses, and tool-call results using precise keyword matching.

What is the best way to summarize long conversations from past sessions?

The best way to summarize long conversations is to use this tool to extract key insights and context from historical JSONL session logs, aiding audit and knowledge transfer tasks.

Can I extract tool-call messages from JSONL session records?

Yes, you can extract tool-call messages from JSONL session records. The tool retrieves user, assistant, and tool-call messages by scanning both the session index and individual log files.

Does session log analysis work with jq and ripgrep?

Session log analysis utilizes search tools like jq and rg to query JSONL files, allowing you to locate and extract relevant context from historical session data efficiently.

Why do I need to query past session logs for knowledge transfer?

You need to query past session logs to surface context from prior conversations, which enables effective knowledge transfer, supports compliance audits, and assists in debugging interactions.

What are the limitations of searching JSONL session history?

A limitation of searching JSONL session history is that it relies on precise keyword matching across the sessions.json index and individual logs, requiring exact terms to retrieve relevant context effectively.