← 返回 Skills 市场
78
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-task-executor
功能描述
Classifies tasks by complexity, plans execution, spawns and monitors subagents as needed, and reports progress and results continuously.
安全使用建议
This skill is internally consistent for orchestrating and monitoring subagents, but it gives the agent broad runtime discretion: it asks the agent to read repo files and configs and to spawn/monitor subagents with aggressive retry/reporting rules. Before installing, confirm these operational controls: limit which workspace paths the skill may read, set timeouts and retry caps for subagents, confirm what 'TOM' means in your environment, and verify platform session APIs (sessions_spawn, sessions_send, etc.) to ensure they don't expose data to unexpected destinations. Run initial tests in a restricted environment and monitor resource usage and logs. If you need stricter confinement, require an approval step before any sensitive file reads or subagent spawns.
功能分析
Type: OpenClaw Skill
Name: openclaw-task-executor
Version: 1.0.0
The skill bundle defines a standard operational workflow and protocol for task execution and subagent management within the OpenClaw environment. The instructions in SKILL.md emphasize structured planning, progress reporting, and explicitly require authorization for sensitive operations, showing no signs of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description claim: classify tasks, plan, spawn/monitor subagents, and report — matches the SKILL.md which specifies classification rules, plan→spawn→monitor→report flow, and explicit platform session API operations (sessions_spawn, sessions_history/list, sessions_send). No unrelated binaries/envs/install steps are requested.
Instruction Scope
Instructions explicitly tell the agent to read local code and configuration (docs/tools/exec*.md, openclaw.json) and to spawn and monitor subagents. Reading local repo/config files is reasonable for planning/exec, but it grants the agent broad read access to the workspace. The skill also prescribes aggressive behaviors (auto-retry on timeout, 'never give up') and frequent reporting (every 30–60s) which can cause heavy activity if not rate-limited.
Install Mechanism
Instruction-only skill with no install spec and no code files. Low installation risk: nothing is written to disk by an installer.
Credentials
No environment variables, credentials, or config paths are required by the metadata. The SKILL.md references local files and platform session APIs, which is consistent with its purpose; it does not request unrelated secrets.
Persistence & Privilege
always is false and model invocation is allowed (default). The skill relies on spawning subagents but does not request permanent inclusion or to modify other skills/config. Autonomous invocation is normal; however, the combination of autonomous subagent spawning plus aggressive retry/report policies increases operational blast radius and should be governed by platform limits.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-task-executor - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-task-executor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of openclaw-task-executor with "The Executor Protocol"
- Introduces clear task classification (Simple, Medium, Complex) and requirements for planning before execution
- Defines strict prohibitions and workflow standards for task management, reporting, retries, and monitoring
- Establishes protocol for subagent usage and parallel execution limits
- Details OpenClaw code review standards, including specific documentation and configuration checks
元数据
常见问题
Openclaw Task Executor 是什么?
Classifies tasks by complexity, plans execution, spawns and monitors subagents as needed, and reports progress and results continuously. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。
如何安装 Openclaw Task Executor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-task-executor」即可一键安装,无需额外配置。
Openclaw Task Executor 是免费的吗?
是的,Openclaw Task Executor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw Task Executor 支持哪些平台?
Openclaw Task Executor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Task Executor?
由 TOMUIV(@tomuiv)开发并维护,当前版本 v1.0.0。
推荐 Skills