session-logs

Locate and analyze JSONL session logs with jq and rg.

30|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/qianleigood/crawclaw --skill session-logs-qianleigood
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: session-logs
Source: https://github.com/qianleigood/crawclaw/tree/main/skills/session-logs
Command: npx skills add https://github.com/qianleigood/crawclaw --skill session-logs-qianleigood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly locate and analyze past session transcripts to reference older conversations and understand how tools were used.

Core Features & Use Cases

  • Historical context retrieval across sessions using jq and rg
  • Tool usage tracing to audit what actions were taken and when
  • Context-aware search to connect related sessions for narrative reconstruction

Quick Start

Ask the AI to pull up a past session where the user referenced a prior reply to review the 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 past chat session logs to recover lost context?▼

To recover context from past chat session logs, you can locate and analyze JSONL transcripts using structured search. This skill applies jq and rg to parse historical session data and retrieve prior conversation context rapidly.

What is the best way to trace tool usage in previous conversations?▼

Tracing tool usage in previous conversations involves analyzing historical session logs stored as JSONL. By searching these transcripts with jq and rg, you can audit what actions were taken and connect related sessions to reconstruct the workflow.

Can I use jq and rg to search JSONL session transcripts?▼

Yes, you can use jq and rg to search JSONL session transcripts. This approach enforces compatibility with both tools to produce a fast, structured search interface for rapid retrieval of past chat sessions and tool usage data.

How do I find a prior reply from a parent session no longer in current context?▼

Finding a prior reply from a parent session no longer in current context requires locating the stored JSONL session logs. You apply context-aware search across sessions to connect related references and retrieve the exact historical reply.

When do I need to analyze JSONL files for context recovery?▼

You need to analyze JSONL files for context recovery when users reference earlier sessions, parent sessions, or prior replies that are no longer in the current context. This allows you to quickly locate past transcripts and understand previous tool usage.