← Back to Skills Marketplace
task-plan-generator_cn
by
beyondSuffering
· GitHub ↗
· v1.0.1
· MIT-0
294
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install task-plan-generator
Description
为复杂任务生成多方案任务计划,并在执行过程中持续优化。适用于:1) 用户提出需要多步骤完成的任务;2) 需要协调多个工具或skill的复杂工作流;3) 需要评估不同执行策略的场景。此skill会在每次任务完成后生成简报归档,分析任务复杂度并提供效率/成功率/资源消耗等多种方案供选择。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install task-plan-generator - After installation, invoke the skill by name or use
/task-plan-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is task-plan-generator_cn?
为复杂任务生成多方案任务计划,并在执行过程中持续优化。适用于:1) 用户提出需要多步骤完成的任务;2) 需要协调多个工具或skill的复杂工作流;3) 需要评估不同执行策略的场景。此skill会在每次任务完成后生成简报归档,分析任务复杂度并提供效率/成功率/资源消耗等多种方案供选择。 It is an AI Agent Skill for Claude Code / OpenClaw, with 294 downloads so far.
How do I install task-plan-generator_cn?
Run "/install task-plan-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is task-plan-generator_cn free?
Yes, task-plan-generator_cn is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does task-plan-generator_cn support?
task-plan-generator_cn is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created task-plan-generator_cn?
It is built and maintained by beyondSuffering (@louisding9527); the current version is v1.0.1.
More Skills