← 返回 Skills 市场
555
总下载
0
收藏
10
当前安装
1
版本数
在 OpenClaw 中安装
/install planner
功能描述
Local-first planning engine for trips, weeks, launches, projects, schedules, and structured decision-making. Use whenever the user wants to plan something, o...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install planner - 安装完成后,直接呼叫该 Skill 的名称或使用
/planner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Planner 是什么?
Local-first planning engine for trips, weeks, launches, projects, schedules, and structured decision-making. Use whenever the user wants to plan something, o... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 555 次。
如何安装 Planner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install planner」即可一键安装,无需额外配置。
Planner 是免费的吗?
是的,Planner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Planner 支持哪些平台?
Planner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Planner?
由 AGIstack(@agistack)开发并维护,当前版本 v1.0.0。
推荐 Skills