session-logs

Parse JSONL session transcripts and filter messages by role and timestamp.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cploveless123/Dex-trading-bot --skill session-logs-cploveless123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-logs
Source: https://github.com/cploveless123/Dex-trading-bot/tree/main/workspace-backup/openclaw_skills/session-logs
Command: npx skills add https://github.com/cploveless123/Dex-trading-bot --skill session-logs-cploveless123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly access and analyze your complete session logs stored as JSONL transcripts to recall prior conversations, decisions, and context.

Core Features & Use Cases

  • Search across all session transcripts by date, session ID, or keyword to surface relevant discussions.
  • Extract user and assistant messages, summarize conversations, and surface actionable insights.
  • Use cases include recalling context when a user references older chats and reconstructing missing details from past interactions.

Quick Start

Ask the agent to search your session logs for a specific topic and return the matching user messages with timestamps.

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 chat history and session transcripts for specific keywords?

You can search session logs by date, session ID, or keyword to surface relevant discussions without needing external search tools.

What is the best way to extract user and assistant messages from JSONL session logs?

It parses JSONL transcripts, filters messages by role and timestamp, and returns structured results for review.

Can I recall context from older chats when a user references prior conversations?

This Skill identifies and retrieves relevant context from session logs to support recall of prior conversations beyond current memory.

Does this session log search tool require any external dependencies or components?

It is a standalone solution with no dependencies required to parse JSONL transcripts and filter messages.

How do I summarize conversations and surface insights from chat history?

It parses JSONL transcripts, filters messages by role and timestamp, and returns structured results that can be summarized for insights.