Coordinator

v1.0.0

并行协调者角色。专职聚合多方Agent输出,减少主Agent单点负载。

0· 68·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (coordinator that aggregates multiple Agents) matches the SKILL.md content. The instructions focus on dispatching to other Agents, collecting outputs, deduplicating/summary, and returning structured reports — all coherent with the stated purpose.
Instruction Scope
SKILL.md instructs only agent-to-agent orchestration (sessions_spawn / sessions_send), waiting for completions, aggregating results, and producing a report. It does not direct reading of system-wide config, environment variables, or contacting external URLs. It references internal knowledge-base paths (knowledge-base/...) which is expected for aggregation and implies access to workspace files — this is appropriate but worth noting as it means the coordinator will see aggregated agent outputs and any files those agents write.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is downloaded, extracted, or written to disk by the skill itself, minimizing installation risk.
Credentials
No required environment variables, credentials, or config paths are declared or referenced. The skill does not request unrelated secrets or tokens.
Persistence & Privilege
always is false (default). The skill does not request permanent presence or modification of other skills. It relies on platform agent-to-agent APIs to operate, which is expected for an orchestrator.
Assessment
This skill is coherent and lightweight: it only describes coordinating other Agents and producing summaries. Before installing, confirm that your agent platform's sessions_spawn/sessions_send APIs enforce permissions (so Agents cannot leak data unintentionally), and verify that aggregated outputs and any referenced knowledge-base files do not contain sensitive secrets you don't want consolidated. Also test the coordinator in a safe environment to ensure it truly only aggregates and does not perform unintended actions.

Like a lobster shell, security has layers — review code before you run it.

latestvk9750wbhm0xc6h1rem8q8x7tp584nsn8

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🔀 Clawdis
OSLinux · macOS · Windows

Comments