sinzin91sinzin91Communityยท1 Agent Skills Included

search-sessions

Instant search across past coding session history

Searches Claude Code and OpenClaw session history in milliseconds to recover past decisions, code snippets, and debugging context. Eliminates digging through gigabytes of raw JSONL files with no indexing step, database, or extra dependencies. Filters results by project or date range, searches Obsidian vaults, and outputs ready-to-paste commands to resume any previous session.
npx skills add sinzin91/search-sessions --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install search-sessions?โ–ผ

Run `npx skills add sinzin91/search-sessions --all -g -y` in your terminal to install it globally for your agent.

How to search past Claude Code sessions?โ–ผ

Just ask your agent to search your sessions, or run `search-sessions "your query"` directly. Add `--deep` to search full message content instead of just metadata.

How to resume a previous Claude session?โ–ผ

Every search result includes the session UUID and a ready-to-paste resume command like `claude -r <session-id>`, so you can pick up exactly where you left off.

Does search-sessions work with OpenClaw and Obsidian?โ–ผ

Yes. Use `--openclaw` to search OpenClaw agent sessions and `--obsidian /path/to/vault` to search markdown notes in an Obsidian vault.

How fast is search-sessions?โ–ผ

Index search returns results in about 18ms, and deep full-text search takes roughly 280ms with ripgrep installed, even across gigabytes of history.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’