← 返回 Skills 市场
Parallel Dispatch
作者
daxiangnaoyang
· GitHub ↗
· v1.0.0
· MIT-0
151
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install parallel-dispatch
功能描述
并行调度多个独立或依赖任务,支持多线程/多进程执行、结果聚合和异常处理,提升任务执行效率。
安全使用建议
This skill is coherent and appears to be an instruction template rather than runnable code. Before installing and using it: 1) Understand that SKILL.md expects your runtime/agent to provide implementations for helpers like execute_task, build_dependency_graph, and Invoke-Task — review or implement those safely. 2) Limit what 'tasks' can do (avoid allowing untrusted inputs to become shell commands); sandbox or restrict task actions, set timeouts and resource limits. 3) Verify config.json values (max_parallel_tasks, timeouts) to avoid resource exhaustion. 4) Test with harmless tasks first to confirm behavior. 5) If you will run tasks that perform I/O or network access, audit and control those actions (the skill itself does not include network endpoints but task implementations might).
功能分析
Type: OpenClaw Skill
Name: parallel-dispatch
Version: 1.0.0
The 'parallel-dispatch' skill is a utility designed to improve task execution efficiency through parallelization. It contains standard Python (ThreadPoolExecutor) and PowerShell (Runspaces, ForEach-Object -Parallel) implementations for scheduling independent or batch tasks. The logic focuses on dependency analysis, timeout management, and performance optimization without any indicators of data exfiltration, unauthorized execution, or malicious prompt injection in SKILL.md.
能力评估
Purpose & Capability
The name/description (parallel scheduling of independent/dependent tasks) matches the SKILL.md content: it provides algorithms for simple parallel, batching, and dependency-aware dispatch. There are no unrelated environment variables, binaries, or installs requested.
Instruction Scope
The SKILL.md stays on-topic (task identification, dependency analysis, running tasks in parallel, aggregation, error handling). It contains code examples (Python and PowerShell) that call helper functions like execute_task, execute_task_with_timeout, Invoke-Task, build_dependency_graph which are not defined in the skill — meaning the agent/runtime must supply them. The skill does not instruct reading arbitrary system files or sending data to external endpoints, but it implicitly gives the agent the authority to execute arbitrary 'tasks' (the semantics of which depend on execute_task). Confirm how tasks are sourced and sandboxed before use.
Install Mechanism
No install spec and no code files beyond SKILL.md and config.json — instruction-only. This is low-risk because nothing is downloaded or written by the skill itself.
Credentials
No required environment variables, credentials, or config paths are declared. The skill's functionality does not request disproportionate secrets or system-level access.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide privileges or modify other skills' configs. Autonomous invocation is allowed by platform default but not escalated by this skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install parallel-dispatch - 安装完成后,直接呼叫该 Skill 的名称或使用
/parallel-dispatch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Parallel Dispatch Skill v1.0.0
- Initial release with core parallel scheduling capabilities.
- Supports independent, batch, and pipeline task types.
- Provides three scheduling algorithms: simple parallel, smart batching, and dependency-aware dispatch.
- Includes Python and PowerShell implementations for parallel execution.
- Features performance optimizations: task pre-evaluation, dynamic parallelism, and timeout control.
元数据
常见问题
Parallel Dispatch 是什么?
并行调度多个独立或依赖任务,支持多线程/多进程执行、结果聚合和异常处理,提升任务执行效率。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。
如何安装 Parallel Dispatch?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install parallel-dispatch」即可一键安装,无需额外配置。
Parallel Dispatch 是免费的吗?
是的,Parallel Dispatch 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Parallel Dispatch 支持哪些平台?
Parallel Dispatch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Parallel Dispatch?
由 daxiangnaoyang(@daxiangnaoyang)开发并维护,当前版本 v1.0.0。
推荐 Skills