search-sessions
Instant search across past coding session history
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core