Session Logs

Search and review JSONL-formatted session transcripts for past conversations.

6|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/lordmacu/nexo-rs --skill session-logs-lordmacu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Session Logs
Source: https://github.com/lordmacu/nexo-rs/tree/main/skills/session-logs
Command: npx skills add https://github.com/lordmacu/nexo-rs --skill session-logs-lordmacu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows agents to easily review and search through their stored session transcripts, enabling quick access to past conversations.

Core Features & Use Cases

  • Session Transcripts: Access and search through JSONL-formatted session transcripts.
  • Quick Review: Retrieve and display recent session turns or search for specific content within transcripts.
  • Use Case: When an agent needs to recall a past interaction or verify information from a previous session.

Quick Start

To view the last 5 sessions, use the command: session_logs recent --limit 5.

Frequently Asked Questions about Session Logs

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

FAQPage Schema
How do I search through JSONL session transcripts for agent debugging?

To search JSONL session transcripts for agent debugging, use this Skill to retrieve recent session turns or find specific content within past conversations. It provides quick access to stored transcripts for memory recall and verification.

What is the best way to review past agent session logs?

Reviewing past agent session logs is done by accessing JSONL-formatted transcripts. You can display recent session turns or query specific interaction history to verify information from previous conversations.

Can I retrieve specific conversation turns from JSONL transcripts?

Yes, you can retrieve specific conversation turns from JSONL transcripts. The Skill provides search capabilities to query and display recent sessions or locate particular content within your stored agent history.

How do I view my last 5 session transcripts?

To view your last 5 session transcripts, execute the command `session_logs recent --limit 5`. This quickly retrieves and displays the most recent JSONL-formatted conversation history for review.

When do I need to search session logs for memory recall?

You need to search session logs for memory recall when an agent must remember a past interaction or verify information from a previous session. This is ideal for debugging and ensuring continuity within an ongoing session context.