@firstperson/firstperson
v2026.1.77
Published
OpenClaw channel plugin for the First Person iOS app
Maintainers
Readme
First Person OpenClaw Plugin
Connect your First Person iOS app to OpenClaw - your personal AI assistant.
Quick Start
1. Install OpenClaw (if you haven't already)
curl -fsSL https://openclaw.ai/install.sh | bash
openclaw onboard2. Install the First Person plugin
openclaw plugins install firstperson3. Download the First Person iOS app
Download from the App Store and open the app.
4. Connect your app to OpenClaw
In the First Person iOS app:
- Go to Settings (gear icon)
- Tap OpenClaw Connection
- Copy your relay token
Then in your terminal:
openclaw channels add --channel firstpersonPaste your relay token when prompted. The CLI handles all configuration automatically.
5. Start the gateway
openclaw gateway restart6. Pair your device
- Send any message from the First Person iOS app
- You'll receive a pairing code in the app
- Approve on your server:
openclaw pairing approve firstperson <CODE> - Done! Send another message and your AI will respond.
How It Works
┌─────────────────┐ ┌─────────────────────┐ ┌─────────────────┐
│ First Person │◄───────►│ Cloudflare Relay │◄───────►│ OpenClaw │
│ iOS App │ WSS │ chat.firstperson.ai│ WSS │ Gateway │
└─────────────────┘ └─────────────────────┘ └─────────────────┘Your messages are relayed securely through our Cloudflare Worker. The pairing system ensures only your approved devices can communicate with your AI.
Troubleshooting
Not receiving pairing code?
openclaw channels status --probe
openclaw logs --followNeed to re-pair?
openclaw pairing list firstperson
openclaw pairing approve firstperson <CODE>License
MIT
