Multi Agent Workflow
v1.0.3多Agent协作工作流 v1.0.3。让多个AI Agent组成团队,协同完成复杂任务。支持任务拆分、角色分配、结果汇总、任务管理。
⭐ 0· 256·4 current·4 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the delivered artifacts: SKILL.md, README, and scripts/workflow.py implement task splitting, role assignment, a TaskManager, and result aggregation. The 'model': 'iflow' fields are just descriptive strings and do not trigger network or credential use.
Instruction Scope
Runtime instructions are limited to running the included Python CLI. The SKILL.md and code do not read system files or environment variables. Minor mismatch: meta/README/description refer to '并行执行' (parallel execution) and '可用于调用OpenClaw的sessions_spawn执行', but the provided script does not implement parallel execution or any auto-spawning of agent sessions — it only prints JSON and manages in-memory tasks.
Install Mechanism
No install spec is provided and no external packages are fetched; the skill is instruction + a small local Python script only, which is low risk from an installation standpoint.
Credentials
The skill requests no environment variables, credentials, or config paths. The code does not access secrets or external credentials.
Persistence & Privilege
Flags show normal privileges (always: false, user-invocable: true). The skill does not persist or modify other skills or system configuration.
Assessment
This skill appears to be a simple, coherent task-splitting and role-assignment helper implemented as a local Python script. It does not access the network, request credentials, or perform installs. Before installing or running: 1) Inspect the script (you already have it) — it's small and readable. 2) Note that claims about 'parallel execution' and 'sessions_spawn' are not implemented; if you expect agent orchestration, additional integration code is required. 3) If you will run it on sensitive systems, run it in an isolated environment (e.g., container/VM) as a general best practice for any third‑party script. Overall risk is low, but only run it if you understand how you'll integrate it with your agent framework.Like a lobster shell, security has layers — review code before you run it.
latestvk9760dm66gj5ff52y4ccevwyrn83ce9x
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
