← 返回 Skills 市场
Plan Flow
作者
brunoscardoso
· GitHub ↗
· v1.0.8
365
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install plan-flow
功能描述
Structured AI-assisted development workflows - discovery, planning, execution, code reviews, and testing
安全使用建议
Key things to consider before installing:
- Ledger behavior: The skill documents a persistent 'flow/ledger.md' that is updated silently and used to influence future behavior. Ask the author how ledger entries are controlled, whether sensitive content is filtered, and how to disable ledger recording. Prefer not to enable this on repositories that contain secrets or proprietary logic.
- Autopilot / automated actions: The top-level SKILL.md encourages automated runs and even says 'Never ask "Ready to create plan?" — just do it.' but other files contain contradictory checkpoints. Confirm whether the agent will actually modify files, run builds, or make commits without explicit user approval. If you require explicit approval before changes, do not enable autopilot.
- Storage of API keys: The README suggests creating .plan-flow.yml with an anthropic_api_key example. Do NOT commit API keys to the repo; instead store provider keys in a secure secret store or environment variables and add .plan-flow.yml to .gitignore. Ask the author for a secure configuration alternative.
- GitHub CLI auth: review what gh auth scopes you grant. The skill requires gh for PR review; ensure the token/account used has minimal necessary scopes.
- Test in an isolated repo: Try the skill in a disposable repository first to observe behavior (file writes, commits, whether ledger populates, autopilot actions). Verify no automatic commits or pushes occur unless you explicitly approve.
- Clarify inconsistencies: The SKILL.md set contains contradictory rules about auto-chaining and when to pause. Ask the maintainer to clarify intended autopilot behavior and how to opt out of any background logging.
If you are uncomfortable with a silent, persistent ledger or any automatic file-modifying behavior, do not install or enable autopilot until you have explicit controls (ability to opt out of ledger, disable autopilot by default, and require explicit consent before code changes or commits).
功能分析
Type: OpenClaw Skill
Name: plan-flow
Version: 1.0.8
This skill bundle is suspicious due to significant prompt injection vulnerabilities and instructions that bypass user approval for critical actions. The main SKILL.md explicitly instructs the AI agent to "run without asking permission" and "Never ask... just do it" for the entire development workflow (discovery, planning, execution), creating a critical risk where a malicious input could lead to arbitrary code generation and execution (via `execute-plan`'s 'implement' or 'build verification' steps) without user consent. Additionally, the `ledger.md` (described in SKILL.md and ledger/SKILL.md) 'silently captures' and 'applies learnings', establishing a persistent prompt injection surface that could modify agent behavior over time. While there's no explicit evidence of intentional data exfiltration or backdoor installation, these instructions create severe vulnerabilities that could be exploited for remote code execution or unauthorized actions.
能力评估
Purpose & Capability
Name and features align with requiring git and gh for repo and PR work. The skill's commands (setup, discovery, plan, execute, review, tests) reasonably map to those tools. However, the inclusion of a silent, always-active project ledger (persistent memory) is more than a simple workflow helper and expands the skill's scope beyond pure planning/execution.
Instruction Scope
SKILL.md instructs the agent to automatically run multi-step workflows, create and modify files (plans, contracts, code, test files), run builds, and 'silently' capture learnings to flow/ledger.md. There are contradictory rules across files (e.g., main doc: 'Never ask "Ready to create plan?" — just do it.' vs. flow/SKILL.md's mandatory checkpoints and create-plan's 'Do NOT auto-invoke /execute-plan'). The instructions grant broad discretion to read/write project files and perform build/commit-related actions — this can lead to unexpected code changes or recording of sensitive content without explicit, consistent consent.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk by an installer. This is lower risk from an installation vector perspective.
Credentials
The skill declares no required environment variables, which is consistent with an instruction-only skill. However, the Configuration section recommends creating a .plan-flow.yml containing an anthropic_api_key (example shown) — storing API keys in a repo file is discouraged and not enforced/validated. The skill also requires gh authentication for PR review; that is expected but users should be aware of auth scopes granted to gh.
Persistence & Privilege
Although registry flags show always: false, the SKILL.md explicitly documents an 'Always-Active Feature' (Project Ledger) and ledger/SKILL.md states the ledger 'operates silently in the background' and will read/apply learnings and record new entries. That is inconsistent with the declared privileges and effectively gives the skill persistent, background write/read access to the repo. This combination (silent ledger + automatic workflow language + file creation) increases the chance of unwanted persistent changes or leaking repository-specific information into flow/ledger.md.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install plan-flow - 安装完成后,直接呼叫该 Skill 的名称或使用
/plan-flow触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.8
Initial release
元数据
常见问题
Plan Flow 是什么?
Structured AI-assisted development workflows - discovery, planning, execution, code reviews, and testing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 365 次。
如何安装 Plan Flow?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install plan-flow」即可一键安装,无需额外配置。
Plan Flow 是免费的吗?
是的,Plan Flow 完全免费(开源免费),可自由下载、安装和使用。
Plan Flow 支持哪些平台?
Plan Flow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Plan Flow?
由 brunoscardoso(@brunoscardoso)开发并维护,当前版本 v1.0.8。
推荐 Skills