session-logs

Search and analyze session JSONL logs by date, session, or keyword.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/cryptopafi/nexusos-skills --skill session-logs-cryptopafi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-logs
Source: https://github.com/cryptopafi/nexusos-skills/tree/main/session-logs
Command: npx skills add https://github.com/cryptopafi/nexusos-skills --skill session-logs-cryptopafi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Search your complete conversation history stored in session JSONL files. Use this when a user references older/parent conversations or asks what was said before.

Core Features & Use Cases

  • Access to past messages in per-session JSONL logs for reference.
  • Context extraction and search using jq to identify user and assistant messages.
  • Quick workflows to filter by date, session, or keyword.

Quick Start

Query a session file to locate user messages from a specific date range.

Frequently Asked Questions about session-logs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search my conversation history in JSONL session logs?

You can search conversation history in JSONL session logs by using jq to parse the files and filter past messages based on keywords, specific dates, or session identifiers. This allows you to quickly retrieve historical context from older chats.

How do I extract user and assistant messages from session JSONL files?

To extract user and assistant messages from session JSONL files, you use jq for context extraction and filtering. This approach identifies specific message types within the logs to pinpoint relevant historical conversations.

Do I need jq to analyze session logs and retrieve past conversations?

Yes, you need jq installed because it is the required dependency for parsing and searching session JSONL files. It enables the date, session, and keyword based queries needed to retrieve past conversations.

Can I filter session logs by date range to find specific past chats?

Yes, you can filter session logs by specific date ranges to locate user messages from targeted periods. This allows you to query session files and quickly extract historical context from your past conversations.

What is the best way to reference older parent conversations during a current session?

The best way to reference older parent conversations is to search your complete conversation history stored in session JSONL files. Querying these logs provides the exact historical context needed to inform your current responses.