← Back to Skills Marketplace
555
Downloads
0
Stars
10
Active Installs
1
Versions
Install in OpenClaw
/install planner
Description
Local-first planning engine for trips, weeks, launches, projects, schedules, and structured decision-making. Use whenever the user wants to plan something, o...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: planner
Version: 1.0.0
The 'planner' skill is a local-first planning engine that manages structured data (trips, projects, schedules) within the user's local workspace (~/.openclaw/workspace/memory/planner/). All scripts (add_plan.py, update_plan.py, etc.) perform standard file I/O on JSON files and lack any network capabilities, obfuscation, or attempts to access sensitive system information.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install planner - After installation, invoke the skill by name or use
/planner - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
[email protected]: From vague goals to workable structure. Rebuilt planner as a local-first planning engine for trips, timelines, phased roadmaps, and constraint-aware decision-making.
Metadata
Frequently Asked Questions
What is Planner?
Local-first planning engine for trips, weeks, launches, projects, schedules, and structured decision-making. Use whenever the user wants to plan something, o... It is an AI Agent Skill for Claude Code / OpenClaw, with 555 downloads so far.
How do I install Planner?
Run "/install planner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Planner free?
Yes, Planner is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Planner support?
Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Planner?
It is built and maintained by AGIstack (@agistack); the current version is v1.0.0.
More Skills