โ† All skills
Tencent SkillHub ยท Developer Tools

Garden

Track your entire garden with structured memory for plants, zones, tasks, harvests, and climate-aware planning that compounds over seasons.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Track your entire garden with structured memory for plants, zones, tasks, harvests, and climate-aware planning that compounds over seasons.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
EXTRA_FILES.txt, SKILL.md, climate-setup.md, diagnostics.md, memory-template.md, planning.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.6

Documentation

ClawHub primary doc Primary doc: SKILL.md 16 sections Open source page

Setup

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.

When to Use

User needs help managing their garden: tracking plants, logging activities, planning rotations, diagnosing problems, or reviewing harvests. Agent maintains structured memory across seasons.

Architecture

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.

Quick Reference

TopicFileSetup processsetup.mdMemory templatememory-template.mdPlant & zone templatestracking.mdClimate configurationclimate-setup.mdProblem diagnosisdiagnostics.mdRotation planningplanning.md

1. Plant Registry

Each plant gets a file in plants/ with: variety, planting date, zone, care schedule, health history. Load on request, not by default.

2. Zone Management

Each garden area gets a file in zones/ with: conditions, current plants, rotation history. Enforce 3-year minimum before repeating same plant family.

3. Activity Logging

Log actions in log/YYYY-MM.md with icons: ๐ŸŒฑ plant, ๐Ÿ’ง water, ๐Ÿ› pest, ๐Ÿ… harvest, โœ‚๏ธ prune, ๐ŸŒก๏ธ weather event.

4. Climate Awareness

User configures climate file with USDA zone and frost dates. Use for planting window calculations and seasonal alerts.

5. Harvest Tracking

Log yields in harvests file with date, plant, zone, quantity. Enables season-over-season comparison and variety evaluation.

6. Problem Diagnosis

When user reports issue: check plant health history, zone conditions, recent weather. See diagnostics.md for symptom reference.

7. Tiered Storage

Memory file = current focus, always loaded first Plant/zone files = load on demand Log archives = historical reference only

Common Queries

"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

Garden Traps

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

Security & Privacy

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

Related Skills

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

Feedback

If useful: clawhub star garden Stay updated: clawhub sync

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs1 Files
  • SKILL.md Primary doc
  • climate-setup.md Docs
  • diagnostics.md Docs
  • memory-template.md Docs
  • planning.md Docs
  • EXTRA_FILES.txt Files