← 返回 Skills 市场
erichy777

Parallel Task Executor

作者 Erichy777 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2571
总下载
2
收藏
14
当前安装
1
版本数
在 OpenClaw 中安装
/install parallel-task-executor
功能描述
多任务并行执行管理器。接收多条指令并同步执行,支持优先级调度、任务依赖、结果收集和进度跟踪。适用于需要并发处理多个独立任务的场景。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install parallel-task-executor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /parallel-task-executor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug parallel-task-executor
版本 1.0.0
许可证
累计安装 14
当前安装数 14
历史版本数 1
常见问题

Parallel Task Executor 是什么?

多任务并行执行管理器。接收多条指令并同步执行,支持优先级调度、任务依赖、结果收集和进度跟踪。适用于需要并发处理多个独立任务的场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2571 次。

如何安装 Parallel Task Executor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install parallel-task-executor」即可一键安装,无需额外配置。

Parallel Task Executor 是免费的吗?

是的,Parallel Task Executor 完全免费(开源免费),可自由下载、安装和使用。

Parallel Task Executor 支持哪些平台?

Parallel Task Executor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Parallel Task Executor?

由 Erichy777(@erichy777)开发并维护,当前版本 v1.0.0。

💬 留言讨论