session-logs

Search and analyze session JSONL logs to retrieve past conversations and summaries.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/jason9693/Open-Jordy --skill session-logs-jason9693
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-logs
Source: https://github.com/jason9693/Open-Jordy/tree/main/openjordy/skills/session-logs
Command: npx skills add https://github.com/jason9693/Open-Jordy --skill session-logs-jason9693

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Search and analyze your own session logs to retrieve past conversations and contextual references.

Core Features & Use Cases

  • Retrieve user and assistant messages from older sessions for context
  • Filter by keyword, date, or session id and generate summaries
  • Audit conversations across multiple sessions for compliance or QA

Quick Start

Find all messages containing a keyword across sessions and summarize the results.

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 across multiple agent sessions?

To search past conversations across multiple agent sessions, you can filter session logs by keyword, date, or session id. This process retrieves user and assistant messages from older sessions to provide contextual references and summaries.

What is the best way to audit historical context from JSONL session files?

The best way to audit historical context from JSONL session files is by parsing them with jq and rg. This allows you to filter conversations across multiple sessions for compliance checks or quality assurance.

Can I summarize older agent chats using jq on JSONL logs?

Yes, you can summarize older agent chats by filtering JSONL logs with jq. It retrieves specific user and assistant messages from older sessions and generates summaries based on the extracted contextual references.

Do I need specific file paths to retrieve past chat logs?

Yes, retrieving past chat logs requires access to specific session JSONL files located at ~/.openjordy/agents/<agentId>/sessions. The Skill parses these files to extract and summarize your historical conversational data.

What are the limitations when filtering session logs by keyword?

A key limitation when filtering session logs by keyword is that processing relies entirely on the local JSONL files stored in your agent directory. Without prior session files available at the required path, no conversations can be retrieved or summarized.