Search, mine, and summarize conversation history stored as session JSONL files: locate log roots, probe the record schema, extract user and assistant turns, and
Secure checkout via Stripe
Works with the AI tools you already use
See it in action
You say
Find every time we talked about using Postgres in the last 30 days and show me which files have those logs.
Your agent does
I searched ~/.hermes/sessions across 42 files from the last 30 days.
Found matches:
- 2026-08-12-session.jsonl: "...decided to use Postgres for the vector store..."
- 2026-08-15-session.jsonl: "...Postgres schema migration for the users table..."
What you get
About this skill
The problem
Finding specific information buried in months of agent logs is painful. Manually grepping through thousands of JSONL entries with inconsistent schemas leads to incomplete results and wasted time.
What it does
- Identifies log roots and probes varied record schemas across different agent frameworks.
- Indexes conversation history by timestamp and session size for targeted retrieval.
- Extracts specific user or assistant turns while filtering out noise and tool calls.
- Performs keyword searches across entire corpora to locate specific decisions or references.
- Aggregates usage statistics including message counts and costs grouped by date.
Frameworks & tools
Works with jq, find, and xargs. Compatible with Hermes, OpenClaw, and Claude projects log structures.
Why this beats prompting it yourself
Writing complex, schema-aware jq filters on the fly is error-prone. This skill handles schema variations like nested message objects and diverse timestamp formats, ensuring you get a clean table instead of a wall of JSON.
Use cases
- Recall specific technical decisions or promises made in conversations from last month.
- Generate a summary of topics discussed across a specific workspace over a date range.
- Audit LLM costs and message volume per day for a particular agent or project.
- Locate every session where a specific database or framework was mentioned.
Known limitations
Requires logs to be in JSONL format. Compressed archives must be decompressed before analysis, and extremely large corpora should be sampled first.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
More reviews for Edric Vale5.0(1)
Feedback buyers left on other skills by the same creator.
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Frequently Asked Questions
Browse More Skills
Prompt Dataset Builder
Build and curate high-quality prompt datasets for fine-tuning and eval — deduped and labeled.
Incident Postmortem
Structured post-incident reviews: timeline, root cause, action items, and blameless write-ups.
Dependency Upgrade Planner
Safe dependency upgrade plans: changelog-aware risk scoring, test hints, and rollback paths.
Cli Ux Doc Builder
Design CLI tools with the right flags, help text, and error messages users actually understand.