fastclaw-relay
Connect your OpenClaw to the FastClaw iOS app. Relays messages between your local Gateway and FastClaw via Convex cloud sync. No port forwarding, no VPN — just pair and go.
Why use this skill?
Seamlessly bridge your local OpenClaw Gateway to the FastClaw iOS app. No port forwarding or VPNs required. Enjoy secure, real-time message syncing.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jamesalmeida/fastclaw-relayWhat This Skill Does
The fastclaw-relay skill serves as a secure, real-time bridge between your local OpenClaw Gateway and the FastClaw iOS mobile application. By leveraging Convex as a cloud-native synchronization layer, this skill eliminates the need for complex network configurations, such as port forwarding or VPN tunnels. Instead, both your local machine and your mobile device initiate outbound connections to the cloud, ensuring your local gateway remains protected behind your home or office firewall while remaining fully accessible remotely.
Installation
Getting started is straightforward. First, ensure your OpenClaw environment is updated by running clawhub install fastclaw-relay. Once installed, initiate the pairing sequence using openclaw fastclaw pair. This command generates a unique, time-sensitive QR code containing your deployment credentials. Simply open the FastClaw app on your iOS device, select the connection option, and scan the provided code. The system will automatically handle the handshake, configure local instance IDs, and establish the persistent Convex WebSocket stream.
Use Cases
- Remote Operations: Control your OpenClaw agents while commuting or traveling without exposing local ports to the public internet.
- Real-Time Monitoring: View live chat logs from WhatsApp, Telegram, or internal systems directly on your mobile device as they arrive at your gateway.
- Mobile Agent Commands: Execute tasks, trigger automations, or provide input to ongoing agent workflows while away from your primary workstation.
Example Prompts
- "FastClaw, fetch the latest summary of my unread messages from the WhatsApp integration."
- "Trigger the 'morning-briefing' automation workflow and send the results to my mobile dashboard."
- "List all active session tokens and confirm the relay status is currently connected."
Tips & Limitations
To maintain optimal performance, ensure your OpenClaw Gateway is consistently running in the background. The relay requires an active internet connection on both ends to sync states; if the iOS app is offline, messages will queue via Convex and sync immediately upon reconnection. Note that the relay is strictly limited to message payloads and session state sync—it will never transmit your local API keys or sensitive infrastructure configuration files over the cloud. If you encounter sync latency, check your network environment and verify that the relay process is active using the openclaw fastclaw status command.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jamesalmeida-fastclaw-relay": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api
Related Skills
grab
Download and archive content from URLs (tweets, X articles, Reddit, YouTube). Saves media, text, transcripts, and AI summaries into organized folders.
spaces-listener
Record, transcribe, and summarize X/Twitter Spaces — live or replays. Auto-downloads audio via yt-dlp, transcribes with Whisper, and generates AI summaries.
stranger-danger
Give your AI agent a safe word. Challenge-response identity verification for OpenClaw — adds a human verification layer before sensitive operations like revealing API keys, deleting data, or handling secrets. Answer is bcrypt-hashed and stored in macOS Keychain.
konteks
Connect your OpenClaw agent to your Konteks account (konteks.app) for persistent memory, task management, and context sharing. Use when you need to store agent memories, create or read tasks/notes, check projects and folders, read daily plans, or sync context between conversations. Requires a Konteks API key from konteks.app/dashboard/settings.