rmb
v1.2.3Search and recall archived Codex, Claude Code and pi conversations
By erwintLicense: MIT0 GitHub starsUpdated 15 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 2, 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 rmb for Codex
codex plugin marketplace add erwint/remaimber
codex plugin marketplace upgrade remaimber
codex plugin add rmb@remaimberPaste and run these commands in a terminal with Codex. They add and refresh the remaimber catalog, then install this plugin.
Compatibility: the page URL and API slug “rmb-2” remain stable.
- Codex:
rmb-2@agent-plugin-marketplace→rmb@remaimber
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/erwint/remaimberClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/rmb/.
Plugin files
├── .codex-plugin/plugin.json├── skills/recall/SKILL.md├── skills/resume/SKILL.md├── skills/sessions/SKILL.md└── .mcp.json
Included Skills3
Search archived Codex, Claude Code and pi conversations by keyword, topic, or date. Use when the user refers to something discussed or decided in an earlier session, asks "when did we...", "what did we do about...", or wants to find a past conversation.
Find a past conversation and resume it in the current worktree, including sessions that ran in another agent or another git worktree. Use when the user wants to continue, pick up, or reopen earlier work.
List recent conversation sessions with summaries, across agents and git worktrees. Use when the user asks what they worked on recently, or wants to see or pick from their past sessions.
MCP servers1
- command
- sh
- args
- -c command -v remaimber >/dev/null 2>&1 && exec remaimber mcp; exec "$HOME/.local/bin/remaimber" mcp
Plugin manifests1
{
"name": "rmb",
"version": "1.2.3",
"description": "Search and recall archived Codex, Claude Code and pi conversations",
"author": {
"name": "erwint",
"url": "https://github.com/erwint"
},
"homepage": "https://github.com/erwint/remaimber",
"repository": "https://github.com/erwint/remaimber",
"license": "MIT",
"keywords": [
"search",
"conversations",
"archive",
"memory"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "remaimber",
"shortDescription": "Recall past conversations across agents",
"longDescription": "Requires Codex 0.148.0 or newer. Archives every Codex, Claude Code and pi conversation into a local SQLite database with full-text search, then makes them findable: search exact strings, recall a topic by what the work turned out to be, or pull back just the part of an old session that matters and resume from it.",
"developerName": "erwint",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read"
],
"defaultPrompt": [
"Find the conversation where we set up the mail relay",
"What did I work on last week?",
"Resume the session about the flaky tests"
]
}
}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.
[rmb on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rmb-2)