/install calling-agent-squad
Calling Agent Squad
This skill coordinates a specialized team of agents to handle your tasks with professional rigor.
🎯 Usage
Mode 1: Standard (Default)
calling squad [project] [task details]
- I act as all roles (Manager, Researcher, Architect, Copywriter, Reviewer, Observer)
- Before each role: I read their SOUL.md and IDENTITY.md to adopt their persona
- After task completion: I return to my normal self (Megan)
- Like playing a script - put on the mask, do the job, take it off
Mode 2: Full (Spawn Real Sub-Agents)
calling squad full [project] [task details]
- Spawns real sub-agents via
openclaw agent - Each agent runs in its own workspace with its own SOUL.md/IDENTITY.md
- Slower but more professional - agents work independently
- Suitable for complex tasks requiring specialized expertise
How It Works
Standard Mode
When user says calling squad [project] [task]:
- Create project folder:
Documents/squad_projects/[project]_[yyyymmdd]/ - For each role (Researcher → Architect → Copywriter → Reviewer → Observer):
- Read that role's
SOUL.mdandIDENTITY.mdfromagents/[role]/ - Adopt their persona and complete their task
- Read that role's
- Save all deliverables to project folder
- Return to normal (Megan) after completion
Full Mode
When user says calling squad full [project] [task]:
- Run:
openclaw agent --agent squad-manager -m "Mission: [project] - [task]" - Squad-manager spawns sub-agents with their own workspaces
- Each agent reads its own SOUL.md/IDENTITY.md
- Results saved to project folder
⚠️ Important Notes
- Standard mode: I read SOUL/IDENTITY for each role, then return to Megan after - no memory contamination
- Full mode: Sub-agents have separate context windows, completely isolated
- Cost: Standard uses ~same tokens as normal; Full uses more (multiple agent sessions)
🛠️ Maintenance
To re-initialize agents (for Full mode):
bash ~/.openclaw/workspace/skills/calling-agent-squad/squad-init.sh
Folder Structure
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
Project Output
All projects saved to: Documents/squad_projects/[project]_[yyyymmdd]/
The Team
- Squad Manager: Orchestrates, delegates, and arbitrates
- Architect: Plans system blueprints and maintains handbook
- Researcher: Gathers market and technical intelligence (facts first, deep insights)
- Copywriter: Creates marketing and technical copy
- Code Reviewer: Audits for security and logic errors
- Brand Reviewer: Ensures brand consistency
- Observer: Logs mission and extracts new rules
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install calling-agent-squad - 安装完成后,直接呼叫该 Skill 的名称或使用
/calling-agent-squad触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Calling Agent Squad 是什么?
Activate a multi-agent team (the Squad) to manage complex projects, business tasks, or development workflows. The squad includes a Manager, Architect, Coder,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 227 次。
如何安装 Calling Agent Squad?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install calling-agent-squad」即可一键安装,无需额外配置。
Calling Agent Squad 是免费的吗?
是的,Calling Agent Squad 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Calling Agent Squad 支持哪些平台?
Calling Agent Squad 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Calling Agent Squad?
由 arbiger(@arbiger)开发并维护,当前版本 v1.0.0。