session-logs

Search and analyze past conversation logs in JSONL files using jq and rg.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/zkcpku/verdentClaw --skill session-logs-zkcpku
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-logs
Source: https://github.com/zkcpku/verdentClaw/tree/main/skills/session-logs
Command: npx skills add https://github.com/zkcpku/verdentClaw --skill session-logs-zkcpku

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows you to search and analyze your past conversation logs, which are stored in JSONL files, enabling you to recall information from older or parent conversations.

Core Features & Use Cases

  • Session Search: Quickly find specific conversations or information across your entire chat history.
  • Log Analysis: Analyze message content, costs, and tool usage within sessions.
  • Use Case: If a user asks about a decision made in a previous, unrelated chat session, you can use this skill to find that session and retrieve the relevant context.

Quick Start

Use the session-logs skill to search all sessions for the phrase "project deadline".

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 logs for a specific phrase?

You can search past conversation logs by querying JSONL session transcripts with jq and rg to retrieve specific phrases or information from older and parent conversations.

What is the best way to analyze message content and costs in chat history?

Analyzing message content and costs in chat history is done by parsing JSONL session logs with jq, allowing you to evaluate tool usage and retrieve context from previous conversations.

How do I retrieve context from an older unrelated chat session?

To retrieve context from an older unrelated chat session, search your stored JSONL conversation logs using jq and rg to find the specific session and extract the relevant past information.

Do I need jq and rg installed to search JSONL session logs?

Yes, you need both jq and rg command-line tools installed, as they are required dependencies for parsing and searching the structured JSONL data within session transcripts.

Can I analyze tool usage within past conversations using jq?

Yes, you can analyze tool usage within past conversations by applying jq queries to your JSONL session logs to inspect the structured details and historical metrics of your interactions.