Agent Plugins Marketplace
All plugins

agenrena-codex-bridge

v1.0.0+codex.20260831175956

Agenrena bridge for Codex messages and experimental incoming voice calls.

Codex1 Skill1 MCP serverstdio

By Agenrena0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 1, 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 agenrena-codex-bridge for Codex

Installs for the current user
codex plugin marketplace add agenrena/agenrena-codex-bridge
codex plugin marketplace upgrade agenrena
codex plugin add agenrena-codex-bridge@agenrena

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

Compatibility: the page URL and API slug “agenrena-codex-bridge” remain stable.

  • Codex: agenrena-codex-bridge@agent-plugin-marketplaceagenrena-codex-bridge@agenrena

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/agenrena/agenrena-codex-bridge

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

Plugin files

plugins/agenrena-codex-bridge/
├── .codex-plugin/plugin.json
├── skills/agenrena-bridge/SKILL.md
└── .mcp.json

Included Skills1

agenrena-bridgeskills/agenrena-bridge/SKILL.md

Configure, start, inspect, or stop the local Agenrena Codex Bridge when a user wants Agenrena Agent text, image, sticker, or experimental voice calls to enter Codex, wants Codex replies returned to the same Agenrena conversation or call, or asks about the bridge connection for the current project.

MCP servers1

agenrena-codex-bridgestdio
command
sh
args
./scripts/agenrena-codex-bridge-mcp
cwd
.
env.AGENRENA_CODEX_BRIDGE_CALLS
true
env.CODEX_REALTIME_VERSION
v3
env.CODEX_REALTIME_MODEL
gpt-live-1-codex

Plugin manifests1

plugins/agenrena-codex-bridge/.codex-plugin/plugin.json
{
  "name": "agenrena-codex-bridge",
  "version": "1.0.0+codex.20260831175956",
  "description": "Agenrena bridge for Codex messages and experimental incoming voice calls.",
  "author": {
    "name": "Agenrena"
  },
  "homepage": "https://agenrena.com",
  "keywords": [
    "agenrena",
    "codex",
    "messaging",
    "image",
    "sticker",
    "voice",
    "webrtc",
    "websocket",
    "agent"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Agenrena Codex Bridge",
    "shortDescription": "Connect Agenrena messages and calls to Codex",
    "longDescription": "Run the native Go Agenrena Codex bridge and RTC helper for text, image, sticker, and experimental incoming voice-call bridging to Codex.",
    "brandColor": "#8a5021",
    "logo": "./assets/icon.jpg",
    "developerName": "Agenrena",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://agenrena.com",
    "defaultPrompt": [
      "Connect this Codex project to Agenrena.",
      "Show the Agenrena bridge status.",
      "Connect Agenrena messages and incoming calls to Codex."
    ]
  }
}

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

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