agenrena-codex-bridge
v1.0.0+codex.20260831175956Agenrena bridge for Codex messages and experimental incoming voice calls.
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
codex plugin marketplace add agenrena/agenrena-codex-bridge
codex plugin marketplace upgrade agenrena
codex plugin add agenrena-codex-bridge@agenrenaPaste 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-marketplace→agenrena-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-bridgeClone 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
├── .codex-plugin/plugin.json├── skills/agenrena-bridge/SKILL.md└── .mcp.json
Included Skills1
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
- 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
{
"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."
]
}
}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.
[agenrena-codex-bridge on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agenrena-codex-bridge)