session-logs

Search and analyze past conversation logs in JSONL files using jq and rg.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/balaraj74/F.R.I.D.A.Y --skill session-logs-balaraj74
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-logs
Source: https://github.com/balaraj74/F.R.I.D.A.Y/tree/main/skills/session-logs
Command: npx skills add https://github.com/balaraj74/F.R.I.D.A.Y --skill session-logs-balaraj74

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows you to search and analyze your past conversation logs, which is crucial when users refer to older or parent conversations that are not in the current memory.

Core Features & Use Cases

  • Session Log Access: Directly access and query conversation transcripts stored in JSONL files.
  • Historical Context Retrieval: Find information from previous interactions to provide continuity and context.
  • Use Case: A user asks, "What did we decide about the project timeline last week?" This Skill can search through the session logs to find that specific decision.

Quick Start

Use the session-logs skill to find all sessions from January 6th, 2026.

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 conversation logs stored in JSONL files?

To search past conversation logs stored in JSONL files, you can use this Skill to filter and query historical context from session transcripts using jq and rg.

Do I need jq and rg installed to search session transcripts?

Yes, you need jq and rg installed on your system to use this Skill, as it relies on these two command-line tools to filter and search text content within session transcripts.

How can I retrieve historical context from older parent conversations?

You can retrieve historical context from older parent conversations by using this Skill to directly access and analyze past interaction records stored locally as JSONL session transcripts.

What is the best way to find a specific decision from a previous AI chat session?

The best way to find a specific decision from a previous chat session is to search your conversation history using jq to query the structured JSONL session logs for matching keywords or dates.

Are there limitations when analyzing large JSONL conversation logs with jq?

A limitation when analyzing large JSONL conversation logs with jq is that performance depends on your local system resources, as the tool processes text content by reading and filtering entire session transcript files.