Planner
v1.0.0Local-first planning engine for trips, weeks, launches, projects, schedules, and structured decision-making. Use whenever the user wants to plan something, o...
⭐ 0· 340·8 current·8 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (local-first planning) matches the included scripts: add/suggest/update/daily/weekly map and storage utilities. The code only implements plan capture, ranking, and local JSON storage — appropriate for the stated purpose.
Instruction Scope
SKILL.md and the scripts limit activity to local storage and CLI operations. The runtime instructions require python3 and state storage paths; no instructions ask the agent to read unrelated files, environment variables, or call external services.
Install Mechanism
There is no install spec (instruction-only skill) and the included code is plain Python with only standard-library imports. No downloads, external package installs, or archive extraction are requested.
Credentials
The skill requires no environment variables or credentials. The only filesystem access is to create/read/write ~/.openclaw/workspace/memory/planner/{plans.json,archive.json}, which is proportionate to a local planner.
Persistence & Privilege
always is false and the skill does not request persistent platform-level privileges or modify other skills. It creates and manages its own local storage only.
Assessment
This skill appears safe and does what it claims: store and manage plans locally under ~/.openclaw/workspace/memory/planner. Before installing, ensure you’re comfortable with plan data being stored in your home directory (consider file permissions or encrypting sensitive content). Verify python3 is available. If you have sensitive secrets, do not place them in plan fields. If you want extra assurance, review the included Python files yourself or run them in an isolated environment (container/VM) before enabling the skill for autonomous agent use.Like a lobster shell, security has layers — review code before you run it.
latestvk97afd64ytk6t6316yggnnt5vs82sr8c
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
