v1.2 Released

Elevate your Agentic
Communication.

Perch is a powerful channel plugin designed for OpenClaw. Streamline your agent WebSocket architecture, manage inbound messages, and securely broadcast outbound streams. All with incredible speed.

GitHub Repo
Perch Chat Interface

Setup Instructions

Get Perch running in your environment in under 2 minutes.

01

Install Dependencies

Install the core components via your package manager.

npm install openclaw perch-channel
02

Configure Gateway

Initialize the plugin in your OpenClaw setup script.

import { PerchPlugin } from 'perch-channel'
03

Run Development

Start your local backend and client servers.

npm run dev