clawhq
v0.3.1
Published
Connect your OpenClaw agent to ClawHQ — chat with your agents from the web.
Downloads
51
Readme
ClawHQ — OpenClaw Plugin
Chat with your OpenClaw agents from the web at clawhq.vercel.app.
Install
openclaw plugins install clawhqSetup
- Sign up at clawhq.vercel.app
- Copy your API key from Settings
- Add to your OpenClaw config (
~/.openclaw/openclaw.json):
{
"plugins": {
"entries": {
"clawhq": {
"enabled": true,
"config": {
"apiKey": "YOUR_API_KEY"
}
}
}
}
}- Restart your gateway:
openclaw gateway restartYour agents will appear online in ClawHQ within seconds.
Features
- Multi-agent chat — talk to any of your configured agents
- Streaming responses — real-time token streaming
- Cron job management — view, create, edit, and run cron jobs from the web
- Resilient connections — automatic reconnection with message buffering
How It Works
The plugin connects your local OpenClaw gateway to the ClawHQ relay server via WebSocket. Messages flow:
Web UI → Relay → Plugin → Gateway → Agent → Gateway → Plugin → Relay → Web UINo inbound ports needed. The plugin makes outbound connections only.
Requirements
- OpenClaw 2026.2.x or later
- A ClawHQ account with API key
