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

Doc Harness: A Claude Code Skill for Maintaining Project State Across Sessions
Doc Harness is a Claude Code skill that creates a lightweight documentation system with five structured files to help AI agents maintain project context across sessions. It addresses issues like context resets, forgotten rules, and the need to re-explain projects to new agents.

OpenClaw's AWS Deployment: A Focus on Automation
OpenClaw's tool allows for one-click deployment to AWS, simplifying cloud operations for developers using AI coding agents.

Symphony workflow automation tool works with Claude Code
A developer got the Symphony spec working with Claude Code to automate ticket-to-PR workflows, using Node/TypeScript initially but noting Elixir might be better. The tool requires separate API key setup and billing beyond Claude subscriptions.

Qwen 3.6 27B with MTP on V100 32GB: 54 t/s via llama.cpp Branch
am17an's MTP branch of llama.cc runs Qwen 3.6 27B at 54 t/s on V100 32GB via PCIe adapter, dropping to 29-30 t/s without MTP.