session-logs

Search and analyze local session log files using jq.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows you to search and analyze your past conversation history stored in session log files, helping you recall information that might not be in your immediate memory.

Core Features & Use Cases

  • Session Log Access: Directly access and query raw conversation transcripts stored locally.
  • Data Analysis: Utilize jq to filter, extract, and summarize information from conversation logs.
  • Use Case: You need to remember a specific detail discussed in a conversation from last week. Use this Skill to search through your session logs for keywords related to that detail.

Quick Start

Use the session-logs skill to list all sessions by date and size.

Frequently Asked Questions about session-logs

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

FAQPage Schema
How do I search conversation history from local session logs?

You can search conversation history by querying local session log files using the jq command-line tool. This allows you to filter, extract, and summarize past user and assistant messages to recall specific details discussed previously.

Do I need jq installed to analyze session logs?

Yes, you need the jq binary installed and accessible in your system's PATH to analyze session logs. The Skill relies entirely on jq to filter and extract information from raw conversation transcripts stored locally.

Can I analyze session costs and tool usage from conversation transcripts?

Yes, you can analyze session costs and break down tool usage within specific conversation transcripts. By using jq to parse the session log files, you can extract and summarize this data directly from your local history.

What's the best way to retrieve past assistant messages from session files?

The best way to retrieve past assistant messages is using jq to parse local session log files. This approach lets you directly query raw conversation transcripts and filter for specific user or assistant interactions.

How do I list all conversation sessions by date and size?

You can list all conversation sessions by date and size by running a jq query against your local session log files. This provides a quick overview of your stored conversation history and transcript dimensions.