Communityv1.0.0

Parallel Task Executor

多任务并行执行管理器。接收多条指令并同步执行,支持优先级调度、任务依赖、结果收集和进度跟踪。适用于需要并发处理多个独立任务的场景。

2.6kdownloads2stars14active installsErichy777
View on ClawHubBack to Skills

Skill Details

Slug
parallel-task-executor
Latest Version
1.0.0
Author
Erichy777
Published
Feb 5, 2026
Updated
Apr 28, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Parallel Task Executor.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

Initial release of parallel-task-executor: - Introduces a parallel task management system supporting priority scheduling, task dependencies, result aggregation, and progress tracking. - Handles multiple user instructions as independent tasks, with automatic task type recognition and priority assignment. - Supports both parallel and serial execution modes, with configurable concurrency limits, timeouts, and retry policies. - Provides real-time progress tracking and detailed execution reporting. - Implements robust error handling with automatic retries, isolation of failed tasks, and clear failure analysis. - Offers configuration options and best practice guidelines for optimizing parallel task execution.