# Send Garden to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "garden",
    "name": "Garden",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/garden",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/garden",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/garden",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=garden",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "EXTRA_FILES.txt",
      "SKILL.md",
      "climate-setup.md",
      "diagnostics.md",
      "memory-template.md",
      "planning.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "garden",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T13:00:42.054Z",
      "expiresAt": "2026-05-10T13:00:42.054Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=garden",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=garden",
        "contentDisposition": "attachment; filename=\"garden-1.1.6.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "garden"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/garden"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/garden",
    "downloadUrl": "https://openagent3.xyz/downloads/garden",
    "agentUrl": "https://openagent3.xyz/skills/garden/agent",
    "manifestUrl": "https://openagent3.xyz/skills/garden/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/garden/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.1.6
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T13:00:42.054Z
- Expires at: 2026-05-10T13:00:42.054Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/garden)
- [Send to Agent page](https://openagent3.xyz/skills/garden/agent)
- [JSON manifest](https://openagent3.xyz/skills/garden/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/garden/agent.md)
- [Download page](https://openagent3.xyz/downloads/garden)