session-finder

Search Pi session history by keywords, date, or tools.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/snqb/my-skills --skill session-finder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-finder
Source: https://github.com/snqb/my-skills/tree/main/session-finder
Command: npx skills add https://github.com/snqb/my-skills --skill session-finder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pi session history can be large and unwieldy, making it hard to quickly find past conversations, results, or references. This skill enables fast discovery by keywords and tools for context reuse, auditing, or knowledge extraction.

Core Features & Use Cases

  • Smart keyword and date-based search across the local session store at ~/.pi/agent/sessions/
  • Support for resume and export of matched sessions to continue work or share context
  • Use cases include locating prior discussions on a topic, retrieving specific session details, and compiling a summary of relevant conversations

Quick Start

Provide one or more keywords to search your session store and then resume or export the matched session.

Frequently Asked Questions about session-finder

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

FAQPage Schema
How do I search Pi session history by keywords?

You can search Pi session history by providing one or more keywords to this Skill, which applies smart matching across the local session store at ~/.pi/agent/sessions/ to instantly locate relevant past conversations.

Can I filter past Pi sessions by date or project scope?

Yes, you can filter past Pi sessions by specific dates and project scope. This allows you to narrow down your session search results for more precise context retrieval and targeted auditing.

How do I resume a previous Pi conversation after finding it?

After locating a previous Pi conversation through keyword matching, you can directly resume the matched session to continue your work or reuse the extracted context in ongoing projects.

Can I export matched Pi sessions to JSONL format?

Yes, you can export matched Pi sessions to JSONL format. This allows you to share the retrieved conversation context or compile summaries of relevant discussions for external use.

Do I need any external dependencies to search my local session store?

No external dependencies are required. The Skill operates independently to search your local Pi session store, allowing you to retrieve specific session details and compile summaries without additional packages.

What is the best way to audit past conversations in Pi?

The best way to audit past conversations is by using keyword and phrase matching across your local session store. This enables fast discovery of prior discussions on a topic for knowledge extraction and context reuse.