session-logs

Search and analyze session logs in JSONL files using jq.

11|2|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/kaiqiangh/mini-openclaw-langchain --skill session-logs-kaiqiangh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-logs
Source: https://github.com/kaiqiangh/mini-openclaw-langchain/tree/main/backend/skills/session-logs
Command: npx skills add https://github.com/kaiqiangh/mini-openclaw-langchain --skill session-logs-kaiqiangh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

This Skill allows you to easily search and analyze your session logs, providing quick access to past conversations and context.

Core Features & Use Cases

  • Search Conversations: Quickly find past conversations and messages.
  • Analyze Sessions: Gain insights into conversation history and usage metrics.
  • Use Case: When you need to reference a previous conversation or understand the context of a current interaction.

Quick Start

Use the session-logs skill to search for a specific keyword in your session logs.

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 conversation session logs?

You can search past conversation session logs by using a dedicated interface that utilizes jq to query and retrieve specific keywords from your JSONL log files. This enables quick access to previous messages and their context.

Do I need jq installed to process JSONL session logs?

Yes, you need jq installed to process JSONL session logs. The skill requires jq as a dependency to execute queries and retrieve conversation data from the JSONL files for analysis and session management.

Can I analyze conversation history and usage metrics in JSONL files?

You can analyze conversation history and usage metrics in JSONL files by running a suite of provided session management commands. These commands leverage jq to extract insights and data from your past interactions.

What is the best way to retrieve specific messages from JSONL conversation logs?

The best way to retrieve specific messages from JSONL conversation logs is to use the search interface that queries JSONL files with jq. This approach allows you to quickly find and reference exact past conversations without manual parsing.

Are there limitations when analyzing large JSONL session logs?

The primary limitation when analyzing large JSONL session logs is the dependency on jq for processing. While jq efficiently queries JSONL files, extremely large datasets may require optimized query structuring to retrieve conversation history without performance delays.