Privacy
Last updated: 2026-05-02
The short version
WristClaw doesn't collect anything about you. Your conversations with your AI agent are encrypted on your devices before they hit the network, and the only server in the path — the WristClaw relay — is mathematically incapable of reading them.
What WristClaw collects
Nothing on your device. The app itself does not log, store, or transmit any analytics, telemetry, crash reports, identifiers, or behavioral data.
What the relay sees
The relay at wss://wristclaw.app/ws is a stateless message router. To do its job it observes:
- Your connection IP address (necessary to route bytes to you, not stored long-term)
- The session UUID generated at pairing (random, ephemeral, deleted when both peers disconnect)
- Encrypted message frames — opaque ciphertext only, no metadata extracted
The relay cannot decrypt your messages. End-to-end encryption uses X25519 ECDH for key exchange and ChaCha20-Poly1305 for symmetric encryption — both performed entirely on your Watch and your OpenClaw agent. Private keys never leave the device that generated them.
What your AI agent sees
Whatever you say or send to it. WristClaw is the transport; the agent on the other end is whatever OpenClaw configuration you've paired with. That agent's data handling is governed by your own OpenClaw setup, which lives on your own machine.
Optional context streaming
WristClaw can forward ambient signals — your coarse location, what you're listening to, your heart rate, your battery level, your network type — to your OpenClaw agent so it can answer better. Every signal is off by default. You opt in per-signal in Settings → Context, and each has three states:
- Off — never sampled, never sent.
- On demand — sampled only when you explicitly take an action (voice, text, shortcut button), bundled with that turn, and discarded afterwards.
- Auto — sampled on a timer (typically every 60 seconds for live signals, every 15 minutes for slow-moving ones) while the app is active. Uses more battery.
Whatever you enable is encrypted on your device with the same X25519 + ChaCha20-Poly1305 used for voice — the relay never sees plaintext. Your agent receives the snapshot and uses it only for that conversation; the agent's persistence is governed by your own OpenClaw setup.
Third parties
None. No analytics SDKs, no advertising networks, no crash reporters, no remote-config services.
Children
WristClaw is not directed at children under 13. The app has no special features for minors and does not knowingly collect data from anyone.
Changes
If this policy changes meaningfully, the new version will appear at this URL with an updated date at the top.
Contact
Questions, concerns, or breach reports: hello@wristclaw.app