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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dexiaong/parallel-task-executortWhat 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
- "Analyze these three CSV files, download the supplementary report from the dashboard, and send me a summary once everything is completed."
- "Execute the build script, run the unit tests in parallel, and restart the dev server. Prioritize the build script as P0."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dexiaong-parallel-task-executort": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution
Related Skills
omnicog
Universal service integration for OpenClaw — connect Reddit, Steam, Spotify, GitHub, Discord, and more with a single API.
chaterimo
AI Customer Service for Shopify & E-commerce - Query conversations, analyze chatbot performance, and manage your Chaterimo AI assistant
lulu-monitor
AI-powered LuLu Firewall companion for macOS. Monitors firewall alerts, analyzes connections with AI, sends Telegram notifications with Allow/Block buttons. Use when setting up LuLu integration, handling firewall callbacks, or troubleshooting LuLu Monitor issues.
gmail-client-PM
Read and send emails via Gmail. Use to list unread messages, read specific emails by ID, or send new emails.
arb-injection
BYOCB ArbInjectionSkill: Scan EVM smart contracts for arbitrary call injection vulnerabilities. Monitor chains in real-time or scan specific addresses.