Agent Plugins Marketplace
← All plugins

recall

v0.36.0

Live agent activity, session recall, and analytics for AI agent sessions

Codex2 Skills

By Allen EubankLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 26, 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

Installs for the current user
codex plugin marketplace add 0xsend/recall
codex plugin marketplace upgrade 0xsend-recall
codex plugin add recall@0xsend-recall

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

Compatibility: the page URL and API slug “recall-7” remain stable.

  • Codex: recall-7@agent-plugin-marketplace → recall@0xsend-recall

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/0xsend/recall

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

Plugin files

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

Included Skills2

recallskills/recall/SKILL.md

Use when the user wants to inspect or follow current AI agent sessions and what they are doing; resume or continue past work; search or analyze session, tool, or bash history; or derive permission suggestions across Claude Code, Codex, Pi Agent, Grok, and Kimi Code.

recall-setupskills/recall-setup/SKILL.md

Install, upgrade, bootstrap, and troubleshoot the recall CLI and daemon for users after installing the recall Codex or Claude plugin. Use when recall is missing, recall --version fails, daemon setup or version drift needs repair, first indexing is needed, or the user asks to enable contextual retrieval.

Plugin manifests1

plugins/recall/.codex-plugin/plugin.json
{
  "name": "recall",
  "version": "0.36.0",
  "description": "Live agent activity, session recall, and analytics for AI agent sessions",
  "author": {
    "name": "Allen Eubank",
    "email": "[email protected]",
    "url": "https://github.com/0xsend"
  },
  "homepage": "https://github.com/0xsend/recall",
  "repository": "https://github.com/0xsend/recall",
  "license": "MIT",
  "keywords": [
    "recall",
    "sessions",
    "search",
    "analytics",
    "codex",
    "claude"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "recall",
    "shortDescription": "Inspect live agent sessions and recover past work.",
    "longDescription": "recall gives Codex workflows for inspecting current agent activity, reading recent messages, following session updates, continuing past work, and analyzing tool usage across Claude Code, Codex, Pi Agent, Grok, and Kimi Code. It also supports setup of the local recall CLI and indexing daemon.",
    "developerName": "0xsend",
    "category": "Productivity",
    "capabilities": [
      "Search",
      "Analytics",
      "Local"
    ],
    "websiteURL": "https://github.com/0xsend/recall",
    "defaultPrompt": [
      "Show which agent sessions are running and what they are doing.",
      "Set up recall on this machine.",
      "Search my past sessions for this project.",
      "Show my recent tool usage patterns."
    ],
    "brandColor": "#2563EB"
  }
}

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-7)