← Back to Skills Marketplace
2571
Downloads
2
Stars
14
Active Installs
1
Versions
Install in OpenClaw
/install parallel-task-executor
Description
多任务并行执行管理器。接收多条指令并同步执行,支持优先级调度、任务依赖、结果收集和进度跟踪。适用于需要并发处理多个独立任务的场景。
Usage Guidance
This skill appears to do what it claims, but it will instruct the agent to run arbitrary shell/file/network/browser/database operations. Before installing, consider: 1) Only enable if you trust the author; 2) Disable autonomous invocation (require explicit user invocation) so the agent cannot run it without your approval; 3) Run it in a sandboxed environment or test account; 4) Ensure it cannot access sensitive paths or credentials — do not store secrets in global env vars; 5) Ask the maintainer how credential provisioning and safety checks (confirmation prompts, allowlists, path/network restrictions, logging) are handled; 6) If you proceed, monitor actions and review generated ~/.openclaw/openclaw.json for unexpected settings. If you need higher assurance, request a code implementation (not just prose) and an audit of how commands are executed and how inputs are sanitized.
Capability Analysis
Type: OpenClaw Skill
Name:
Developer:
Version:
Description: OpenClaw Agent Skill
This skill is designed to execute multiple tasks concurrently, including high-risk operations such as 'Shell 命令' (shell commands), '脚本执行' (script execution), '文件操作' (file operations like download/upload/create/delete), and '网络请求' (HTTP/API/DB calls), as explicitly stated in SKILL.md. The documentation also indicates that the agent will '接收用户的多条指令' (receive multiple user instructions) and use them directly as task commands (SKILL.md, references/scheduler.md). While these capabilities are central to the skill's stated purpose, they present a significant attack surface for prompt injection, allowing a malicious user to potentially execute arbitrary commands, manipulate the file system, or perform unauthorized network requests. There is no clear evidence of intentional malicious behavior within the skill bundle itself, but the broad and powerful execution capabilities without explicit safeguards make it suspicious.
Capability Assessment
Purpose & Capability
Name/description match the instructions and references: the skill is a scheduler/executor that recognizes tasks (file ops, shell commands, network requests, browser actions) and runs them concurrently. The described capabilities are coherent with a 'parallel task executor'.
Instruction Scope
SKILL.md explicitly instructs the agent to identify and run file operations, shell commands, browser actions, HTTP/API requests and database queries. The instructions are permissive and leave decision-making to 'automatic recognition' with no explicit safety checks, confirmation prompts, allowlists/deny‑lists, or limits on paths/endpoints — that broad discretion can lead to execution of sensitive actions without explicit user consent.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is lowest install risk (nothing written to disk by an installer).
Credentials
The skill declares no required env vars or credentials, but supports actions (network/API calls, DB queries, downloads/uploads, shell commands, file read/write) that typically require credentials or access to local files. It also references a user config path (~/.openclaw/openclaw.json). The lack of declared credential usage or guidance for secure credential handling is a missing justification and operational detail.
Persistence & Privilege
always:false (good). However default autonomous invocation is allowed (disable-model-invocation:false) — combined with the skill's open-ended instructions to run commands and access files/networks, autonomous invocation increases the blast radius. The skill does not request persistent privileges or modify other skills, but the combination of autonomous calls + vague guardrails is concerning.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install parallel-task-executor - After installation, invoke the skill by name or use
/parallel-task-executor - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Parallel Task Executor?
多任务并行执行管理器。接收多条指令并同步执行,支持优先级调度、任务依赖、结果收集和进度跟踪。适用于需要并发处理多个独立任务的场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 2571 downloads so far.
How do I install Parallel Task Executor?
Run "/install parallel-task-executor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Parallel Task Executor free?
Yes, Parallel Task Executor is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Parallel Task Executor support?
Parallel Task Executor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Parallel Task Executor?
It is built and maintained by Erichy777 (@erichy777); the current version is v1.0.0.
More Skills