session-logs

Search and analyze JSONL session logs from the local Eggent agent store.

330|61|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/eggent-ai/eggent --skill session-logs-eggent-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-logs
Source: https://github.com/eggent-ai/eggent/tree/main/bundled-skills/session-logs
Command: npx skills add https://github.com/eggent-ai/eggent --skill session-logs-eggent-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Recalling and understanding older conversations can be time-consuming when information is scattered across many session logs. This skill centralizes access to complete session transcripts stored locally and makes it easy to locate relevant context using powerful text queries.

Core Features & Use Cases

  • Search across all sessions to locate conversations by date, user messages, or assistant responses.
  • Summarize past sessions to surface key decisions, actions, and insights from historical chats.
  • Trace context for decisions by replaying the thread of a conversation to understand how a topic evolved.

Quick Start

Search your local session logs for a specific date and summarize the conversation.

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 history and conversation context locally?

To search past chat history, you can query complete session logs stored in JSONL format. This skill uses jq and rg to parse local conversations from the Eggent agent store and surfaces relevant context based on your query.

Can I summarize past conversations from JSONL session logs?

Yes, you can summarize past conversations from JSONL session logs. The skill analyzes usage patterns, timestamps, and roles to surface key decisions, actions, and insights from historical chats.

How do I trace the context of a decision across multiple session logs?

You trace context for decisions by replaying the thread of a conversation. The skill searches across all local JSONL sessions to locate conversations by date, user messages, or assistant responses to show how a topic evolved.

Do I need jq and rg installed to analyze session logs?

Yes, you need jq and rg installed to analyze session logs. These command-line tools are required to parse and filter the JSONL data from the local Eggent agent store and produce structured results.

What is the best way to reconstruct past agent conversations from local files?

The best way to reconstruct past agent conversations is to query the local session files at ~/.eggent/agents/<agentId>/sessions/. The skill parses these JSONL files to locate relevant historical context instantly.