← Back to Plugins
Voice

Clawchat

livemau5 By livemau5 👁 153 views ▲ 0 votes

ClawChat Mobile β€” OpenClaw plugin for connecting the ClawChat phone app via cloud relay

GitHub

README

# ClawChat Mobile Plugin

OpenClaw channel plugin that connects the **ClawChat** phone app to your OpenClaw instance via a cloud relay.

## Install

```bash
curl -sL https://github.com/livemau5/clawchat-plugin/releases/download/v0.1.0/install.sh | bash
```

Then restart your OpenClaw gateway:

```bash
openclaw gateway stop
openclaw gateway run
```

Open the ClawChat app on your phone β€” it connects automatically.

## How It Works

The plugin connects outbound to a cloud relay server. The ClawChat app also connects to the same relay. The relay matches them automatically β€” no ports to open, no URLs to configure.

```
ClawChat App  ──WS──>  Relay Server  <──WS──  This Plugin + OpenClaw
(your phone)           (cloud)                 (your machine)
```

## Requirements

- OpenClaw installed and running
- Node.js 18+
voice

Comments

Sign in to leave a comment

Loading comments...