← 返回 Skills 市场
multi task
作者
Bright Ween
· GitHub ↗
· v1.0.0
354
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install multi-task
功能描述
Orchestrate parallel execution of batch tasks by splitting work into independent units and dispatching them to multiple subagents simultaneously. Use this sk...
安全使用建议
This skill appears to do what it says — orchestrate parallel tasks — and it has no hidden installs or credential requests. Before using it, consider: (1) the skill's prompts instruct the agent to read and write files using absolute paths and to duplicate any shared context verbatim across many subagents — avoid including passwords, API keys, or other secrets in that shared context; (2) test first with a small pilot (the skill itself recommends pilots) to confirm behavior and resource usage; (3) if you don't want the agent to access certain directories, don't provide those paths and avoid granting file-system permissions; (4) be cautious about allowing the agent to invoke other installed skills automatically — ensure those skills are trusted, since the orchestration will call them on your behalf. If you want a tighter safety posture, require explicit confirmation before dispatching waves or restrict inputs to non-sensitive test data.
功能分析
Type: OpenClaw Skill
Name: multi-task
Version: 1.0.0
The skill bundle provides detailed instructions for an AI agent to orchestrate parallel execution of tasks. It emphasizes creating self-contained subagent prompts, using absolute paths, and organizing outputs within a dedicated project directory. While the skill instructs the agent to use powerful tools like `mkdir -p` and dispatch `Bash` subagents (which could be misused by a malicious user), the instructions within the skill itself are focused on legitimate task management, transparency, and isolation, with no evidence of intentional harmful behavior, data exfiltration, persistence, or prompt injection designed to subvert the agent's core directives.
能力评估
Purpose & Capability
The name/description (parallel batch orchestration) matches the SKILL.md content: it explains identifying work units, building per-task prompts, and dispatching parallel subagents via the Task/Skill tools. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
The instructions explicitly direct the agent to read project files, create output directories (mkdir -p), use absolute filesystem paths, and include shared context verbatim inside each subagent prompt. That behavior is consistent with batch processing but can cause wide file read/write activity and repeated replication of any included context (potentially exposing sensitive data across many subagents). The skill also relies on platform Task and Skill tools to spawn subagents; those are expected for this capability but mean the agent will autonomously invoke other tools/skills during operation.
Install Mechanism
No install spec or code files — instruction-only. Nothing is downloaded or written to disk by installing the skill itself, minimizing install-time risk.
Credentials
The skill requests no environment variables, credentials, or config paths. All required inputs are user-supplied (file lists, templates). This is proportionate to its stated purpose.
Persistence & Privilege
always is false and the skill does not ask to modify other skills or system-wide settings. It can be invoked autonomously (platform default), which is expected for a dispatch/orchestration skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install multi-task - 安装完成后,直接呼叫该 Skill 的名称或使用
/multi-task触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the multi-task skill: orchestrated parallel batch execution.
- Enables automatic decomposition and parallel processing of multiple similar, independent user tasks.
- Guides subagent prompt construction to ensure each task is performed in isolation, with clear context and outputs.
- Suggests optimal dispatch strategy based on batch size: single or multiple waves, with pilot runs for very large batches.
- Monitors task progress and manages retries for failed tasks to maximize batch throughput.
- Consolidates and presents results efficiently after parallel execution.
元数据
常见问题
multi task 是什么?
Orchestrate parallel execution of batch tasks by splitting work into independent units and dispatching them to multiple subagents simultaneously. Use this sk... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 354 次。
如何安装 multi task?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install multi-task」即可一键安装,无需额外配置。
multi task 是免费的吗?
是的,multi task 完全免费(开源免费),可自由下载、安装和使用。
multi task 支持哪些平台?
multi task 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 multi task?
由 Bright Ween(@brightween)开发并维护,当前版本 v1.0.0。
推荐 Skills