← 返回 Skills 市场
caoyachao

Think-Plan

作者 caoyachao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
108
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install think-plan
功能描述
深度思考与规划 Skill。用于复杂任务的需求挖掘、方案设计和执行规划。 触发场景: 1. 用户说"帮我规划一下..."、"我想做一个..."、"分析一下这个方案" 2. 用户明确说"使用 think-plan"或"用思考规划 Skill" 3. 用户提出的任务需求不清晰、需要梳理 4. 用户需要多个可选方案对比...
安全使用建议
This skill appears to do what it says: deep requirement digging, 2-3 option plan generation, and optional execution via child agents. Before installing, consider: (1) It will write plan files into the agent workspace (workspace/plans/YYYYMMDD-[task-name].md) — ensure that writing to that location is acceptable and that filenames will be sanitized to avoid path traversal. (2) It uses sessions_spawn to create subagents for multi-agent execution — confirm your runtime's policy for spawned sessions (what they can access, whether they make external network calls, and whether their activity is auditable). (3) The skill will be deliberately critical of user assumptions (by design). (4) No credentials or external installs are requested. If you need extra assurance, ask the skill author to (a) explicitly sanitize task-name when creating filenames, (b) limit/confirm the maximum number of spawned subagents, and (c) document any external network access those subagents might perform.
功能分析
Type: OpenClaw Skill Name: think-plan Version: 1.0.0 The 'think-plan' skill bundle is a structured framework designed to help users refine vague ideas into actionable plans through a three-stage process: requirement exploration, design, and execution. The instructions in SKILL.md and references/workflow.md focus on critical thinking, requirement validation, and multi-agent coordination using standard OpenClaw functions like 'sessions_spawn' and file writing to the workspace. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the 'critical' instructions are intended to improve planning quality rather than subvert the agent's safety.
能力评估
Purpose & Capability
Name/description (deep planning, requirement elicitation, multi-option design) match the SKILL.md and the included reference files. It does not request unrelated binaries, env vars, or external services.
Instruction Scope
Runtime instructions are focused on elicitation, producing 2-3 plans, and executing them. It tells the agent to read local reference files and to write chosen plans to workspace/plans/YYYYMMDD-[task-name].md, and to spawn subagents via sessions_spawn for multi-agent execution. These actions are coherent with a planning skill but you should be aware it will create files in the agent workspace and may spawn child sessions. The SKILL.md does not mention filename sanitization (risk: task-name could be used to craft harmful path names).
Install Mechanism
Instruction-only skill with no install spec, no external downloads, and no code files — lowest-risk install footprint.
Credentials
The skill requests no environment variables, no credentials, and no config paths. All required resources are the bundled reference docs and the agent runtime features (file writes, sessions_spawn), which are proportionate to the described functionality.
Persistence & Privilege
always:false (not force-included). The skill writes plan files into workspace/plans and can spawn subagents (sessions_spawn). Both are reasonable for execution but increase runtime privileges compared with a read-only assistant — review whether automatic file writes and spawning are acceptable in your environment.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install think-plan
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /think-plan 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 深度思考与规划 Skill,支持需求挖掘、方案生成和执行规划
元数据
Slug think-plan
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Think-Plan 是什么?

深度思考与规划 Skill。用于复杂任务的需求挖掘、方案设计和执行规划。 触发场景: 1. 用户说"帮我规划一下..."、"我想做一个..."、"分析一下这个方案" 2. 用户明确说"使用 think-plan"或"用思考规划 Skill" 3. 用户提出的任务需求不清晰、需要梳理 4. 用户需要多个可选方案对比... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。

如何安装 Think-Plan?

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

Think-Plan 是免费的吗?

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

Think-Plan 支持哪些平台?

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

谁开发了 Think-Plan?

由 caoyachao(@caoyachao)开发并维护,当前版本 v1.0.0。

💬 留言讨论