By prbe-ai
Ships per-session Codex transcripts to Probe for ingestion. Every Codex session you start gets indexed into your team's operational memory automatically.
This repo is a Codex CLI plugin marketplace that publishes Probe's plugins.
Today it has one plugin: prbe-codex-tap-plugin.
The marketplace manifest lives at .claude-plugin/marketplace.json —
Codex's plugin loader accepts that path alongside .agents/plugins/marketplace.json,
so the same outer structure works in both Claude Code and Codex.
/plugin marketplace add prbe-ai/prbe-codex-tap-plugin
/plugin install prbe-codex-tap-plugin@prbe-ai
Then pair the device with your Probe workspace from a terminal:
cd "$(ls -d ~/.codex/plugins/cache/prbe-ai/prbe-codex-tap-plugin/*/ | tail -1)" && \
python3 -m tap pair <pairing-token>
Get a pairing token from your Probe dashboard: https://dashboard.prbe.ai → Integrations → Codex.
After pairing, every new Codex session will spawn the daemon via the SessionStart hook and ship transcripts to Probe for ingestion.
/plugin marketplace update prbe-ai
/plugin install prbe-codex-tap-plugin@prbe-ai # picks up the new version
Codex drops new versions in their own subdir, so existing daemons keep running on the old code until their session ends — no mid-session interruption.
prbe-codex-tap-plugin/ (this repo — the marketplace)
├── .claude-plugin/marketplace.json # manifest Codex reads
└── plugins/
└── prbe-codex-tap-plugin/ # the plugin itself
├── .codex-plugin/plugin.json
├── hooks/
├── tap/
├── tests/
├── pyproject.toml
└── README.md
The plugin's own README covers the daemon's design, config files, env vars, and CLI subcommands.
MIT.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimClaude Code plugin: ships per-session transcripts to Probe for ingestion
npx claudepluginhub prbe-ai/prbe-codex-tap-pluginUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.