← Back to Skills Marketplace
xb19960921

six-agent-orchestrator

by xb19960921 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
67
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install six-agent-orchestrator
Description
六Agent协作编排器 - 开箱即用的多Agent团队模板。包含CEO(架构师)、PM(项目经理)、牢A(执行)、牢B(审计)、牢C(推理)、牢D(监控),6阶段Pipeline强制执行,Token配额自动管理,红线禁区自动检查。触发词:六Agent、多Agent协作、agent团队、协作编排、six agent...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install six-agent-orchestrator
  3. After installation, invoke the skill by name or use /six-agent-orchestrator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug six-agent-orchestrator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is six-agent-orchestrator?

六Agent协作编排器 - 开箱即用的多Agent团队模板。包含CEO(架构师)、PM(项目经理)、牢A(执行)、牢B(审计)、牢C(推理)、牢D(监控),6阶段Pipeline强制执行,Token配额自动管理,红线禁区自动检查。触发词:六Agent、多Agent协作、agent团队、协作编排、six agent... It is an AI Agent Skill for Claude Code / OpenClaw, with 67 downloads so far.

How do I install six-agent-orchestrator?

Run "/install six-agent-orchestrator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is six-agent-orchestrator free?

Yes, six-agent-orchestrator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does six-agent-orchestrator support?

six-agent-orchestrator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created six-agent-orchestrator?

It is built and maintained by xb19960921 (@xb19960921); the current version is v1.0.0.

💬 Comments