Claude Codex Bridge banner
keng1304 keng1304

Claude Codex Bridge

Development community

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

🌉 Claude × Codex Bridge

**雙 agent 編排:Claude 主腦(思考) + OpenAI Codex 手(執行),用 Notion 當任務佇列 + inbox 反向通道**
**Dual-agent orchestration: Claude (main brain) + OpenAI Codex (worker hand) glued by Notion + inbox notifications**

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Claude Code](https://img.shields.io/badge/Claude%20Code-CLI-orange)](https://docs.claude.com/en/docs/claude-code) [![OpenAI Codex](https://img.shields.io/badge/OpenAI%20Codex-CLI-10a37f)](https://github.com/openai/codex) [![Notion](https://img.shields.io/badge/Notion-Task%20Queue-000000)](https://www.notion.so) [![macOS](https://img.shields.io/badge/macOS-14%2B-blue)](https://www.apple.com/macos/) [![Linux](https://img.shields.io/badge/Linux-systemd-yellow)](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