Channels
Agent Link
OpenClaw channel plugin for Agent Link — bridges your local AI gateway to the Agent Link relay for remote access.
Install
npm install
npm
README
# @deltawerks/openclaw-agent-link
OpenClaw channel plugin for **Agent Link** — bridges your local AI gateway to the Agent Link relay for remote mobile access.
## Quick Start
1. Open Agent Link → Settings → **Generate Pairing Code**
2. Run the displayed command in your terminal:
```bash
openclaw plugins install @deltawerks/openclaw-agent-link --token DW-XXXX
```
3. Your gateway connects to Agent Link automatically.
## What This Does
- Opens a WebSocket connection from your OpenClaw gateway to the Agent Link relay
- Bridges messages between the Agent Link mobile app and your local AI agent
- Handles authentication, reconnection, and keepalive automatically
## Security
- **Pairing tokens** are single-use and expire after 10 minutes
- **Gateway tokens** are generated per-device and stored locally
- Your AI agent runs locally — only messages transit the relay
- This plugin is fully open source (MIT)
## Configuration
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| `relayUrl` | string | Production relay URL | Agent Link relay WebSocket endpoint |
| `pairingToken` | string | _(required)_ | Token from the Agent Link app |
## Development
```bash
npm install
npm run build
```
## License
MIT © DeltaWerks
channels
Comments
Sign in to leave a comment