Omnirecall β Development skill for Claude Code
π Recall past coding conversations across Pi, Codex, and Claude Code from one searchable local archive.
How to install Omnirecall
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open spences10/omnirecall and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Omnirecall does
π Recall past coding conversations across Pi, Codex, and Claude Code from one searchable local archive.
Alternatives in Development
- Claude Scholar β Semi-automated research assistant for academic research and software development 3k β
- Coding Agent Session Search β Unified TUI and CLI to index and search your local coding agent session history across 11+ providers (Codex, C 708 β
- Arrecall β AgentRecall on-demand recall β surface past fixes, decisions, and patterns mid-session without leaving your fl 370 β
README
omnirecall
[](https://github.com/spences10/omnirecall/actions/workflows/verify.yml) [](https://viteplus.dev) [](https://vitest.dev)
Find answers in your past coding conversationsβeven when they happened in a different agent.
OmniRecall searches Pi, Codex, and Claude Code session histories in one local archive. Recover a decision, find a command that worked, or give your current assistant the context it needs to continue earlier work.

- Search across agents without remembering which one you used.
- Read the conversation around a match and inspect original tool output.
- Keep imported history searchable after its source files disappear.
- Keep your archive on your machine; no account or hosted service needed.
Use in your coding assistant
Ask directly in your current CLI conversation:
Use pnpx omnirecall to find that session where we changed the database queries and fixed slow search. What did we change?
Or use `npx omnirecall` in the same request. Your assistant runs the commands, searches earlier sessions, and reads the relevant context without you leaving the conversation.
Use npx omnirecall to find how we fixed the authentication bug last week, and use that context to help with this issue.
Requires Node.js 24.11 or newer.
Run commands directly
pnpx omnirecall sync
pnpx omnirecall search "database migration"
pnpx omnirecall read '' --context 2
Run `sync` to pick up new conversations. Add `--json` for structured results. Search defaults to conversation messages; use `--kind all` to include
Related Skills
Mem Forget
Active forgetting β archive raw journal transcript past its TTL (default 7 days) out of active recall, after s
Synchronized Intellect Network
Synchronized Intellect Network: a local Windows desktop app that puts the coding agents you already pay for (C
Omnisession
Search, resume, fork, and transfer local coding-agent sessions across Claude Code, Codex, OpenCode, Grok, Herm
Agent Session Relay
Resume local coding-agent sessions across Codex, Grok, and Claude Code.
Funes
Durable, searchable memory of your past agent sessions.
Prism Desk
ζ£±ι Β· A Windows desktop for Codex, Claude Code & Grok. Continue tasks across subscription accounts, run paralle
Related Agents
Memory Recall
Use this agent PROACTIVELY before starting complex, multi-step implementations or when encountering unfamiliar
Search Conversations
Use when searching Claude Code and Codex history for information learned in past conversations or prior experi
Conversation Historian
Use when analyzing Claude Code conversation history, finding past sessions by topic, tracing how implementatio