alrox360

Bridge Listen — Development skill for Claude Code

Development community

Start listening — Claude wakes and replies whenever you speak a new message through Codex.

How to install Bridge Listen

Installs to ~/.claude/skills/alrox360-claude-codex-bridge-bridge-listen/SKILL.md

Terminal
mkdir -p ~/.claude/skills/alrox360-claude-codex-bridge-bridge-listen && curl -fsSL https://raw.githubusercontent.com/alrox360/claude-codex-bridge/HEAD/commands/bridge-listen.md -o ~/.claude/skills/alrox360-claude-codex-bridge-bridge-listen/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Bridge Listen does


description: Start listening — Claude wakes and replies whenever you speak a new message through Codex argument-hint: "[path to transcript.md]"

Start the Claude side of the transcript bridge.

  1. Transcript path = $ARGUMENTS. If empty, use ./Transcript/transcript.md, then ./transcript.md. If neither exists, tell the user to run /bridge-init and stop.
  2. Start a persistent watcher with the Monitor tool (not a one-off Bash call): `bash "${CLAUDE_PLUGIN_ROOT}/scripts/watch-claud

Alternatives in Development

  • Cyberboss — 一个接入微信的本地生活 Agent Bridge,让 Codex / Claude Code 拥有时间感、行踪感、随机唤醒和自主唤醒能力,用主动陪伴替代所有番茄钟和效率工具,自动记录日记、维护生活时间轴、发送文件和表情包 1.3k ★
  • /sync-agents-md - Regenerate AGENTS.md From CLAUDE.md — Synchronize AGENTS.md with current CLAUDE.md using the codex-cli-bridge skill 618 ★
  • Agent Bridge — A local bridge for bidirectional collaboration between Claude Code and Codex 312 ★

Full documentation available on GitHub

View Source Repository