recall
v0.1.0Indexed local search over Claude Code and Codex session history.
By Miguel RiosLicense: MIT61 GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install recall for Codex and Claude Code
codex plugin marketplace add Parcha-ai/parcha-skills
codex plugin marketplace upgrade unc-skills
codex plugin add recall@unc-skillsPaste and run these commands in a terminal with Codex. They add and refresh the unc-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “recall-3” remain stable.
- Codex:
recall-3@agent-plugin-marketplace→recall@unc-skills
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Parcha-ai/parcha-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is recall/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/recall/SKILL.md
Included Skills1
Find prior Claude Code and Codex sessions with an indexed local search engine, then continue the work, repeat it with fresh inputs, or distill it into a skill. Runs from Claude Code, Codex, or pi; the current index covers Claude Code and Codex transcripts. Use when the user names Recall, says "find that conversation where…", "what did we do last time about…", "continue what we did yesterday on X", "what did codex do on this branch", "turn what we did about Y into a skill", or "remember when you…". Not for searching code (use grep on the repo) or for facts already in MEMORY.md.
Plugin manifests2
{
"name": "recall",
"version": "0.1.0",
"description": "Indexed local search over Claude Code and Codex session history.",
"author": {
"name": "Miguel Rios",
"url": "https://github.com/miguelrios"
},
"homepage": "https://github.com/Parcha-ai/parcha-skills/tree/main/recall",
"repository": "https://github.com/Parcha-ai/parcha-skills/tree/main/recall",
"license": "MIT",
"keywords": [
"session-history",
"search",
"memory",
"recall"
],
"skills": "./skills/",
"interface": {
"displayName": "Recall",
"shortDescription": "Find and continue prior coding-agent work",
"longDescription": "Index local Claude Code and Codex transcripts, rank matching sessions, and read only the relevant turns.",
"developerName": "Miguel Rios",
"category": "Productivity",
"capabilities": [
"Read"
],
"websiteURL": "https://github.com/Parcha-ai/parcha-skills/tree/main/recall",
"defaultPrompt": [
"Find the prior session where we worked on this.",
"Show me related work from this branch."
]
}
}{
"name": "recall",
"description": "Indexed search over Claude Code + Codex session history — find, continue, repeat, or skill-ify prior work",
"version": "0.1.0",
"author": {
"name": "Miguel Rios",
"url": "https://github.com/miguelrios"
},
"homepage": "https://github.com/Parcha-ai/parcha-skills/tree/main/recall",
"repository": "https://github.com/Parcha-ai/parcha-skills/tree/main/recall",
"license": "MIT",
"keywords": [
"claude-code",
"codex",
"session-history",
"search",
"memory",
"recall"
],
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[recall on Agent Plugins Marketplace](https://pluginsmp.com/plugins/recall-3)