session-logs

Search and analyze JSONL session logs with jq.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to search and analyze your past conversation history stored in session log files, helping you recall information that might not be in your immediate memory.

Core Features & Use Cases

  • Session Log Access: Directly access and query conversation transcripts stored in .jsonl files.
  • Data Analysis: Utilize jq to filter, extract, and summarize specific message types, costs, and timestamps.
  • Use Case: You need to find a specific piece of information discussed in a conversation from last week. This Skill can help you pinpoint the exact session and extract the relevant user or assistant messages.

Quick Start

Use the session-logs skill to list all 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 conversation history from previous sessions?

You can search conversation history by querying session log files stored in `.jsonl` format. This skill parses those logs to help you recall past interactions and extract specific messages exchanged in previous sessions.

Do I need jq installed to analyze conversation logs?

Yes, you need the `jq` command-line tool installed to analyze conversation logs. The skill utilizes `jq` to filter, extract, and summarize specific message types, costs, and timestamps from your session data.

Can I extract specific user or assistant messages from a past chat?

You can extract specific user or assistant messages from a past chat by filtering the session log data. This allows you to pinpoint exact sessions and recall relevant information discussed previously.

What is the best way to audit conversation content and message patterns?

The best way to audit conversation content and message patterns is by analyzing your JSONL session log files. This process enables you to summarize specific message types and review interactions within specific sessions.

How do I list all conversation sessions by date and size?

To list all conversation sessions by date and size, you query the session log files. This organizes your conversation history chronologically, making it easier to locate specific past interactions for auditing.