session-logs

Index and analyze per-session JSONL logs to surface prior conversations.

117|8|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/geezerrrr/motive --skill session-logs-geezerrrr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-logs
Source: https://github.com/geezerrrr/motive/tree/main/Motive/Resources/Skills.bundle/session-logs
Command: npx skills add https://github.com/geezerrrr/motive --skill session-logs-geezerrrr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you search and analyze your own session logs stored as JSONL transcripts to surface prior context, summaries, and patterns from past conversations.

Core Features & Use Cases

  • Session history indexing: Locate and summarize past sessions quickly by reading JSONL transcripts.
  • Context retrieval: Fetch user or assistant messages across sessions to provide historical context during current tasks.
  • Use Case: When a user references an earlier chat, recall who said what and when, to inform current decisions.

Quick Start

Ask it to retrieve and summarize a specific session by date or ID.

Frequently Asked Questions about session-logs

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

FAQPage Schema
How do I search session logs from previous conversations?

You can search session logs by querying per-session JSONL transcripts stored locally. This surfaces historical context, summaries, and patterns from past conversations to inform current tasks.

How do I extract specific messages from JSONL session history?

You can extract specific messages from JSONL session history using jq. It parses the structured log files to filter by timestamp, message role, and message content across stored sessions.

What do I need to analyze local conversation transcripts?

To analyze local conversation transcripts, you need jq and rg installed. The Skill reads JSONL files from the local store directory structure to index and retrieve prior session data.

Can I retrieve historical context from older chat sessions by date?

Yes, you can retrieve historical context from older chat sessions by requesting a specific date or ID. The Skill locates and summarizes the corresponding JSONL transcripts from the local store.

What is the best way to index past agent session logs for context retrieval?

The best way to index past agent session logs for context retrieval is querying the JSONL transcripts with jq and rg. This approach quickly locates and summarizes prior sessions by reading structured log data.