← Back to Skills Marketplace
Multi-Agent Dev Team
by
Chloe Park
· GitHub ↗
· v1.0.0
1250
Downloads
0
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install multi-agent-dev-team
Description
2-agent collaborative software development workflow for OpenClaw
Usage Guidance
This skill appears to do what it says: coordinate a PM and Dev agent to create projects. Before you use it, take these precautions:
- Configure a dedicated workspace (cwd) so the agents only write in a directory you control.
- Do not provide GitHub, Vercel, or other deployment credentials unless you trust the skill and are ready for it to push or deploy code.
- Review generated code and commits before deploying to production — agents can introduce bugs or insecure dependencies.
- If you need higher assurance, test the skill on a throwaway project and inspect the created files and commit history first.
Capability Analysis
Type: OpenClaw Skill
Name: multi-agent-dev-team
Version: 1.0.0
The skill is designed for legitimate software development, but both the PM and Dev agents are explicitly granted high-risk capabilities like `exec` (arbitrary command execution) and `Read/Write` (arbitrary file system access) in their SOUL.md files. The Dev agent is also instructed to `git push` code. While these capabilities are necessary for a development agent, they introduce a significant prompt injection vulnerability. A malicious user could craft a project request that, when processed by the PM and then passed to the Dev agent, could lead to unauthorized arbitrary code execution or data exfiltration from the host system. There is no evidence of intentional malicious behavior by the skill's author, but the inherent risk of these powerful, agent-controlled tools makes it suspicious.
Capability Assessment
Purpose & Capability
The skill's name/description (multi-agent PM + Dev workflow) aligns with the provided SOUL files and SKILL.md. The declared capabilities (spawning a Dev agent, producing code, committing to Git, running npm/git) are expected for this purpose and there are no unrelated environment variables, binaries, or config paths required.
Instruction Scope
Runtime instructions and the PM/Dev SOULs instruct the agent to use sessions_spawn/sessions_history, Read/Write file operations, and exec to run commands (git, npm, etc.). These actions are consistent with generating, testing, and committing code, but they do grant the agent filesystem and command-execution capabilities within the configured workspace. The skill does not instruct broad, unexpected data collection or exfiltration, but some behavior (pushing to GitHub or deploying to Vercel) will occur only if you provide external credentials.
Install Mechanism
Instruction-only skill with no install spec and no code files to execute at install time. This is a low-risk install surface (nothing downloaded or written by an installer).
Credentials
The skill requests no environment variables or credentials up front. It documents optional actions (push to GitHub, deploy to Vercel) that require credentials only if you supply them; those are proportional to the stated functionality. There are no unrelated secrets or high-privilege envs requested.
Persistence & Privilege
always is false and the skill uses standard agent invocation. The SOULs expect to read/write project files and use sessions APIs, which is appropriate for an agent that creates and manages code. The skill does not request to modify other skills or system-wide configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install multi-agent-dev-team - After installation, invoke the skill by name or use
/multi-agent-dev-team - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Multi-Agent Dev Team v1.0.0: Initial release introducing a two-agent collaborative workflow for software development using OpenClaw.
- Offers Project Manager (PM) and Developer (Dev) agents that work together to complete projects.
- Enables users to describe projects; PM agent plans and delegates tasks to Dev agent.
- Includes setup instructions, agent configuration, and quick start guide.
- Supports web apps, landing pages, documentation sites, and prototypes.
- Provides troubleshooting tips, best practices, and upgrade path to Pro version.
- Detailed usage and architecture documentation included.
Metadata
Frequently Asked Questions
What is Multi-Agent Dev Team?
2-agent collaborative software development workflow for OpenClaw. It is an AI Agent Skill for Claude Code / OpenClaw, with 1250 downloads so far.
How do I install Multi-Agent Dev Team?
Run "/install multi-agent-dev-team" 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 Chloe Park (@chloepark85); the current version is v1.0.0.
More Skills