Claude-watch claude-watch

Bridge your Claude Code session to the Agent Watch app on Apple Watch

install
source · Clone the upstream repo
git clone https://github.com/shobhit99/claude-watch
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/shobhit99/claude-watch "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skill" ~/.claude/skills/shobhit99-claude-watch-claude-watch-92349d && rm -rf "$T"
manifest: skill/SKILL.md
source content

Agent Watch Bridge

Starts a local bridge server that connects your active Claude Code session to the Agent Watch iOS/watchOS app.

What it does

  • Runs a Node.js bridge server on your LAN
  • Registers HTTP hooks for real-time event forwarding
  • Generates a 6-digit pairing code for the iPhone app
  • Enables voice commands from your Apple Watch

Usage

Run

/claude-watch
to start the bridge. Enter the pairing code in the Agent Watch iPhone app.

Setup

The bridge requires Node.js 18+ and the

node-pty
package. Run the setup script:
cd skill/bridge && npm install