← 返回 Skills 市场
fortunto2

Plan

作者 Rust · GitHub ↗ · v2.2.1
cross-platform ⚠ suspicious
629
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install solo-plan
功能描述
Explore codebase and create spec + phased implementation plan with file-level task breakdown. Use when user says "plan this feature", "create implementation...
安全使用建议
This skill is coherent and appears to do what it says: it will read your repository to research a task and then create a plan by writing files under docs/plan/. Before installing/using it, consider: 1) review the SKILL.md so you understand which files it will read and where it will write (docs/plan/{track}/spec.md); 2) run it in a feature branch or sandbox so its writes don't change main branches unexpectedly; 3) ensure your repository doesn't contain unintended secrets in files the skill might read (it has no explicit secret exfiltration steps, but it will scan the repo); 4) if you don't want network lookups or access to your session/project history, disable MCP/web tools or run in an environment where those tools are unavailable; 5) inspect created/edited files before committing. If you want stronger guarantees, consider restricting the agent's file access or running the planning step locally and reviewing outputs manually.
功能分析
Type: OpenClaw Skill Name: solo-plan Version: 2.2.1 The skill is classified as suspicious due to its allowance of high-risk tools like `Bash` and `web_search`, granting significant system and network access. It presents vulnerabilities including potential path traversal in `SKILL.md` (Step 7) if user-provided task descriptions are not properly sanitized before being used to construct `$PLAN_ROOT` for `mkdir -p`. Furthermore, the skill is vulnerable to prompt injection against the `/build` skill, as it generates `plan.md` and `spec.md` based on user input and research findings, and these files are explicitly stated to be parsed by `/build` (SKILL.md, Compatibility Notes), allowing an attacker to stage commands for subsequent execution.
能力评估
Purpose & Capability
Name/description promise: 'explore codebase and create spec + phased implementation plan'. SKILL.md only requires code-reading and file-writing tools (Read, Grep, Glob, Bash, Write, Edit) and optional MCP search/explain tools. All requested capabilities are proportional and appropriate for generating a repository-level plan.
Instruction Scope
Instructions direct the agent to read project files (CLAUDE.md, package.json/pyproject.toml, docs, tests, deploy scripts), run searches (grep/find), and create docs/plan/{track}/spec.md and related files. This is in-scope for planning, but the skill will examine the repository broadly and will write files into the repo. It may also call MCP web/kb_search or session/project search tools if available (networked retrieval), so expect both local file reads and optional external lookups.
Install Mechanism
No install specification or additional packages are present; this is an instruction-only skill. Nothing will be downloaded or written to disk by an installer step beyond the plan files the skill itself creates.
Credentials
The skill declares no environment variables, credentials, or config-path requirements. The allowed tools could access external MCP services if available, but the skill does not request any secrets or unrelated credentials.
Persistence & Privilege
always:false (normal). The skill is allowed to write/edit files in the repository (creates docs/plan/* and spec/task files). It can be invoked autonomously (disable-model-invocation:false) which is the platform default; this combined with file-write capability means the agent can make repository changes when invoked — users should expect and review those changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install solo-plan
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /solo-plan 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.2.1
Universalize: remove project-specific references, add SearXNG recommendation
v2.2.0
Initial publish
元数据
Slug solo-plan
版本 2.2.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Plan 是什么?

Explore codebase and create spec + phased implementation plan with file-level task breakdown. Use when user says "plan this feature", "create implementation... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 629 次。

如何安装 Plan?

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

Plan 是免费的吗?

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

Plan 支持哪些平台?

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

谁开发了 Plan?

由 Rust(@fortunto2)开发并维护,当前版本 v2.2.1。

💬 留言讨论