@getclawe/clawe

by getclawe · v1.0.0 · prompt

Open-source orchestration layer for OpenClaw - makes multi-agent AI systems accessible to everyone.

Install

Add @getclawe/clawe to Claude Code with the PolySkill CLI: polyskill add @getclawe/clawe

Instructions

# Clawe Open-source orchestration layer for OpenClaw - makes multi-agent AI systems accessible to everyone. ## Commands ```bash pnpm dev # Start development pnpm convex:dev # Start Convex dev server pnpm build # Build all pnpm check # Lint + types + format pnpm fix # Auto-fix lint + format ``` ## Structure ``` apps/web/ # Next.js 16 app (App Router) └── src/app/api/ # API routes (health, webhooks, integrations) packages/backend/ # Convex backend (schema, queries, mutations) └── convex/ # Convex functions and schema packages/shared/ # Shared DTOs (Agent, Task, Message types) packages/ui/ # Sha…

Keywords: github, openclaw, multi-agent-systems, ai-orchestration, open-source-ai, automation-tools, ai-integration, developer-tools, machine-learning