← Back to Skills Marketplace
umfl

openclaw-behavior-plan

by Umfl · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
404
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-behavior-plan
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-behavior-plan
  3. After installation, invoke the skill by name or use /openclaw-behavior-plan
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
openclaw-behavior-plan
Metadata
Slug openclaw-behavior-plan
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 404 downloads so far.

How do I install openclaw-behavior-plan?

Run "/install openclaw-behavior-plan" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is openclaw-behavior-plan free?

Yes, openclaw-behavior-plan is completely free (open-source). You can download, install and use it at no cost.

Which platforms does openclaw-behavior-plan support?

openclaw-behavior-plan is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created openclaw-behavior-plan?

It is built and maintained by Umfl (@umfl); the current version is v1.0.0.

💬 Comments