← 返回 Skills 市场
404
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-behavior-plan
功能描述
Generates structured behavior plans for OpenClaw agents based on user requirements. Use when the user asks to create a plan, design agent behavior, plan mult...
安全使用建议
This skill appears to do what it says — it generates step-by-step plans that may reference tools which can read files or run shell commands. Before installing or invoking it, decide whether you will allow plans generated by the skill to access local files or execute commands. If you expect the agent to interact with calendars, Slack, or other services, grant those integrations only through the official connectors and avoid pasting secrets directly into prompts. Require explicit user confirmation before allowing any plan step that modifies or deletes system files or sends sensitive data to external endpoints.
功能分析
Type: OpenClaw Skill
Name: openclaw-behavior-plan
Version: 1.0.0
The skill is designed to generate behavior plans for an AI agent, which can include highly sensitive operations. The `SKILL.md` explicitly instructs the agent to propose `execute_shell` for tasks like '删除、修改系统' (delete, modify system), and `examples.md` demonstrates the use of `read_file` to '识别潜在敏感信息(密钥、密码、token 等)' from files like `config.yaml`. While the skill itself does not execute these actions, it is designed to *plan* them based on user input, making it highly susceptible to prompt injection. A malicious user could craft a prompt to instruct the agent to generate a plan to read sensitive files (e.g., `/etc/passwd`, `~/.ssh/id_rsa`) and then, following its own instructions, identify and potentially output sensitive information, or to generate a plan for arbitrary shell command execution, leading to potential data exfiltration or remote code execution if the generated plan is executed.
能力评估
Purpose & Capability
The skill's name and description match the instructions: it produces structured behavior plans mapped to tools/skills (search_web, read_file, execute_shell, calendar, slack, etc.). It does not request unrelated binaries, env vars, or installs.
Instruction Scope
SKILL.md explicitly instructs the agent to generate actionable steps that may call read_file, write_file, execute_shell, fetch_url, and external skills (calendar, slack). This is coherent for a planning tool, but it means generated plans can ask to read local files or run shell commands — sensitive operations that require explicit user consent before execution. The skill itself does not attempt to exfiltrate data or call hidden endpoints.
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill. Nothing will be written to disk by an installer.
Credentials
The skill declares no required environment variables or credentials. Example plans reference third-party skills (calendar, slack) which legitimately require user authorization; those credentials are not requested by this skill itself.
Persistence & Privilege
always:false and no persistence or configuration changes are requested. The skill does not ask to modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-behavior-plan - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-behavior-plan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
openclaw-behavior-plan
元数据
常见问题
openclaw-behavior-plan 是什么?
Generates structured behavior plans for OpenClaw agents based on user requirements. Use when the user asks to create a plan, design agent behavior, plan mult... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 404 次。
如何安装 openclaw-behavior-plan?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-behavior-plan」即可一键安装,无需额外配置。
openclaw-behavior-plan 是免费的吗?
是的,openclaw-behavior-plan 完全免费(开源免费),可自由下载、安装和使用。
openclaw-behavior-plan 支持哪些平台?
openclaw-behavior-plan 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 openclaw-behavior-plan?
由 Umfl(@umfl)开发并维护,当前版本 v1.0.0。
推荐 Skills