← Browse

@shobhit99/claude-watch

B

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

skillclaude

Install

agr install @shobhit99/claude-watch --target claude

Writes 4 files into .claude/skills/, pinned to git-92349df3.

  • .claude/skills/claude-watch/.DS_Store
  • .claude/skills/claude-watch/SKILL.md
  • .claude/skills/claude-watch/setup-hooks.sh
  • .claude/skills/claude-watch/setup.sh

Document


name: claude-watch description: Bridge your Claude Code session to the Agent Watch app on Apple Watch author: shobhit version: 0.1.0

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

Trustgrade B

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • warnLicenseno SPDX license detected

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-92349df3fdee2026-07-30