← 返回 Skills 市场
yingcd

planning-with-files

作者 yingcd · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
621
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install planning-with-files-from-github
功能描述
This skill should be used when the user asks to start a complex task, research project, multi-step implementation, or any task expected to require more than...
安全使用建议
This skill appears to be what it says: a filesystem-based planning helper that creates and updates three markdown files and runs two small shell scripts. Before installing or enabling it, review and confirm these points: - Permission scope: the skill requires the agent to be allowed to run 'exec' and write files (group:runtime, group:fs). Only grant those if you trust the agent and workspace. - Persistence/privacy: the workflow intentionally writes fetched/search results and notes to disk (findings.md). Do not use this skill in directories that may contain sensitive files or credentials. Consider using a dedicated project workspace or setting OPENCLAW_WORKDIR to a safe path. - Implicit env var: the scripts honor OPENCLAW_WORKDIR (defaulting to pwd) though it isn't declared in SKILL.md — be aware where files will be created. - Inspect scripts/templates: the bundled scripts are short and local; if you have concerns, review them before use and restrict the skill to workspace-level installation (README shows how). - Autonomy: the agent may invoke the skill for eligible complex tasks; if you prefer manual control, adjust skill availability or agent permissions. If you want a higher level of assurance, run the scripts in a disposable workspace to observe behavior, or ask the author for clarification on OPENCLAW_WORKDIR and any intended defaults.
功能分析
Type: OpenClaw Skill Name: planning-with-files-from-github Version: 1.0.0 The skill bundle implements a persistent planning workflow by managing markdown files (task_plan.md, findings.md, progress.md) via local bash scripts. The logic in SKILL.md and the scripts (init-session.sh, check-complete.sh) is transparent, focused on task state management, and lacks any indicators of data exfiltration, unauthorized network access, or malicious prompt injection.
能力评估
Purpose & Capability
Name/description match the actual behavior: the skill implements a filesystem-backed planning workflow, provides templates, and includes simple init/check scripts. Requiring filesystem access and the ability to exec local scripts is appropriate for this purpose.
Instruction Scope
SKILL.md is prescriptive: it requires running scripts (init-session.sh, check-complete.sh), creating/updating task_plan.md, findings.md, and progress.md, and following the '2-Action Rule' to persist fetched information. This stays within the planning scope, but it does mandate persisting fetched/viewed data to disk (which may include sensitive content) and implicitly relies on an OPENCLAW_WORKDIR environment variable inside the scripts (the SKILL.md does not mention this env var).
Install Mechanism
No install spec or remote downloads. The skill is instruction-first and ships small local shell scripts and templates — low-risk from an install perspective. Scripts are simple, readable, and create files from local templates; nothing is fetched from external URLs.
Credentials
The skill declares no required env vars or credentials, which is consistent with its purpose. However, the scripts optionally read OPENCLAW_WORKDIR (falling back to pwd) but that variable is not declared in SKILL.md. The skill requires permission to run the exec tool and write to the filesystem — reasonable but should be consciously granted.
Persistence & Privilege
always:false (no forced global presence). The skill writes files in the working directory and will stop the agent from finishing until check-complete.sh returns success, which is expected behaviour for a planning workflow. It does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install planning-with-files-from-github
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /planning-with-files-from-github 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of planning-with-files skill. - Supports structured planning for complex, multi-phase or research-heavy tasks. - Introduces persistent markdown-based planning files: task_plan.md (goal tracker), findings.md (knowledge store), and progress.md (session log). - Specifies detailed protocols for session start, error recovery, file updating, and completion verification. - Designed to minimize goal drift and support seamless session recovery for long, multi-step projects.
元数据
Slug planning-with-files-from-github
版本 1.0.0
许可证
累计安装 2
当前安装数 1
历史版本数 1
常见问题

planning-with-files 是什么?

This skill should be used when the user asks to start a complex task, research project, multi-step implementation, or any task expected to require more than... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 621 次。

如何安装 planning-with-files?

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

planning-with-files 是免费的吗?

是的,planning-with-files 完全免费(开源免费),可自由下载、安装和使用。

planning-with-files 支持哪些平台?

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

谁开发了 planning-with-files?

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

💬 留言讨论