Claude-watch claude-watch

Bridge your Claude Code session to the Claude 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/.claude/skills/claude-watch" ~/.claude/skills/shobhit99-claude-watch-claude-watch && rm -rf "$T"
manifest: .claude/skills/claude-watch/SKILL.md
source content

Claude Watch Bridge

Starts a local bridge server that connects your active Claude Code session to the Claude 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 Claude Watch iPhone app.

Setup

The bridge requires Node.js 18+ and the

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