ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 3/5

parallel-task-executor

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

Why use this skill?

Boost your OpenClaw productivity with the parallel-task-executor. Manage multiple concurrent tasks, prioritize critical jobs, and get real-time status reporting.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dexiaong/parallel-task-executort
Or

What This Skill Does

The parallel-task-executor is a powerful management tool designed to streamline OpenClaw agent workflows by enabling true multitasking. Unlike sequential processing, this skill parses multiple user instructions and registers them as independent units of work. It features an advanced priority-based scheduling system (P0-P3) and manages a concurrent execution pool with a default limit of four simultaneous tasks. Whether you are performing file operations, network requests, or complex data transformations, the skill handles dependencies, retries, and real-time progress reporting, ensuring that your agent acts as a high-performance automation center rather than a simple chatbot.

Installation

To integrate this skill into your OpenClaw environment, use the official CLI command: clawhub install openclaw/skills/skills/dexiaong/parallel-task-executor Ensure you have the latest version of the OpenClaw CLI to support resource management and dependency tracking.

Use Cases

  • Bulk Data Processing: Simultaneously download multiple assets and parse them into clean JSON/XML formats.
  • Automated Testing: Trigger several shell commands and script executions to verify system health across different environments.
  • Web Research: Open multiple URLs, extract data via forms, and take screenshots for a consolidated report.
  • System Maintenance: Perform file cleanups, renames, and archive moves concurrently to save time on administrative tasks.

Example Prompts

  1. "Analyze these three CSV files, download the supplementary report from the dashboard, and send me a summary once everything is completed."
  2. "Execute the build script, run the unit tests in parallel, and restart the dev server. Prioritize the build script as P0."
  3. "Open these five website URLs, grab a screenshot of each, and save them into the /outputs folder simultaneously."

Tips & Limitations

  • Concurrency Limits: The default max_concurrent is 4. While this can be adjusted, be mindful of local CPU and I/O saturation.
  • Dependency Management: When chaining tasks, explicitly define the 'depends_on' field to prevent race conditions.
  • Error Recovery: The skill automatically retries failed tasks up to 3 times with exponential backoff; check the final execution report if a specific task shows a 'failed' status to review the logs.

Metadata

Author@dexiaong
Stars1100
Views2
Updated2026-02-17
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dexiaong-parallel-task-executort": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#automation#multitasking#scheduler#parallel-processing#task-management
Safety Score: 3/5

Flags: network-access, file-write, file-read, external-api, code-execution