← 返回 Skills 市场
Agent Team Orchestration
作者
amdf01-debug
· GitHub ↗
· v1.0.0
· MIT-0
153
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sw-agent-team-orch
功能描述
Set up and coordinate multi-agent teams with defined roles, task workflows, handoff protocols, and quality review checkpoints.
安全使用建议
This is an instruction-only template for organizing agents, and it appears coherent and low-risk as provided. Before installing or using it:
- Confirm where the agent will write shared-state files and ensure those locations are isolated and not world-readable or containing secrets.
- If the agent will select or call external models, verify how model API keys and endpoints are managed by your agent platform (the skill does not request keys itself). Ensure model access is limited by policy and audited.
- Consider requiring a human reviewer for any production-critical workflows the template enables (quality gates are recommended by the skill but enforce them in policy).
- If you want stronger constraints, ask the skill author (or edit the template) to specify safe file paths, retention policies, and explicit model-selection rules.
No scanner findings were available because this skill contains only SKILL.md; that lowers install risk but means runtime safety depends on your agent platform's ability to constrain filesystem and network actions.
能力评估
Purpose & Capability
The skill's name and description (agent team orchestration) match the content of SKILL.md: templates and process rules for defining roles, lifecycles, handoffs, and quality gates. It does not ask for unrelated binaries, environment variables, or cloud credentials, which is proportionate for a configuration/coordination guide.
Instruction Scope
SKILL.md is high-level guidance and templates describing how agents should hand off tasks, store shared state in files, and select models. The instructions do not ask the agent to read arbitrary system files or exfiltrate data, but they do give an agent discretion about where to write/read shared-state files and which models to use. That discretion is expected for an orchestration guide but is somewhat open-ended (no strict filepaths, no constraints on what gets written), so runtime behavior depends on the hosting agent's policies.
Install Mechanism
There is no install spec and no code to fetch or execute. As an instruction-only skill, it does not write new artifacts to disk during installation, which is low-risk from an install-mechanism perspective.
Credentials
The skill declares no required environment variables, credentials, or config paths. It references using different models but does not request model API keys or platform credentials itself. The lack of requested secrets is proportionate to the stated purpose of providing orchestration guidance.
Persistence & Privilege
The skill does not request always:true and is user-invocable (normal). It recommends storing shared state in files (survives restarts), which implies read/write file access at runtime; the skill does not declare where files should live. Users should ensure the agent's file storage is appropriately scoped and that sensitive data is not persisted unintentionally.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sw-agent-team-orch - 安装完成后,直接呼叫该 Skill 的名称或使用
/sw-agent-team-orch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Agent Team Orchestration 是什么?
Set up and coordinate multi-agent teams with defined roles, task workflows, handoff protocols, and quality review checkpoints. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。
如何安装 Agent Team Orchestration?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sw-agent-team-orch」即可一键安装,无需额外配置。
Agent Team Orchestration 是免费的吗?
是的,Agent Team Orchestration 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Team Orchestration 支持哪些平台?
Agent Team Orchestration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Team Orchestration?
由 amdf01-debug(@amdf01-debug)开发并维护,当前版本 v1.0.0。
推荐 Skills