← Back to Skills Marketplace
Multi Agent Dev Team
by
halfmoon82
· GitHub ↗
· v2.2.2
456
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install multi-agent-team-by-halfmoon82
Description
Set up and manage 2–10 agent dev teams with customizable roles, workflows, multiple parallel teams, and auto-assigned AI models for collaborative software de...
Usage Guidance
This package is internally consistent for setting up multi-agent teams, but take a few precautions before running it: 1) Backup your OpenClaw config (~/.openclaw/openclaw.json) as the docs instruct. 2) Review the exact openclaw.json changes the wizard will make (especially merging allowAgents and any subagent entries) to avoid unintentionally exposing or overwriting agent lists. 3) Inspect the default model ID strings the wizard proposes (some defaults reference a 'custom-llmapi-lovbrowser-com' prefix); confirm they map to providers you trust or override them with your registered model IDs. 4) Run the wizard in a test environment first (non-production) to validate behavior. 5) Note the package author/homepage are not provided — treat it like third-party community code and review the code before granting access to production configs.
Capability Analysis
Type: OpenClaw Skill
Name: multi-agent-team-by-halfmoon82
Version: 2.2.2
The skill bundle provides a multi-agent management framework but includes high-risk instructions in SKILL.md that direct the AI to autonomously modify its core configuration (openclaw.json) and establish persistence via 'OpenClaw Cron' jobs. Specifically, the 'Standard Post-Setup Workflow' mandates that the agent rewrite its own skill mappings and security allowlists (allowAgents) weekly. While no explicit data exfiltration or external malicious endpoints were identified, this self-modifying behavior and the requirement for broad read/write/exec permissions in clawhub.yaml create a significant attack surface for privilege escalation and persistent state alteration.
Capability Assessment
Purpose & Capability
Name/description (multi-agent team setup) match the included artifacts: SKILL.md, README, roles.json, templates, and an interactive wizard (wizard/setup.js). The code reads openclaw.json, generates team manifests and SOUL/AGENTS files, and writes into the workspace — all expected for a team-setup wizard.
Instruction Scope
Runtime instructions and the wizard focus on reading ~/.openclaw/openclaw.json, creating workspace files under ~/.openclaw/workspace/teamtask, generating role/SOUL files, and advising operational commands. This is within scope. Users should note the wizard will modify/open write to their OpenClaw config and workspace; it does not appear to access other system config or network endpoints in the provided code/text.
Install Mechanism
No install spec or external downloads are present; the skill is delivered as code bundled in the package (wizard/setup.js and supporting files). No URL downloads or archive extraction are used.
Credentials
The skill requests no credentials or environment variables beyond using HOME or OPENCLAW_DIR to locate ~/.openclaw, which is appropriate. It references model IDs (strings) for auto-assignment; these are configuration identifiers, not secret keys. Users should verify default model ID strings used by the wizard (some defaults include 'custom-llmapi-lovbrowser-com/...') to ensure they reflect intended providers.
Persistence & Privilege
The skill is not always-on and does not request elevated platform privileges. It will write team manifests and may update openclaw.json (expected behavior for a setup wizard). It does not claim to modify other skills' configs beyond merging allowlist entries into main.subagents.allowAgents as part of setup — which is coherent with its function, but should be reviewed when the wizard runs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install multi-agent-team-by-halfmoon82 - After installation, invoke the skill by name or use
/multi-agent-team-by-halfmoon82 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.2.2
Multi-Agent Dev Team v2.2.2 — Changelog
- Updated post-setup workflow to require mandatory subagent timeout governance, including graded timeouts, retries, circuit breaker policies, and detailed health-check reporting.
- Introduced allowlist guardrail: `allowAgents` must be merged into `main.subagents.allowAgents` for all-team scope.
- Enhanced weekly optimization flow: new logging and history storage requirements, enforce no team-specific hardcoding in optimizers.
- Added new failure classifications to spawning/reporting: `SPAWN_REJECTED`, `TIMEOUT`, `NO_CHANNEL_503`, `RATE_LIMIT`, `UNKNOWN`.
- Documentation improvements for team structure, workflow templates, and troubleshooting.
Metadata
Frequently Asked Questions
What is Multi Agent Dev Team?
Set up and manage 2–10 agent dev teams with customizable roles, workflows, multiple parallel teams, and auto-assigned AI models for collaborative software de... It is an AI Agent Skill for Claude Code / OpenClaw, with 456 downloads so far.
How do I install Multi Agent Dev Team?
Run "/install multi-agent-team-by-halfmoon82" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Multi Agent Dev Team free?
Yes, Multi Agent Dev Team is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Multi Agent Dev Team support?
Multi Agent Dev Team is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Multi Agent Dev Team?
It is built and maintained by halfmoon82 (@halfmoon82); the current version is v2.2.2.
More Skills