Install
openclaw skills install gardenTrack your entire garden with structured memory for plants, zones, tasks, harvests, and climate-aware planning that compounds over seasons.
openclaw skills install gardenIf ~/garden/ doesn't exist or is empty, read setup.md and follow it. The user engaging with the skill implies interest — start helping them naturally.
User needs help managing their garden: tracking plants, logging activities, planning rotations, diagnosing problems, or reviewing harvests. Agent maintains structured memory across seasons.
Memory lives in ~/garden/. See memory-template.md for templates.
~/garden/
├── memory.md # REQUIRED: context and status
├── climate.md # Optional: zone, frost dates
├── plants/ # Optional: detailed plant files
├── zones/ # Optional: zone tracking
└── harvests.md # Optional: yield records
Start minimal (just memory.md). Add others only if user wants detailed tracking.
| Topic | File |
|---|---|
| Setup process | setup.md |
| Memory template | memory-template.md |
| Plant & zone templates | tracking.md |
| Climate configuration | climate-setup.md |
| Problem diagnosis | diagnostics.md |
| Rotation planning | planning.md |
Each plant gets a file in plants/ with: variety, planting date, zone, care schedule, health history. Load on request, not by default.
Each garden area gets a file in zones/ with: conditions, current plants, rotation history. Enforce 3-year minimum before repeating same plant family.
Log actions in log/YYYY-MM.md with icons: 🌱 plant, 💧 water, 🐛 pest, 🍅 harvest, ✂️ prune, 🌡️ weather event.
User configures climate file with USDA zone and frost dates. Use for planting window calculations and seasonal alerts.
Log yields in harvests file with date, plant, zone, quantity. Enables season-over-season comparison and variety evaluation.
When user reports issue: check plant health history, zone conditions, recent weather. See diagnostics.md for symptom reference.
diagnostics.mdData that stays local:
~/garden/What this skill writes:
~/garden/ (memory.md, plants/, etc.)This skill does NOT:
~/garden/ without asking firstInstall with clawhub install <slug> if user confirms:
plants — Plant care and identificationhabits — Daily habit trackingjournal — General journalingremind — Reminder schedulingdaily-planner — Day planningclawhub star gardenclawhub sync