← 返回 Skills 市场
louisding9527

task-plan-generator_cn

作者 beyondSuffering · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
294
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install task-plan-generator
功能描述
为复杂任务生成多方案任务计划,并在执行过程中持续优化。适用于:1) 用户提出需要多步骤完成的任务;2) 需要协调多个工具或skill的复杂工作流;3) 需要评估不同执行策略的场景。此skill会在每次任务完成后生成简报归档,分析任务复杂度并提供效率/成功率/资源消耗等多种方案供选择。
安全使用建议
This skill is generally coherent for local task planning and report archiving. Before installing: (1) confirm you are comfortable allowing the agent to read plan_source.md from the workspace, parent directory, or your home (~/.claude/resources); (2) note the SKILL.md uses shell commands (cat/grep/jq) but the skill declares no required binaries — ensure 'jq' (and a shell) are available or adjust the instructions; (3) verify the archive path ({workspace}/task_reports/) is the intended location and that the auto-clean policy (delete >90 days) will not remove important files; (4) avoid placing sensitive credentials or unrelated private data in plan_source.md or the searched directories. If you want tighter control, restrict the allowed search paths to a specific project folder and confirm/preview any deletions before they run.
功能分析
Type: OpenClaw Skill Name: task-plan-generator Version: 1.0.1 The skill 'task-plan-generator' is classified as suspicious because it instructs the agent to perform high-risk operations, including accessing files in the user's home directory (~/.claude/resources/plan_source.md) and executing shell commands (cat, grep, jq) to aggregate data. While these capabilities are used for the stated purpose of tracking tool success rates and optimizing task plans, the broad file system access and reliance on shell execution for internal logic represent a significant attack surface and potential for unintended system access.
能力评估
Purpose & Capability
The name/description (generate multi-option task plans, archive reports, and optimize) match the SKILL.md instructions: analyze tasks, read a local plan_source.md, produce 2–3 plans, ask for confirmations, and archive task_reports. No unrelated services, credentials, or installers are requested.
Instruction Scope
The runtime instructions explicitly tell the agent to read/write files in the workspace, parent directory, and ~/.claude/resources, and to aggregate historical report data (cat/grep/jq examples). This stays within the stated planning/archiving purpose, but the search path includes the user's home directory and parent directories which could expose unrelated files. The doc also uses shell tooling (grep/jq) without declaring required binaries.
Install Mechanism
This is instruction-only with no install spec or downloaded artifacts, so nothing is written to disk by an installer. That reduces supply-chain risk.
Credentials
The skill declares no required env vars or credentials (appropriate). However it reads config/resource files from ~/.claude/resources and workspace/parent directories (file paths not declared in requires.config), which is reasonable for its purpose but broad — review whether accessing the home directory is acceptable in your environment.
Persistence & Privilege
always:false (normal). The skill expects to write archived reports to {workspace}/task_reports and perform automatic cleanup (>90 days). Writing and deleting files inside the workspace is coherent with the purpose, but you should confirm the cleanup behavior and scope to avoid unintended deletion outside the intended folder.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install task-plan-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /task-plan-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
task-plan-generator v1.0.1 - 优化任务简报格式,增加结构化DATA区,支持工具历史成功率分析 - 简报保留天数由30天延长至90天,归档目录按YYYYMM组织 - 更新简报聚合统计规则,支持agent快速读取工具成功率 - 补充DATA字段详细说明,简化历史成功率聚合流程及读取示例 - 限制简报总长度(300字以内),SUMMARY区50字摘要,更适合人类阅读
v1.0.0
Task Plan Generator 1.0.0 - Initial public release. - Generates multiple structured task plans for complex, multi-step tasks. - Continuously optimizes plans during task execution. - Supports resource evaluation and selection based on plan_source.md. - Archives concise task reports after each execution for easy tracking and improvement.
元数据
Slug task-plan-generator
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

task-plan-generator_cn 是什么?

为复杂任务生成多方案任务计划,并在执行过程中持续优化。适用于:1) 用户提出需要多步骤完成的任务;2) 需要协调多个工具或skill的复杂工作流;3) 需要评估不同执行策略的场景。此skill会在每次任务完成后生成简报归档,分析任务复杂度并提供效率/成功率/资源消耗等多种方案供选择。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 294 次。

如何安装 task-plan-generator_cn?

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

task-plan-generator_cn 是免费的吗?

是的,task-plan-generator_cn 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

task-plan-generator_cn 支持哪些平台?

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

谁开发了 task-plan-generator_cn?

由 beyondSuffering(@louisding9527)开发并维护,当前版本 v1.0.1。

💬 留言讨论