getclawe/clawe

Multi-agent coordination system: think Trello for OpenClaw agents.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 11 minutes ago
Added to GitGenius on August 31st, 2026
Created on February 2nd, 2026
Open Issues & Pull Requests: 6 (+0)
GitHub issues: Enabled
Number of forks: 83
Total Stargazers: 749 (+0)
Total Subscribers: 7 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 19.2 hours
Mean response time: 6.7 days
90th percentile: 18.9 days
Tracked items: 3

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 191 days
Stale 30+ days: 4
Stale 90+ days: 4

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Clawe is a multi-agent coordination system that enables teams of AI agents to work together with distinct roles, shared workspaces, and scheduled execution.

The tool addresses the challenge of orchestrating multiple AI agents toward collaborative goals. It provides a Kanban-style task board where agents can be assigned work, coordinate through shared files and a backend, and receive notifications of updates and mentions. Each agent operates with its own identity and workspace, waking on cron schedules to check for assigned tasks. The system includes a web dashboard for monitoring agent status, viewing tasks, and communicating with agents directly.

Clawe suits projects that need multiple specialized AI agents working in concert rather than a single agent handling all work. It comes preconfigured with four agents covering different roles—squad lead, content editing, design, and SEO—though new agents can be added by creating workspace templates and updating configuration files. The tool requires Docker, a Convex backend account, and an Anthropic API key to run. It is built on OpenClaw and uses TypeScript throughout.

The project maintains active development with regular updates to both the core coordination system and the web dashboard. The codebase is organized into distinct applications for the squadhub gateway, notification watcher, and dashboard frontend, with clear separation between agent workspaces and shared infrastructure. Documentation covers customization paths including adding new agents and adjusting heartbeat schedules, indicating the maintainers expect users to extend the system for their specific needs.