session-logs

Search and analyze past chat session logs using jq commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you quickly search and analyze your conversation history using efficient tools like jq, allowing you to access and review older conversations with ease.

Core Features & Use Cases

  • Efficient Search: Quick and effective search for keyword or date-based queries in your conversation history.
  • Analysis Tools: Utilize jq for extracting specific information and providing detailed insights into conversation transcripts.
  • Use Case: Retrieve past messages related to a specific topic or identify all interactions with a particular user.

Quick Start

To search for the keyword 'meeting' in your conversation history, use the session-logs skill search 'meeting'.

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 for specific keywords?

You can search conversation history by running a command-line query like `session-logs skill search 'keyword'` to retrieve past messages. This approach uses rg and jq utilities to quickly find matching terms within your chat session logs.

What is the best way to analyze past chat session logs?

The best way to analyze past chat session logs is using jq commands to extract specific information and gain detailed insights. This allows you to review historical conversation transcripts for specific events within ongoing dialogues.

Do I need jq installed to search conversation transcripts?

Yes, you need both jq and rg utilities installed on your system to use this data retrieval functionality. These command-line tools are required dependencies for searching and extracting information from your chat history.

Can I retrieve all interactions with a specific user from chat history?

Yes, you can retrieve all interactions with a specific user from your chat history by utilizing jq for data extraction. This search functionality allows you to filter conversation transcripts based on user or topic.

How does jq tooling work for chat analysis?

Jq tooling works for chat analysis by parsing and filtering structured JSON data from conversation history files to extract specific messages. It enables precise data retrieval for keyword or date-based queries within your transcripts.