session-logs

Search JSONL session logs by date, role, and text content.

1|1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/kelinfoxy/EZ-Homelab --skill session-logs-kelinfoxy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-logs
Source: https://github.com/kelinfoxy/EZ-Homelab/tree/main/docker-compose/ez-assistant/skills/session-logs
Command: npx skills add https://github.com/kelinfoxy/EZ-Homelab --skill session-logs-kelinfoxy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locate and interpret relevant content from your stored session logs to provide context for user queries.

Core Features & Use Cases

  • Quick search across stored session logs to surface relevant conversations.
  • Filter by date, session ID, user role, or keywords to contextualize current queries.
  • Generate concise summaries of prior interactions to aid decision-making.

Quick Start

Ask the AI to search your past conversations for the topic you just discussed.

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 stored as JSONL files?

To search past chat history stored as JSONL files, this Skill uses jq and rg to filter session logs by date, user role, and text content, returning structured results from your prior interactions.

Can I filter conversation logs by date and user role to find specific interactions?

Yes, you can filter conversation logs by date, user role, session ID, and keywords. This allows you to surface precise prior interactions and contextualize your current queries effectively.

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

Yes, you need jq and rg installed, as the Skill relies on these command-line tools to parse and search JSONL data stored under your local agent session directories.

What is the best way to extract context from past chat sessions for decision-making?

The best way to extract context from past chat sessions is by searching stored JSONL logs to generate concise summaries of prior interactions, which aids in current decision-making and follow-up questions.

Does this tool work with JSONL files stored in custom agent directories?

It works specifically with JSONL session files organized under the ~/.clawdbot/agents/<agentId>/sessions/ directory structure, parsing the stored conversation data to retrieve relevant content.