@wristclaw/openclaw
v0.1.1
Published
OpenClaw channel plugin for WristClaw Apple Watch relay
Readme
@wristclaw/openclaw
OpenClaw channel plugin for WristClaw — a native Apple Watch / iPhone client that talks to an OpenClaw agent over an end-to-end-encrypted WebSocket relay.
This package adds a wristclaw channel to OpenClaw. After installing, the
agent can:
- accept paired watches as authenticated peers
- receive voice transcripts and ambient context from the wrist
- ship text, audio (Kokoro/Piper TTS), image thumbnails, and custom extension shortcuts back to the watch
The watch and iPhone clients are distributed via TestFlight from wristclaw.app; the relay is open source at salam/WristClaw.
Install
npm install -g @wristclaw/openclaw
openclaw plugins install $(npm root -g)/@wristclaw/openclaw
openclaw plugins registry --refresh
openclaw gateway restartOr, to keep it scoped to a single OpenClaw instance:
cd ~/.openclaw
npm install @wristclaw/openclaw
openclaw plugins install ./node_modules/@wristclaw/openclawPair a watch
The pair screen in the WristClaw iOS/watchOS app shows three options
(Telegram bot, terminal, raw payload) — each produces the same
wristclaw://pair?… payload. The full pairing protocol, allowlist
behavior, and --bind-public-key flag are documented in the
skill file.
Customize prompts and intent routing
Per-turn prompt fragments (skill routing, hard rules, intent hints) are loaded from a JSON config at startup. Resolution order:
$WRISTCLAW_INTENTS_FILE~/.openclaw/wristclaw-intents.json— per-user overrideswristclaw-intents.default.json— generic defaults bundled with the package
See wristclaw-intents.default.json in this package for the schema. To
customize: copy it to ~/.openclaw/wristclaw-intents.json, add your skill
files / binaries / regexes, and restart the gateway.
TTS binaries
The channel can synthesize voice replies via Kokoro or Piper. Set
WRISTCLAW_KOKORO_BIN and WRISTCLAW_PIPER_BIN if the binaries aren't on
$PATH. With no TTS binary available the channel falls back to text-only
replies on the wrist.
License
MIT. Copyright (c) 2026 Matthias Sala.
