session-search skillA
session-search is agent-read markdown (skill) from techwolf-ai/ai-first-toolkit: Find context from past Claude Code (CLI) and Claude Cowork (desktop) sessions on this Mac. Use when the user wants to recall something they did before but can't find it , phrasings like "where did I work on X", "find that session where I…", "when did I last do Y", "pull up the conversation about Z", "that time I built/tried/discussed …". Searches by kind (code/cowork), time range, title, working directory, or free-text content across all transcripts..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# session-search > **Platforms: Claude Code / Cowork and Codex.** `find_sessions.py` and `show_session.py` detect the host (via the `platform` stamp `install.sh` writes, or `AI_FIRST_PLATFORM`) and route to the right store: Claude Code (`~/.claude/projects`) + Cowork transcripts, or Codex rollouts (`~/.codex/sessions/**/rollout-*.jsonl`). Both support list, time/cwd/title filters, and full-text `--grep`. **Antigravity is not supported**: its IDE conversations are AEAD-encrypted at rest (`~/.gemini/antigravity/conversations/*.pb`) and its unencrypted CLI store carries no parseable turn content, so the skill prints a clear "not available" message and exits. Two scripts in `scripts/` locate past sessions and dump their content: - `find_sessions.py` , discover + filter sessions (metadata + optional full-text grep). - `show_session.py` , print a single session's conversation (user/assistant turns) in readable form. Both read directly from disk , no API calls, no auth. They resolve paths from `$HOME` so they work for any macOS user: - Claude Code CLI: `~/.claude/projects/*/\*.jsonl` …
Read the whole file at its exact version.
How to install
mdr add techwolf-ai/ai-first-toolkit/session-search@git:20260629.46e9161mdr add techwolf-ai/ai-first-toolkit/session-search@sha256:ce0c7b121b2f5aacPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_d6nib5atj4b6ihp7)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (4265 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
techwolf-ai/ai-first-toolkit · 100 stars · license MIT · pushed 2026-09-22 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_d6nib5atj4b6ihp7 GET https://markdownregistry.com/api/v1/resolve?ref=techwolf-ai/ai-first-toolkit/session-search GET https://markdownregistry.com/api/v1/blob/ce0c7b121b2f5aac8e8ee925869bc5b8643e40c7d927603a7b9b3478441b63aa
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from techwolf-ai/ai-first-toolkit
Every file in techwolf-ai/ai-first-toolkit