by zippoxer
Full-text search and resume for Claude/Codex conversations
# Add to your Claude Code skills
git clone https://github.com/zippoxer/recallGuides for using cli tools skills like recall.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:45:35.482Z",
"npmAuditRan": true,
"pipAuditRan": true
}recall is an open-source cli tools skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by zippoxer. Full-text search and resume for Claude/Codex conversations. It has 194 GitHub stars.
Yes. recall passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/zippoxer/recall" and add it to your Claude Code skills directory (see the Installation section above).
recall is primarily written in Rust. It is open-source under zippoxer on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other CLI Tools skills you can browse and compare side by side. Open the CLI Tools category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh recall against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Search and resume your Claude Code conversations. Also supports Codex, OpenCode and Factory (Droid).
Tip: Don't like reading? Tell your agent to use recall search --help and it'll search for you.

Homebrew (macOS/Linux):
brew install zippoxer/tap/recall
WinGet (Windows):
winget install zippoxer.recall
Cargo:
cargo install --git https://github.com/zippoxer/recall
Binary: Download from Releases
Run:
recall
That's it. Start typing to search. Enter to jump back in.
| Key | Action |
|---|---|
↑↓ |
Navigate sessions |
Pg↑/↓ |
Scroll messages |
Ctrl+E |
Expand message |
Enter |
Resume conversation |
Tab |
Copy session ID |
/ |
Toggle scope (folder/everywhere) |
Esc |
Quit |
Simply tell your agent:
use `recall search --help`
Example:
pls find me the last conversation where we deployed to staging, use `recall search --help`
No MCP required. The recall search CLI fulfills the same purpose. See Ask it to Search for You.
recall's resume commands can be configured with environment variables.
For example, to resume conversations in YOLO mode, add this to your .bashrc or .zshrc:
export RECALL_CLAUDE_CMD="claude --dangerously-skip-permissions --resume {id}"
export RECALL_CODEX_CMD="codex --dangerously-bypass-approvals-and-sandbox resume {id}"

Made with ❤️ by zippoxer and Claude.