From ac4e131634c5019dcbbf6df4f98c5e686deba4dc Mon Sep 17 00:00:00 2001 From: Wayde Lyle Date: Sun, 3 May 2026 11:41:52 +0100 Subject: [PATCH] Add SwarmClaw orchestration resource --- .claude-plugin/marketplace.json | 4 ++-- README.md | 1 + .../09-meta-orchestration/.claude-plugin/plugin.json | 2 +- categories/09-meta-orchestration/README.md | 7 +++++++ 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index d7c33eb2..dc3d94e2 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -77,9 +77,9 @@ "name": "voltagent-meta", "source": "./categories/09-meta-orchestration", "description": "Agent coordination and meta-programming - multi-agent orchestration, workflow automation, and safe refactor governance. Works best with other voltagent plugins installed.", - "version": "1.0.2", + "version": "1.0.3", "category": "orchestration", - "keywords": ["multi-agent", "orchestration", "workflow", "coordination", "meta", "refactor", "codebase-governance"] + "keywords": ["multi-agent", "orchestration", "workflow", "coordination", "meta", "refactor", "codebase-governance", "swarmclaw", "mcp"] }, { "name": "voltagent-research", diff --git a/README.md b/README.md index 547ae3d7..f3fd4349 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,7 @@ Agent coordination and meta-programming. - [**multi-agent-coordinator**](categories/09-meta-orchestration/multi-agent-coordinator.md) - Advanced multi-agent orchestration - [**performance-monitor**](categories/09-meta-orchestration/performance-monitor.md) - Agent performance optimization - [**pied-piper**](https://github.com/sathish316/pied-piper/) - Orchestrate Team of AI Subagents for repetitive SDLC workflows +- [**swarmclaw**](https://github.com/swarmclawai/swarmclaw) - Self-hosted multi-agent runtime with MCP client/server support, schedules, memory, skills, and delegated CLI backends - [**task-distributor**](categories/09-meta-orchestration/task-distributor.md) - Task allocation specialist - [**taskade**](https://github.com/taskade/mcp) - AI-powered workspace with autonomous agents, real-time collaboration, and workflow automation with MCP integration - [**workflow-orchestrator**](categories/09-meta-orchestration/workflow-orchestrator.md) - Complex workflow automation diff --git a/categories/09-meta-orchestration/.claude-plugin/plugin.json b/categories/09-meta-orchestration/.claude-plugin/plugin.json index 7fce7dae..b00aa06a 100644 --- a/categories/09-meta-orchestration/.claude-plugin/plugin.json +++ b/categories/09-meta-orchestration/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "voltagent-meta", - "version": "1.0.2", + "version": "1.0.3", "description": "Agent coordination and meta-programming - multi-agent orchestration, workflow automation, and safe refactor governance. Works best with other voltagent plugins installed.", "author": { "name": "VoltAgent Community", diff --git a/categories/09-meta-orchestration/README.md b/categories/09-meta-orchestration/README.md index ccf2ac3b..0943652e 100644 --- a/categories/09-meta-orchestration/README.md +++ b/categories/09-meta-orchestration/README.md @@ -56,6 +56,11 @@ Performance specialist monitoring and optimizing agent systems. Expert in metric **Use when:** Monitoring agent performance, identifying bottlenecks, optimizing workflows, implementing metrics, or improving system efficiency. +### [**SwarmClaw**](https://github.com/swarmclawai/swarmclaw) - Self-hosted multi-agent runtime with MCP support +Self-hosted runtime for coordinating autonomous agent teams with heartbeats, schedules, delegation, persistent memory, runtime skills, and MCP client/server support. Runs locally as a desktop app, CLI, or Docker service. + +**Use when:** Managing persistent local agent teams, exposing agents and tools through MCP, routing delegated CLI backends, scheduling recurring work, or running a self-hosted orchestration dashboard. + ### [**task-distributor**](task-distributor.md) - Task allocation specialist Task distribution expert optimizing work allocation across agents. Masters load balancing, capability matching, and priority scheduling. Ensures efficient use of all available agents. @@ -82,6 +87,7 @@ Workflow specialist designing and executing sophisticated AI workflows. Expert i | Combine knowledge sources | **knowledge-synthesizer** | | Scale agent operations | **multi-agent-coordinator** | | Monitor performance | **performance-monitor** | +| Run a self-hosted multi-agent runtime | **[SwarmClaw](https://github.com/swarmclawai/swarmclaw)** | | Distribute tasks | **task-distributor** | | Manage projects with AI agents | **[taskade](https://github.com/taskade/mcp)** | | Automate workflows | **workflow-orchestrator** | @@ -97,6 +103,7 @@ Workflow specialist designing and executing sophisticated AI workflows. Expert i **Large-Scale Operations:** - **multi-agent-coordinator** for ecosystem management - **performance-monitor** for optimization +- **[SwarmClaw](https://github.com/swarmclawai/swarmclaw)** for self-hosted agent runtime and scheduling - **workflow-orchestrator** for process automation - **context-manager** for efficiency