session-search

Search past sessions across SQLite, JSON, and REST API backends.

7|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/KrishavRajSingh/computer --skill session-search-krishavrajsingh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-search
Source: https://github.com/KrishavRajSingh/computer/tree/main/packages/kortix-sys-oc-plugin/skills/session-search
Command: npx skills add https://github.com/KrishavRajSingh/computer --skill session-search-krishavrajsingh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly locate and reconstruct past sessions across multiple storage formats and interfaces to accelerate review, auditing, and knowledge extraction.

Core Features & Use Cases

  • Search sessions by title with session_list and browse results by metadata.
  • Retrieve full conversations with session_get, including compressed content summaries and tool call histories.
  • Use SQLite queries, REST API access, ripgrep on legacy JSON, and semantic search (lss) to locate context and costs across sessions.

Quick Start

Query recent sessions with session_list, then fetch full conversations with session_get as needed.

Frequently Asked Questions about session-search

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

FAQPage Schema
How do I search past sessions by title and retrieve full conversations?

To retrieve past sessions, query recent sessions with session_list to browse metadata, then fetch full conversations and tool call histories with session_get as needed.

Can I query SQLite directly to locate context and costs across sessions?

Yes, raw SQLite queries can locate context and costs across sessions, complementing REST API access, ripgrep on legacy JSON, and lss semantic search for targeted results.

Does semantic search work with legacy JSON session formats?

Semantic search works with legacy JSON session formats using the lss tool, while ripgrep can also search legacy JSON files to locate session data across multiple storage formats.

What's the best way to audit tool usage and context from historical sessions?

The best way to audit tool usage and context is retrieving full conversations with session_get, which includes compressed content summaries and tool call histories across SQLite, legacy JSON, and REST API backends.

How do I search inside message content across multiple session storage backends?

You can search inside message content across multiple session storage backends by applying raw SQLite queries, REST API access, ripgrep on legacy JSON, and lss semantic search to deliver targeted results.