Install
openclaw skills install @arbiger/calling-agent-squadActivate a multi-agent team (the Squad) to manage complex projects, business tasks, or development workflows. The squad includes a Manager, Architect, Coder, Reviewer, and Observer. Use when the user wants to "call a squad", "start a project", or "deploy squad" with specialized roles and quality control loops.
openclaw skills install @arbiger/calling-agent-squadThis skill coordinates a specialized team of agents to handle your tasks with professional rigor.
calling squad [project] [task details]
calling squad full [project] [task details]
openclaw agentWhen user says calling squad [project] [task]:
Documents/squad_projects/[project]_[yyyymmdd]/SOUL.md and IDENTITY.md from agents/[role]/When user says calling squad full [project] [task]:
openclaw agent --agent squad-manager -m "Mission: [project] - [task]"To re-initialize agents (for Full mode):
bash ~/.openclaw/workspace/skills/calling-agent-squad/squad-init.sh
Root: ~/.openclaw/workspace/skills/calling-agent-squad/agents/
| Agent | Config Folder |
|---|---|
| 🦞 Manager | agents/squad-manager/ |
| 📐 Architect | agents/architect/ |
| 🔍 Researcher | agents/researcher/ |
| ✍️ Copywriter | agents/copywriter/ |
| 🛠️ Coder | agents/coder/ |
| 🛡️ Reviewers | agents/code-reviewer/, agents/brand-reviewer/ |
| 📋 Observer | agents/observer/ |
Each folder contains: SOUL.md, IDENTITY.md, TOOLS.md, USER.md
All projects saved to: Documents/squad_projects/[project]_[yyyymmdd]/