planner

Local-first planning engine for trips, weeks, launches, projects, schedules, and structured decision-making. Use whenever the user wants to plan something, organize future steps, create a roadmap, map constraints, compare options, or turn a vague goal into a phased plan. Also use when the user says they need a plan, itinerary, schedule, rollout, timeline, or structured next steps. Local-only storage.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "planner" with this command: npx skills add AGIstack/planner

Planner: Turn uncertainty into a workable plan.

Core Philosophy

  1. Plans should reduce uncertainty, not create overhead.
  2. Start with constraints, then shape the plan.
  3. Large plans should become phases, milestones, and next steps.
  4. Good planning creates clarity before execution begins.

Runtime Requirements

  • Python 3 must be available as python3
  • No external packages required

Storage

All data is stored locally only under:

  • ~/.openclaw/workspace/memory/planner/plans.json
  • ~/.openclaw/workspace/memory/planner/archive.json

No external sync. No cloud storage. No third-party planning APIs.

Plan Types

  • trip: Travel, itinerary, booking sequence, budget-aware planning.
  • week: Weekly structure, focus themes, time blocks, priorities.
  • project: Multi-phase roadmap with milestones.
  • launch: Rollout, preparation, dependencies, timeline.
  • decision: Option comparison with constraints and tradeoffs.

Core Fields

  • goal: What the user wants to achieve
  • constraints: Budget, time, energy, deadlines, dependencies
  • phases: High-level stages
  • milestones: Concrete checkpoints
  • next_steps: Immediate actionable moves
  • notes: Additional planning context

Key Workflows

  • Capture a plan: add_plan.py
  • See best structure: suggest_plan.py
  • Update a plan: update_plan.py
  • Summarize today's planning view: daily_plan.py
  • Review all active plans: weekly_map.py

Scripts

ScriptPurpose
init_storage.pyInitialize local storage files
add_plan.pyCapture a new plan
suggest_plan.pyShow the best current plan or next phase
update_plan.pyUpdate plan status, dates, notes, or phases
daily_plan.pyShow active plans and immediate next steps
weekly_map.pyReview all plans across horizons

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Charging Ledger

充电记录账本 - 从截图提取充电信息并记录,支持按周、月查询汇总。**快速暗号**: 充电记录、充电账本、充电汇总。**自然触发**: 记录充电、查询充电费用、充电统计。

Registry SourceRecently Updated
General

qg-skill-sync

从团队 Git 仓库同步最新技能到本机 OpenClaw。支持首次设置、定时自动更新、手动同步和卸载。当用户需要同步技能、设置技能同步、安装或更新团队技能,或提到「技能同步」「同步技能」时使用。

Registry SourceRecently Updated
General

Ad Manager

广告投放管理 - 自动管理广告投放、优化ROI、生成报告。适合:营销人员、电商运营。

Registry SourceRecently Updated