← Back to Skills Marketplace
daxiangnaoyang

Parallel Dispatch

by daxiangnaoyang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
151
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install parallel-dispatch
Description
并行调度多个独立或依赖任务,支持多线程/多进程执行、结果聚合和异常处理,提升任务执行效率。
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install parallel-dispatch
  3. After installation, invoke the skill by name or use /parallel-dispatch
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug parallel-dispatch
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Parallel Dispatch?

并行调度多个独立或依赖任务,支持多线程/多进程执行、结果聚合和异常处理,提升任务执行效率。 It is an AI Agent Skill for Claude Code / OpenClaw, with 151 downloads so far.

How do I install Parallel Dispatch?

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

Is Parallel Dispatch free?

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

Which platforms does Parallel Dispatch support?

Parallel Dispatch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Parallel Dispatch?

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

💬 Comments