Exploring Clawe: Open-source Multi-agent Coordination System

Clawe is a multi-agent coordination system built on top of OpenClaw, designed to manage and visualize agent workflows. It handles tasks like coordinating AI agents, scheduling actions, and managing task states, which is particularly useful for activities such as content review and maintenance. Clawe provides a clear structure to let agents operate with specific roles and responsibilities while offering explicit handoffs to human operators.
The setup requires Docker and Docker Compose, along with a Convex account and Anthropic API key. Upon cloning the repository using git clone https://github.com/getclawe/clawe.git, you configure the environment variables in the .env file. Deploy the backend using Convex with npx convex deploy and start the system in production mode via ./scripts/start.sh.
Clawe includes a web dashboard for managing tasks and monitoring agent status. Pre-configured agents like Clawe Squad Lead, Inky Content Editor, Pixel Designer, and Scout SEO wake on scheduled heartbeats, working in Kanban-style task management to ensure continuous workflow execution.
Suitable for teams using AI coding agents for automated tasks, Clawe enhances the manageability and transparency of agent workflows, reducing reliance on manual log inspections.
📖 Read the full source: HN AI Agents
👀 See Also

Hubcap Bridge: Persistent Two-Way Messaging Between CLI and Browser JavaScript via CDP
Hubcap Bridge is a new feature in the Hubcap CLI tool that creates a persistent two-way message channel between local processes and JavaScript running in browser pages via the Chrome DevTools Protocol. It enables Claude Code skills to interact with web apps through their internal JavaScript APIs without requiring public API access.

Codebase Memory MCP: Graph-based code exploration for Claude Code
A developer built an MCP server that indexes codebases into a persistent knowledge graph using Tree-sitter and SQLite, reducing token usage by 20x on average for structural queries like call tracing and dead code detection.

Prompt-caching MCP plugin automatically reduces Claude API costs by identifying stable context
The prompt-caching MCP plugin automatically identifies stable parts of context like system prompts and tool definitions, then marks them for Anthropic's caching feature to reduce API costs by 80-92% in coding sessions.

Claude Workflow Library Now Tracks and Rates Reddit- Sourced Workflows Automatically
A searchable, auto-updated index of Claude and Claude Code workflows from major subreddits, with steps, artifacts, and community ratings.