fastclaw-relay
✓Verified·Scanned 2/18/2026
This skill relays messages between a local OpenClaw Gateway and the FastClaw iOS app via Convex cloud sync. It reads/writes ~/.openclaw/fastclaw/config.json and ~/.openclaw/config.yaml, uses env vars FASTCLAW_CONVEX_URL and OPENCLAW_GATEWAY_TOKEN, and makes outbound connections to ws://127.0.0.1:18789 and the configured Convex URL.
from clawhub.ai·v67a8366·38.2 KB·0 installs
Scanned from 1.0.0 at 67a8366 · Transparency log ↗
$ vett add clawhub.ai/jamesalmeida/fastclaw-relay
openclaw-skill-fastclaw
OpenClaw skill that connects your self-hosted OpenClaw instance to the FastClaw iOS app.
What it does
Relays messages between your local OpenClaw Gateway and the FastClaw iOS app via Convex real-time sync. No port forwarding, no VPN, no Tailscale — just scan a QR code and you're connected.
Install
clawhub install fastclaw-relay
Pair
openclaw fastclaw pair
Scan the QR code from the FastClaw iOS app. That's it.
How it works
Your OpenClaw (local) ←WS→ fastclaw-relay ←Convex→ FastClaw App (anywhere)
Both sides connect outbound to Convex — no firewall configuration needed.
Security
- Open source — audit the code yourself
- Gateway token never leaves your machine
- Only message content is synced (no keys, no config)
- Pairing codes expire after 5 minutes
- All Convex traffic is TLS-encrypted
License
MIT