← 返回 Skills 市场
78
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-skill-parallel-tasks
功能描述
Execute multiple tasks in parallel with timeout protection, error isolation, and real-time progress feedback. Use when user says "run these in parallel", "pa...
安全使用建议
This skill is plausibly what it claims (a parallel task runner) but it has a few red flags you should verify before installing: 1) The code calls an external 'hermes' CLI to spawn sessions but the skill metadata does not list any required binary—ensure your environment provides a trusted hermes binary or that the skill is updated to declare it. 2) The executor forwards the entire process.env to spawned processes; if your agent runtime holds secrets (API keys, tokens), those could be exposed to the hermes process—ask the author to avoid forwarding unrelated env vars or to document exactly what hermes needs. 3) Task text read from files or stdin is passed verbatim to an external CLI; review/validate task inputs to avoid accidental leakage of sensitive content or injection into the external subsystem. If you trust the hermes CLI and the skill author, require an update to declare required binaries and to minimize env forwarding; otherwise treat this as untrusted code and audit carefully before use.
功能分析
Type: OpenClaw Skill
Name: openclaw-skill-parallel-tasks
Version: 1.0.0
The skill provides a utility for parallel task execution within the OpenClaw environment by spawning sub-sessions via the 'hermes cli'. The implementation in 'scripts/executor.ts' manages concurrency, timeouts, and error isolation as described in 'SKILL.md' and 'README.md'. While the script contains a minor vulnerability in how it handles command-line arguments (splitting by spaces after joining strings), there is no evidence of malicious intent, data exfiltration, or unauthorized persistence. The code is well-documented and its high-risk capabilities (spawning processes) are essential to its stated purpose.
能力评估
Purpose & Capability
The skill's description is a parallel-task executor and the code implements that. However, the package metadata declares no required binaries or environment variables while the code clearly spawns an external 'hermes' CLI to run tasks. If the skill needs to spawn sessions via Hermes, the hermes binary (or an equivalent integration) should be declared; omitting it is an incoherence between stated requirements and actual capabilities.
Instruction Scope
SKILL.md and executor.ts instruct the agent to spawn external sessions using the hermes CLI, read tasks from files or stdin, and print progress. Those actions are within the skill's purpose, but they also allow reading arbitrary files (--tasks-file, /dev/stdin) and will hand user-supplied task text to an external CLI. The instructions do not constrain or sanitize inputs and do not warn about sensitive data in task descriptions.
Install Mechanism
No install/download steps are present (instruction-only with included source). That minimizes supply-chain risk because nothing is fetched from an external URL. The presence of a local script is expected for a CLI utility.
Credentials
The code spawns child processes with env: { ...process.env } (it forwards the entire environment) but the skill declares no required credentials. Forwarding the full environment to spawned processes can leak secrets from the agent/runtime to the hermes process. Also the code conditionally uses process.env.DEBUG. The skill should either declare/justify required environment access or avoid forwarding unrelated secrets.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent installation privileges or attempt to modify other skills or system settings. Autonomous invocation is allowed by default and not by itself a problem.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-skill-parallel-tasks - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-skill-parallel-tasks触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Parallel Tasks Skill — run multiple tasks concurrently with robust timeout and error isolation.
- Enables users to execute multiple independent tasks in parallel rather than sequentially.
- Provides per-task timeout protection and isolates errors so other tasks continue unaffected.
- Includes real-time progress feedback in the terminal, with clear status and duration for each task.
- Supports various input formats (named, bullet, numbered, plain text) and configurable concurrency limits.
- Offers CLI with flexible options: per-task timeout, max concurrency, error handling, and progress control.
元数据
常见问题
Openclaw Skill Parallel Tasks 是什么?
Execute multiple tasks in parallel with timeout protection, error isolation, and real-time progress feedback. Use when user says "run these in parallel", "pa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。
如何安装 Openclaw Skill Parallel Tasks?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-skill-parallel-tasks」即可一键安装,无需额外配置。
Openclaw Skill Parallel Tasks 是免费的吗?
是的,Openclaw Skill Parallel Tasks 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw Skill Parallel Tasks 支持哪些平台?
Openclaw Skill Parallel Tasks 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Skill Parallel Tasks?
由 qiukui666(@qiukui666)开发并维护,当前版本 v1.0.0。
推荐 Skills