rekall
v0.3.2Deliberate Codex context compaction with a verified handoff and one-time continuation.
By Dmytro SherstobitovLicense: MIT1.1k GitHub starsUpdated 11 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- 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 rekall for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add rekall@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “rekall-2” remain stable.
- Codex:
rekall-2@agent-plugin-marketplace→rekall@awesome-codex-plugins
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/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/DitriXNew/rekall/.
Plugin files
├── .codex-plugin/plugin.json├── skills/rekall/SKILL.md└── .mcp.json
Included Skills1
Compact the current Codex VS Code extension thread through Rekall with a verified handoff and optional one-time continuation. Use on an explicit compaction request or after a substantial completed stage; standalone Codex CLI sessions are unsupported.
MCP servers1
- command
- node
- args
- ${PLUGIN_ROOT}/bridge.mjs mcp
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests1
{
"name": "rekall",
"version": "0.3.2",
"description": "Deliberate Codex context compaction with a verified handoff and one-time continuation.",
"author": {
"name": "Dmytro Sherstobitov",
"url": "https://github.com/DitriXNew"
},
"homepage": "https://github.com/DitriXNew/rekall#readme",
"repository": "https://github.com/DitriXNew/rekall",
"license": "MIT",
"keywords": [
"codex",
"context",
"compaction",
"handoff",
"mcp"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Rekall",
"shortDescription": "Compact context and continue from a verified handoff.",
"longDescription": "Schedule native Codex context compaction at a deliberate checkpoint, retain a verified task handoff, and optionally resume authorized work once.",
"developerName": "Dmytro Sherstobitov",
"category": "Developer Tools",
"capabilities": [
"Local MCP tools",
"Context handoff",
"One-time continuation"
],
"websiteURL": "https://github.com/DitriXNew/rekall",
"defaultPrompt": [
"Compact this thread with a handoff, then continue the remaining work once.",
"Check whether this thread is ready for deliberate compaction.",
"Compact this completed task without starting another turn."
],
"brandColor": "#6750A4",
"composerIcon": "./assets/icon.svg"
}
}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.
[rekall on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rekall-2)