← Back to Plugins
Channels

Agent Link

Deltawerks By Deltawerks 👁 106 views ▲ 0 votes

OpenClaw channel plugin for Agent Link — bridges your local AI gateway to the Agent Link relay for remote access.

GitHub

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

Loading comments...