Agent Plugins Marketplace
All plugins

codex-recall

v0.2.0

Local conversation and opt-in file search, with explicit AI budget controls.

Codex1 Skill

By Codex Recall contributorsLicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 19, 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 codex-recall for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add codex-recall@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

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/mgritzbach/codex-recall

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

codex-recall/
├── .codex-plugin/plugin.json
└── skills/codex-recall/SKILL.md

Included Skills1

codex-recallskills/codex-recall/SKILL.md

Find previous Codex conversations and optionally selected file contents by words, typos, topic, date, or project, with links to active and archived tasks. Maintain a local Markdown archive of requests and visible answers. Use when the user asks to search or record their Codex history.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "codex-recall",
  "version": "0.2.0",
  "description": "Local conversation and opt-in file search, with explicit AI budget controls.",
  "license": "MIT",
  "keywords": [
    "search",
    "history",
    "archive",
    "local",
    "productivity"
  ],
  "author": {
    "name": "Codex Recall contributors"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Codex Recall",
    "shortDescription": "Find old tasks without reprocessing your history.",
    "longDescription": "Archive visible conversations and optionally index selected file text, headings, keywords and summaries. Search across tasks and projects with local links and opt-in AI assistance.",
    "developerName": "Codex Recall contributors",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Find a previous conversation with Codex Recall.",
      "Update my local conversation archive.",
      "Create my end-of-day task index."
    ]
  },
  "repository": "https://github.com/mgritzbach/codex-recall",
  "homepage": "https://github.com/mgritzbach/codex-recall"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[codex-recall on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-recall)