genesis-tools:claude-history

Search and retrieve past Claude Code conversations by keyword, file, tool, or time range.

7|2|Updated Apr 16, 2025
One-click install
npx skills add https://github.com/genesiscz/GenesisTools --skill genesis-tools-claude-history
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: genesis-tools:claude-history
Source: https://github.com/genesiscz/GenesisTools/tree/main/plugins/genesis-tools/skills/claude-history
Command: npx skills add https://github.com/genesiscz/GenesisTools --skill genesis-tools-claude-history

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you quickly find past AI conversations, saving time and effort by avoiding the need to manually scroll through lengthy chat logs.

Core Features & Use Cases

  • Keyword Search: Find conversations containing specific words or phrases.
  • Filter by Tool/File: Narrow down searches by the tools used or files referenced.
  • Time-Based Filtering: Locate conversations within a specific date range.
  • Use Case: You remember discussing a specific bug fix related to config/api.php a few days ago. Use this Skill to search for "bug fix" and filter by the file and time to instantly retrieve that conversation.

Quick Start

Use the claude-history skill to find conversations about "refactor mcp-manager".

Frequently Asked Questions about genesis-tools:claude-history

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

FAQPage Schema
How do I search Claude conversation history by keyword or file path?

You can search Claude conversation history by entering specific keywords, file paths, or tools used as filters. This retrieves past AI interactions from local JSONL logs, allowing you to quickly find specific chat records without manual scrolling.

Can I retrieve past AI conversations using a specific date range?

Yes, you can retrieve past AI conversations using time-based filtering. By specifying a date range alongside keywords or referenced files, you can efficiently locate exact chat logs from a specific period for debugging or reference.

What do I need to search local JSONL conversation logs from Claude Code?

To search local JSONL conversation logs, you need access to your local Claude Code history files stored in JSONL format. The skill reads these files directly to retrieve and filter your past AI interactions.

What is the best way to find a previous Claude chat about a specific bug fix?

The best way to find a previous Claude chat about a bug fix is to search for relevant keywords and filter by the specific file path or time range. This instantly retrieves the targeted conversation from your local history.

Does this history search work with logs generated by other AI tools?

No, this history search is designed specifically for Claude Code conversation logs in JSONL format. It filters based on Claude's specific tools, file paths, and keywords, so it does not support logs from other AI tools.