session-logs

Search and analyze JSONL session logs with jq and rg.

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill session-logs-malue-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-logs
Source: https://github.com/malue-ai/dazee-small/tree/main/skills/library/session-logs
Command: npx skills add https://github.com/malue-ai/dazee-small --skill session-logs-malue-ai

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, enabling you to recall information from previous interactions or understand historical context.

Core Features & Use Cases

  • Session Log Search: Quickly find specific information within your conversation history.
  • Log Analysis: Analyze session data for insights like message counts, costs, and tool usage.
  • Use Case: If a user asks about a decision made in a previous conversation that isn't in current memory, you can use this skill to find that past discussion and retrieve the relevant details.

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 format?

To search past conversation logs stored in JSONL format, this Skill uses `rg` and `jq` to parse and retrieve specific user and assistant messages from your agent session directories. It matches keywords and filters historical session data quickly.

Can I analyze session costs and tool usage from historical chat history?

Yes, you can analyze session costs and tool usage from historical chat history. The Skill processes JSONL log files with `jq` to calculate message counts, cost breakdowns, and tool usage statistics from your past agent sessions.

Do I need jq and rg installed to parse agent session logs?

Yes, you need `jq` and `rg` installed on your system to parse agent session logs. These dependencies are required for searching and analyzing JSONL conversation history files stored within specified session directories.

What is the best way to retrieve decisions from a previous session that is not in current memory?

The best way to retrieve decisions from a previous session not in current memory is to search historical conversation logs. This Skill queries past JSONL session files to find and extract relevant discussion details from prior interactions.

How do I find all conversation logs from a specific date?

To find conversation logs from a specific date, the Skill filters JSONL session files using `jq` and `rg` based on timestamp fields. This allows precise retrieval of historical interactions matching your requested date range.