Watch Control
Description
⌚ Approve Codex and Claude Code commands from your Apple Watch
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
watch-control
Approve [Codex](https://github.com/openai/codex) and [Claude Code](https://github.com/anthropics/claude-code) commands from your Apple Watch.
[](https://cryptopilot.dev/watchcontrol) [](LICENSE)

Your AI agent runs on a remote Linux server inside `tmux`. When it needs approval, the request reaches your Apple Watch instantly through the native app stack (bridge → iPhone app → watchOS app). If you configure Pushover, it can also notify as a fallback path. A single tap approves or denies, and your agent continues.
Supports Codex and Claude Code side-by-side, with two delivery paths:
- Native iPhone + Apple Watch app — bridge approvals relayed to iPhone/watch, with local notifications when the app is backgrounded
- Pushover notifications — optional fallback when native delivery isn't enough for your setup
How it works
┌────────────────────┐
│ Codex / Claude │ running in tmux on your Linux server
└─────────┬──────────┘
│ needs approval
▼
┌────────────────────┐ ┌─────────────────┐
│ codex_watch.sh │────▶│ approve_webhook │ injects keystroke into tmux
│ (tmux poller) │ │ .py │
└─────────┬──────────┘ └─────────────────┘
│
│ POST /hooks/codex (or /hooks/permission for Claude Code)
▼
┌────────────────────┐ ┌─────────────────┐ ┌────────────────┐
│ bridge/server.js │◀───▶│ iPhone app │◀───▶│ Apple Watch │
│ (Node.js + SSE) │ SSE │ (relay + UI) │ WC │ native app │
└────────────────────┘ └─────────────────┘ └────────────────┘
│
│ (optional fallback, no iPhone needed)
▼
┌────────────────────┐
│ Pushover │ notification with action button
└────────────────
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