← 返回 Skills 市场
six-agent-orchestrator
作者
xb19960921
· GitHub ↗
· v1.0.0
· MIT-0
67
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install six-agent-orchestrator
功能描述
六Agent协作编排器 - 开箱即用的多Agent团队模板。包含CEO(架构师)、PM(项目经理)、牢A(执行)、牢B(审计)、牢C(推理)、牢D(监控),6阶段Pipeline强制执行,Token配额自动管理,红线禁区自动检查。触发词:六Agent、多Agent协作、agent团队、协作编排、six agent...
安全使用建议
This skill appears to be a local Python-based orchestrator and does not ask for credentials, which is good, but there are multiple implementation inconsistencies you should consider before running it: 1) The code does not actually enforce several claims from SKILL.md (red-line checks exist in code but are never invoked; token_monitor.py and orchestrate.py do not share persistent quota state; 'parallel-task-executor' and some API bits are missing/truncated). 2) There are name mismatches: pipeline owners are looked up by short names like 'CEO' while config/agents.json contains names like '小小兵CEO', so token accounting and owner lookups may silently fail. 3) The scripts write files (six-agent-logs.json, token-quota.json) to the working directory — run them in a sandbox or disposable container. 4) Because this is untrusted code, review or run it in an isolated environment before giving it any sensitive data or integrating into production. Recommended next steps: inspect the orchestrate.py and token_monitor.py locally (search for any network calls or subprocess usage — none found in the provided files), fix the agent name lookup or normalize config, decide whether token persistence/integration is acceptable, and only then run. If you lack the ability to audit code, avoid executing the scripts on a machine with sensitive files or credentials.
功能分析
Type: OpenClaw Skill
Name: six-agent-orchestrator
Version: 1.0.0
The skill bundle provides a structured framework for multi-agent orchestration, including role definitions, token quota management, and a six-phase execution pipeline. The Python scripts (orchestrate.py and token_monitor.py) implement local logic for tracking task progress and simulated token usage without any dangerous system calls, network activity, or unauthorized file access. The instructions in SKILL.md are consistent with the stated purpose of managing complex AI workflows and do not contain malicious prompt injection or exfiltration attempts.
能力评估
Purpose & Capability
The claimed purpose (local orchestrator for a 6‑agent pipeline) is coherent with the provided scripts and configs; no external credentials or network access are requested. However several claimed features (real-time token auto‑management, strict red‑line enforcement, parallel execution, model routing) are only partially implemented or not integrated across files, suggesting the implementation is incomplete or sloppy rather than matching the full advertised capability.
Instruction Scope
SKILL.md instructs running the bundled Python scripts and describes enforcement behaviors, but the runtime instructions and the code diverge. Examples: SKILL.md says tasks can skip phases and that red‑line checks auto‑intercept and route actions; orchestrate.py does not call its own _check_red_line method when executing phases. The SKILL.md shows a Python API snippet that is truncated and not present. The README implies integrated token monitoring, but the orchestration code and token_monitor.py do not persist or share quota state (different file names and in‑memory vs file persistence). These gaps mean following the instructions will not yield the full stated safeguards or features.
Install Mechanism
No install spec; this is instruction-only plus small Python scripts. No network downloads or package installs are declared. That lowers supply-chain risk, but running unreviewed Python code from an unknown source still has execution risk on the host.
Credentials
The skill requires no environment variables, credentials, or special config paths. The absence of secrets or third‑party credentials is proportionate to a local orchestrator. Note: the skill writes logs and quota files to the working directory (six-agent-logs.json, token-quota.json) which is expected but worth noting.
Persistence & Privilege
always:false and no installation hooks; the skill does local file I/O (logs, quota file) only for its own data. It does not request persistent platform privileges or modify other skills' configs. That is proportional, but running the code grants it ability to write files in the current directory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install six-agent-orchestrator - 安装完成后,直接呼叫该 Skill 的名称或使用
/six-agent-orchestrator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of six-agent-orchestrator – a ready-to-use multi-agent collaboration framework.
- Implements 6 clearly defined agent roles: CEO (Architect), PM, Executor, Auditor, Specialist Reasoner, and Monitor.
- Enforces a strict 6-stage pipeline (PLAN → PRD → EXEC → VERIFY → FIX → SUMMARY) with no step-skipping.
- Automatic token quota management and multi-tier token allocation with real-time usage monitoring and overuse alerts.
- Built-in red line (forbidden action) checks for all agents, with automatic interception of unauthorized behavior.
- Example use cases and one-click orchestration instructions included.
- Differentiators: quota control, forbidden action rules, pipeline enforcement, support for free models, and robust comparison with similar products.
元数据
常见问题
six-agent-orchestrator 是什么?
六Agent协作编排器 - 开箱即用的多Agent团队模板。包含CEO(架构师)、PM(项目经理)、牢A(执行)、牢B(审计)、牢C(推理)、牢D(监控),6阶段Pipeline强制执行,Token配额自动管理,红线禁区自动检查。触发词:六Agent、多Agent协作、agent团队、协作编排、six agent... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 67 次。
如何安装 six-agent-orchestrator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install six-agent-orchestrator」即可一键安装,无需额外配置。
six-agent-orchestrator 是免费的吗?
是的,six-agent-orchestrator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
six-agent-orchestrator 支持哪些平台?
six-agent-orchestrator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 six-agent-orchestrator?
由 xb19960921(@xb19960921)开发并维护,当前版本 v1.0.0。
推荐 Skills