by getclawe
Multi-agent coordination system: think Trello for OpenClaw agents.
# Add to your Claude Code skills
git clone https://github.com/getclawe/clawegit clone https://github.com/getclawe/clawe.git
cd clawe
cp .env.example .env
Edit .env:
# Required
SQUADHUB_TOKEN=your-secure-token
CONVEX_URL=https://your-deployment.convex.cloud
# API keys (Anthropic, OpenAI) are configured via the UI during onboarding
pnpm install
cd packages/backend
npx convex deploy
No comments yet. Be the first to share your thoughts!
Production (recommended):
./scripts/start.sh
This script will:
.env from .env.example if missingSQUADHUB_TOKENDevelopment:
# Start squadhub gateway only (use local web dev server)
pnpm dev:docker
# In another terminal, start web + Convex
pnpm dev
The production stack starts:
Clawe comes with 4 pre-configured agents:
| Agent | Role | Heartbeat | | -------- | -------------- | ------------ | | š¦ Clawe | Squad Lead | Every 15 min | | āļø Inky | Content Editor | Every 15 min | | šØ Pixel | Designer | Every 15 min | | š Scout | SEO | Every 15 min |
Heartbeats are staggered to avoid rate limits.
Schedule recurring tasks that automatically create inbox items:
āāāāāāāāāāāāāāāāāāāāāāāā...