---
name: shobhit99/claude-watch
source: https://app.decimal.ai/s/shobhit99-claude-watch@2/SKILL.md
source_sha256: b9ce5f5513da
---

# 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`