Development
Skill
/urc
Bridge any Codex or Gemini pane to the Claude Code phone app — auto-detects CLI type
Install
$ npx -y skills add sidkandan/universal-remote-control --skill urc --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/urc
Context preview
The summary Claude sees to decide when to auto-load this skill.
Bridge any Codex or Gemini pane to the Claude Code phone app — auto-detects CLI type
SKILL.md
urc.SKILL.mdname: urc description: Bridge any Codex or Gemini pane to the Claude Code phone app — auto-detects CLI type argument-hint: "[pane_id | codex | gemini]" allowed-tools: Bash(*)
/urc
Run this ONE command. Display the JSON result. Done.
bash "${CLAUDE_PLUGIN_ROOT:-.}/urc/core/urc-dispatch.sh" "$ARGUMENTS" "$TMUX_PANE"If status is "delegated": say "RC Bridge will be viewable in the Claude app when ready." If status is "error": display the error message. If no argument was given: it lists available panes — display that list.
Ships withurc
Control Codex and Gemini from the Claude App on your phone. You know /remote-control — the Claude Code feature that lets you control a session from the Claude App on your phone. URC makes it universal. One command, and your phone controls Codex.
Get the whole plugin

