session-logs

Query session JSONL logs to reconstruct past user interactions.

2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/AG064/argentum --skill session-logs-ag064
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-logs
Source: https://github.com/AG064/argentum/tree/main/skills/session-logs
Command: npx skills add https://github.com/AG064/argentum --skill session-logs-ag064

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables users to search and analyze their own session logs stored as JSONL files to retrieve relevant past conversations and contextual insights.

Core Features & Use Cases

  • Index and search complete session histories to locate specific interactions across agents and sessions.
  • Filter by user or assistant messages, extract content, and reconstruct prior dialogues for context or auditing.
  • Use cases include recalling what was said in earlier chats, auditing conversations for compliance, and summarizing long histories for review.

Quick Start

Search your complete conversation history stored in session JSONL files.

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 conversations stored in JSONL session logs?

Filtering session logs by message role allows you to isolate user or assistant messages. By applying jq queries to the JSONL structure, you can extract specific text content and reconstruct prior dialogues for auditing or contextual review.

What is the best way to recall what was said in earlier chat sessions?

You can summarize long conversation histories by querying the JSONL session logs and extracting the relevant text content. This allows you to reconstruct prior dialogues and generate contextual insights for review.

Can I audit conversation history across multiple sessions using jq?

Yes, you can audit conversation history across multiple sessions using jq queries. The skill supports filtering JSONL logs by message role and text content to locate specific interactions within session archives for compliance auditing.

Does this session log search require files to be stored in a specific directory?

Yes, session log search requires files to be stored under the Argentum state directory. The skill relies on this specific directory structure to locate and query the JSONL session archives for past interactions.