Multi-Agent Coordinator

v1.0.0

协调并管理多个AI子Agent(Learner、Critic等)进行任务分工、通信和结果整合,实现复杂任务的多Agent协作。

1· 1.7k·24 current·24 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
The name/description (multi-agent coordination) matches the SKILL.md content: it shows how to spawn one-shot child agents (Learner, Critic), send messages, and aggregate results. There are no unexpected env vars, binaries, or config paths required.
Instruction Scope
The SKILL.md contains only orchestration guidance and example calls (sessions_spawn, sessions_send, spawnLearner/spawnCritic). It does not instruct reading unrelated files, accessing secrets, or sending data to external endpoints outside the platform. It stays within the stated purpose.
Install Mechanism
No install spec and no code files are present — this is instruction-only, so nothing is written to disk and nothing is downloaded. This is the lowest-risk install profile.
Credentials
The skill declares no required environment variables, credentials, or config paths. The guidance references using an 'ontology' shared memory but does not demand access tokens or unrelated secrets.
Persistence & Privilege
always is false; the skill does not request permanent presence or cross-skill configuration changes. It recommends ephemeral one-shot agents, which fits its described constraints.
Assessment
This skill is coherent and appears safe as an orchestration guide, but before enabling it consider: (1) verify your OpenClaw environment actually provides the sessions_spawn/sessions_send APIs used in examples; (2) be aware that child agents will receive whatever user data you forward to them — avoid sending sensitive secrets into Learner/Critic prompts; (3) watch for rate limits and cost when spawning many one-shot agents; (4) check related skills (ontology, self-improvement) for their data storage/permission requirements if you plan to use shared memory; and (5) if you need persistent multi-session behavior, confirm the platform supports it rather than relying on the workaround patterns in the doc.

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

collaborationvk972hhhv4bqb5mb515e22wqjqs8248s5coordinationvk972hhhv4bqb5mb515e22wqjqs8248s5criticvk972hhhv4bqb5mb515e22wqjqs8248s5latestvk972hhhv4bqb5mb515e22wqjqs8248s5learnervk972hhhv4bqb5mb515e22wqjqs8248s5multi-agentvk972hhhv4bqb5mb515e22wqjqs8248s5

License

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

Comments