← 返回 Skills 市场
164
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-team-creator
功能描述
Agent团队创建和管理工具 - 用于创建多Agent协作团队,分配角色和任务,协调复杂工作流。支持创建CEO、分析师、研究员等角色,实现智能任务分发和结果整合。
使用说明 (SKILL.md)
Agent团队创建器
创建和管理多Agent协作团队,让复杂任务由多个专业Agent共同完成。
功能特点
- 👥 多角色团队 - 创建CEO、分析师、研究员等专业角色
- 🎯 任务分发 - 智能将任务分配给最适合的Agent
- 🔄 结果整合 - 自动汇总多个Agent的分析结果
- 📊 工作流管理 - 支持串行、并行、条件分支等复杂工作流
- 🎮 实时协调 - CEO Agent实时协调团队成员
使用场景
- 投资分析团队: CEO + 市场观察员 + 投资分析师 + 风控官
- 内容创作团队: 主编 + 研究员 + 撰稿人 + 编辑
- 代码审查团队: 技术负责人 + 安全专家 + 性能优化师
使用方法
创建团队
node scripts/create-team.mjs --name "投资分析团队" --roles "ceo,market-watcher,investment-analyst"
分配任务
node scripts/assign-task.mjs --team "投资分析团队" --task "分析英维克股票"
查看团队状态
node scripts/team-status.mjs --team "投资分析团队"
团队角色模板
| 角色 | 职责 | 适用场景 |
|---|---|---|
| CEO | 决策中枢、任务分配、结果整合 | 所有团队 |
| 市场观察员 | 宏观分析、板块追踪 | 投资分析 |
| 投资分析师 | 个股研究、估值分析 | 投资分析 |
| 风控官 | 风险评估、止损建议 | 投资分析 |
| 主编 | 内容策略、质量把控 | 内容创作 |
| 研究员 | 资料收集、数据分析 | 内容创作、投资分析 |
示例:创建投资分析团队
const team = {
name: "投资分析团队",
members: [
{ role: "ceo", agentId: "ceo", responsibility: "决策中枢" },
{ role: "market-watcher", agentId: "market-watcher", responsibility: "市场分析" },
{ role: "investment-analyst", agentId: "investment-analyst", responsibility: "个股研究" },
{ role: "risk-controller", agentId: "risk-controller", responsibility: "风险控制" }
],
workflow: "parallel-analysis-then-decision"
};
License
MIT
安全使用建议
This skill is an instruction-only guide that expects Node scripts (node scripts/*.mjs) to exist, but the package you installed contains no code files. Before running any of the example commands, manually inspect the referenced repository or scripts: clone the GitHub homepage, open the scripts (create-team.mjs, assign-task.mjs, team-status.mjs), and review what they do (network calls, file I/O, environment access). Only run scripts you trust, preferably in a sandbox or isolated environment. If you need automated behavior, prefer a skill that bundles source or a signed release; if the repository is intended as the source, verify the repo URL, commit history, and author identity first.
功能分析
Type: OpenClaw Skill
Name: agent-team-creator
Version: 1.0.0
The skill bundle contains metadata and documentation for a multi-agent orchestration tool. The SKILL.md file describes standard functionality for creating and managing agent teams and does not contain any malicious instructions, prompt injections, or suspicious execution patterns. All content is consistent with the stated purpose of the tool.
能力评估
Purpose & Capability
The skill is a multi-agent team/orchestration tool and declares node as a required binary, which is coherent. However, the SKILL.md's runtime commands call scripts (node scripts/*.mjs) that are not present in the skill bundle. That mismatch (instructions expecting local scripts but no code provided) is an inconsistency: either the skill is only documentation pointing to an external repo or it's incomplete.
Instruction Scope
Instructions explicitly tell the agent/user to run node scripts (create-team.mjs, assign-task.mjs, team-status.mjs). Those commands will execute arbitrary JavaScript if the scripts exist. The SKILL.md does not instruct reading unrelated system files or env vars, but because the actual scripts are absent, there's no way to verify what those scripts would do — they could perform network access, read credentials, or modify files.
Install Mechanism
There is no install spec and no files to write to disk from the skill itself. Instruction-only skills are low-risk in terms of automated installs. The homepage points to a GitHub repo (which is a normal location to host code), but the repo contents are not bundled here, so manual review would be required before running anything from that repo.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. That is proportionate to the SKILL.md presented. The main risk is that the referenced Node scripts (not included) might request credentials or read environment variables when executed — this cannot be determined from the provided materials.
Persistence & Privilege
always is false and the skill does not request persistent presence or elevated privileges. There are no instructions to modify other skills or system-wide settings in the SKILL.md.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-team-creator - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-team-creator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of agent-team-creator
- Create and manage multi-agent collaborative teams for complex workflows.
- Supports role assignment (e.g., CEO, analyst, researcher) and intelligent task distribution.
- Automates integration of results from different agents.
- Enables workflow management (serial, parallel, conditional branching).
- Designed for various scenarios, including investment analysis, content creation, and code review teams.
元数据
常见问题
Claw Team Builder 是什么?
Agent团队创建和管理工具 - 用于创建多Agent协作团队,分配角色和任务,协调复杂工作流。支持创建CEO、分析师、研究员等角色,实现智能任务分发和结果整合。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。
如何安装 Claw Team Builder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-team-creator」即可一键安装,无需额外配置。
Claw Team Builder 是免费的吗?
是的,Claw Team Builder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Claw Team Builder 支持哪些平台?
Claw Team Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Claw Team Builder?
由 ryan-wuxl(@ryan-wuxl)开发并维护,当前版本 v1.0.0。
推荐 Skills