Claude Codex Bridge
Description
Dual-agent orchestration: Claude (main brain) + OpenAI Codex (worker hand) glued by Notion + inbox notifications
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
🌉 Claude × Codex Bridge
**雙 agent 編排:Claude 主腦(思考) + OpenAI Codex 手(執行),用 Notion 當任務佇列 + inbox 反向通道**
**Dual-agent orchestration: Claude (main brain) + OpenAI Codex (worker hand) glued by Notion + inbox notifications**
[](https://opensource.org/licenses/MIT) [](https://docs.claude.com/en/docs/claude-code) [](https://github.com/openai/codex) [](https://www.notion.so) [](https://www.apple.com/macos/) [](docs/linux.md)
重活不該綁住主對話。這是把工作交給 Codex 跑、結果自動回傳的連結層。
Heavy execution shouldn't bloat your Claude conversation.
This is the glue layer that hands work off to Codex and pipes the result back automatically.
痛點 / What this solves
**中文**:你用 Claude Code 當思考夥伴,但重活(下載 / 爬資料 / batch ffmpeg / video-breakdown / 多步驟自動化)一跑就吃 context、把對話拖慢。你裝了 OpenAI Codex CLI,但沒有乾淨的方式委派任務給它。這個 repo 補上中間那條橋。
**English**: You're using Claude Code as a thinking partner, but heavy work (download / scrape / batch-process / video-breakdown / multi-step automation) bloats your context and slows the conversation. You also have OpenAI Codex CLI installed but no clean way to delegate to it.
| 元件 / Component | 角色 / Role |
|---|---|
| Notion DB | 任務佇列 + 狀態追蹤 / task queue + status tracking |
wake_agent.sh |
從主腦即時觸發 / instant trigger from Claude main brain |
run_loop.sh |
launchd / systemd 排程 30 分鐘保險網 / safety-net cron |
CODEX_LOOP_PROMPT.md |
worker 常駐指令(載入 baseline → 撿任務 → 跑 → 寫 RESULT.md → 通知)/ standing orders |
| Inbox + hook | 反向通道,結果自動注入主腦下次 prompt / reverse chan |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11