session-logs

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

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/Yogi-076/Vajrascan.on --skill session-logs-yogi-076
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-logs
Source: https://github.com/Yogi-076/Vajrascan.on/tree/main/moltbot/skills/session-logs
Command: npx skills add https://github.com/Yogi-076/Vajrascan.on --skill session-logs-yogi-076

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you search and analyze your complete conversation history stored in session JSONL files, enabling you to reference older/parent conversations or understand what was said before.

Core Features & Use Cases

  • Query session data: locate conversations by date, user, or keyword using jq-friendly structures.
  • Cross-session analysis: summarize patterns across multiple sessions and agents to identify trends.
  • Audit and context retrieval: retrieve exact messages, timestamps, and roles (user, assistant, toolResult) for context restoration.

Quick Start

Search your complete session history to locate conversations by date, user, or keyword and summarize findings.

Frequently Asked Questions about session-logs

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

FAQPage Schema
How do I search JSONL session logs to find specific conversation history?

You can search JSONL session logs using jq to filter conversation history by keyword, date, or user, extracting structured message data and timestamps for quick retrieval.

What is the best way to analyze past interactions across multiple agents stored as JSONL?

Analyzing past interactions across multiple agents involves using jq to parse JSONL files, summarize cross-session patterns, and identify conversation trends across your history.

Can I retrieve exact timestamps and user roles from conversation logs for auditing?

Yes, jq supports structured extraction of exact messages, timestamps, and roles like user, assistant, or toolResult from JSONL logs for auditing and context restoration.

Do I need jq to extract messages from JSONL session logs?

Yes, jq is required to parse JSONL session logs and extract structured fields like messages, timestamps, and roles for conversation history analysis.

How do I summarize conversation history from JSONL files without manual review?

You can summarize conversation history from JSONL files by running jq queries to filter sessions by date or keyword, generating concise summaries of past interactions without manual review.