Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Track your entire garden with structured memory for plants, zones, tasks, harvests, and climate-aware planning that compounds over seasons.
Track your entire garden with structured memory for plants, zones, tasks, harvests, and climate-aware planning that compounds over seasons.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
If ~/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.
TopicFileSetup processsetup.mdMemory templatememory-template.mdPlant & zone templatestracking.mdClimate configurationclimate-setup.mdProblem diagnosisdiagnostics.mdRotation planningplanning.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.
Memory file = current focus, always loaded first Plant/zone files = load on demand Log archives = historical reference only
"What needs water?" - check care schedules vs last log "What can I plant now?" - frost dates + rotation rules "Why yellow leaves?" - diagnostic flow in diagnostics.md "Show tomato history" - load plant file "Last year's harvest?" - aggregate from harvests file
Planting same family in same zone within 3 years - diseases compound Ignoring microclimate differences between zones - timing varies Not logging problems when they occur - diagnosis harder later Overwatering based on schedule not soil - check before watering
Data that stays local: All garden data stored in ~/garden/ No external APIs or network calls No telemetry, analytics, or data collection What this skill writes: Files in ~/garden/ (memory.md, plants/, etc.) Optionally: one line in user's workspace MEMORY.md (e.g., ~/MEMORY.md or equivalent) โ only after asking and receiving explicit "yes" This skill does NOT: Infer or save preferences without user confirmation Access weather APIs (climate is manually configured) Control hardware or irrigation systems Write outside ~/garden/ without asking first Make any network requests
Install with clawhub install <slug> if user confirms: plants โ Plant care and identification habits โ Daily habit tracking journal โ General journaling remind โ Reminder scheduling daily-planner โ Day planning
If useful: clawhub star garden Stay updated: clawhub sync
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.