session_logs

Search and analyze past Markdown session files for historical context.

38|14|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/ericwang915/PythonClaw --skill session-logs-ericwang915
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session_logs
Source: https://github.com/ericwang915/PythonClaw/tree/main/pythonclaw/templates/skills/system/session_logs
Command: npx skills add https://github.com/ericwang915/PythonClaw --skill session-logs-ericwang915

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to search and analyze your own conversation history stored in session Markdown files, enabling quick recall of past interactions for context, auditing, or learning from previous discussions.

Core Features & Use Cases

  • Keyword search across all sessions to surface relevant moments in your chat history.
  • Contextual snippets show surrounding lines to preserve meaning.
  • Session management: list sessions by date and size, read a specific session, and count total sessions.

Quick Start

Run python {skill_path}/search_sessions.py "keyword" to locate matching moments across all sessions.

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 history for a specific keyword?

To search conversation history for a specific keyword, run the provided Python CLI script. It scans all Markdown session files locally and returns matching lines with contextual snippets to preserve meaning.

Can I read and list specific Markdown session files by date and size?

Yes, you can list Markdown session files by date and size, read individual sessions, and count total sessions for auditing. The tool manages local data stored under the context sessions directory.

Does this tool require any external dependencies or APIs to search session logs?

No external dependencies or APIs are required to search session logs. The tool operates entirely offline using a simple CLI script to process local Markdown files for deterministic retrieval results.

What is the best way to retrieve contextual snippets from past chat memory?

The best way to retrieve contextual snippets from past chat memory is using the built-in keyword search. It locates matching moments across all sessions and automatically shows surrounding lines to maintain historical context.

How does local Markdown session retrieval work for auditing past interactions?

Local Markdown session retrieval works by scanning stored conversation history files on your machine. It counts total sessions and surfaces relevant text snippets, enabling quick auditing and recall of past interactions.