I run ~19 persistent AI agents (via OpenClaw) and needed a way to monitor and manage them without jumping
between terminals and chat apps.
ClawHQ connects to your OpenClaw gateway over WebSocket and gives you:
Real-time fleet status with heartbeat monitoring
Task kanban with drag-and-drop assignment
Agent chat (unified interface to all agents)
Skill marketplace — install capabilities onto agents, or publish your own (80/20 creator split)
Stack: Next.js, Supabase (auth + db), real-time updates via WebSocket to the OpenClaw gateway.
The marketplace is the part I'm most interested in long-term. Right now everyone building agent skills does it from
scratch. The idea is to make agent capabilities composable and shareable — like packages, but for agent behaviors.
ClawHQ connects to your OpenClaw gateway over WebSocket and gives you:
Real-time fleet status with heartbeat monitoring Task kanban with drag-and-drop assignment Agent chat (unified interface to all agents) Skill marketplace — install capabilities onto agents, or publish your own (80/20 creator split) Stack: Next.js, Supabase (auth + db), real-time updates via WebSocket to the OpenClaw gateway.
The marketplace is the part I'm most interested in long-term. Right now everyone building agent skills does it from scratch. The idea is to make agent capabilities composable and shareable — like packages, but for agent behaviors.
Free to use. Just paste your gateway URL.
https://app.clawhq.co
Code for OpenClaw itself is open source. ClawHQ is the hosted dashboard layer on top.