SwarmClaw Dashboard Adds Orchestration Layer to OpenClaw

SwarmClaw is a self-hosted dashboard that adds a full orchestration layer on top of OpenClaw, allowing developers to deploy and manage multiple OpenClaw instances from a single interface.
Key Features
- Per-agent gateway toggling for individual instance control
- Built-in gateway controls with reload mode switching
- Config issue detection and repair capabilities
- Remote history sync between instances
- Live execution approval handling
- Direct support for OpenClaw plugins
- SKILL.md file support with frontmatter
- Connects to 14 other AI providers including Anthropic, OpenAI, Gemini, and Ollama for mixed setups
Getting Started
Install and run with these commands:
npm i -g @swarmclawai/swarmclaw
swarmclaw
The tool is available on GitHub at github.com/swarmclawai/swarmclaw.
This type of orchestration tool is useful for teams running multiple AI coding agent instances who need centralized management and monitoring capabilities.
📖 Read the full source: r/clawdbot
👀 See Also

Tatu: Open-source security layer for Claude Code blocks secrets and destructive commands
Tatu is an open-source hook system that intercepts Claude Code actions in real time to block leaked secrets, flag PII, and deny destructive commands before execution. Installation is via pip/pipx with 'tatu-hook init' to enable audit mode.

ClawCodex /advisor Mode: Pair Cheap Worker with Expensive Reviewer to Cut Costs Without Losing Quality
Open-source Python coding agent ClawCodex adds an /advisor mode that pairs a cheap worker model (e.g., Haiku) with an expensive reviewer (e.g., Opus) at decision points, cutting costs several-fold without sacrificing architectural judgment.

OpenGalatea MCP Server Connects Claude to Prusa 3D Printers
OpenGalatea is an open-source MCP server that enables Claude to control Prusa 3D printers via PrusaLink, allowing natural language commands to search Printables.com, slice models, and manage prints.

Sandra: open-source persistent graph memory MCP for Claude
Sandra is a graph + vector memory backend with a native MCP server that gives Claude persistent structured memory across sessions, supporting exact, fuzzy, and semantic search.