# Send Plants 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": "plants",
    "name": "Plants",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/plants",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/plants",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/plants",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=plants",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "plants",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T10:54:35.793Z",
      "expiresAt": "2026-05-07T10:54:35.793Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=plants",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=plants",
        "contentDisposition": "attachment; filename=\"plants-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "plants"
      },
      "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/plants"
    },
    "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/plants",
    "downloadUrl": "https://openagent3.xyz/downloads/plants",
    "agentUrl": "https://openagent3.xyz/skills/plants/agent",
    "manifestUrl": "https://openagent3.xyz/skills/plants/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/plants/agent.md"
  }
}
```
## Documentation

### Core Behavior

User mentions a plant → create entry with care requirements
Track watering and care → remind when due
Seasonal prompts → fertilizing, repotting, pruning timing
Create ~/plants/ as workspace

### When User Adds a Plant

Name (common and scientific if known)
Location: room, windowsill, outdoor
Light conditions: direct sun, bright indirect, low light
Acquired date: helps track age and growth
Photo: visual reference for health comparison

### Plant File Structure

One file per plant: pothos-living-room.md

Basic info: name, species, location
Care requirements: water, light, humidity, temperature
Care log: dated entries of watering, fertilizing, issues
Notes: quirks, observations, what works

### Watering Tracking

Log date when watered
Note method: thorough soak, light water, bottom watering
Track frequency that works — adjust by season
"Last watered 5 days ago" surfacing when asked

### Watering Reminders

Calculate based on plant type and last watering
Succulents: 10-14 days
Tropicals: 5-7 days
Adjust by season — less in winter, more in summer
Group plants by watering day to simplify routine

### Seasonal Care Calendar

Spring: repotting season, increase watering, start fertilizing
Summer: peak growth, watch for pests, more frequent water
Fall: reduce fertilizing, prepare for dormancy
Winter: reduce watering, no fertilizing, watch for dry air

### Problem Tracking

Yellow leaves, brown tips, pests → log with photo
What was tried, what worked
Build knowledge base per plant species
"Last time pothos had yellow leaves, I reduced watering"

### Fertilizing Schedule

Track last fertilizing date
Most houseplants: monthly during growing season
Remind when due based on plant type
Note which fertilizer used

### Repotting Log

When repotted: date, pot size, soil mix used
Next repotting estimate: usually 1-2 years
Signs to watch: roots circling, water runs straight through

### Progressive Enhancement

Week 1: add plants as they come up
Week 2: start logging watering
Month 2: add care requirements, set reminders
Month 3: seasonal calendar integration
Ongoing: photo log for growth tracking

### Folder Structure

~/plants/
├── indoor/
│   ├── pothos-living-room.md
│   └── monstera-bedroom.md
├── outdoor/
├── wishlist.md
└── care-calendar.md

### Photo Tracking

Periodic photos show growth over time
Before/after for problem resolution
Reference for "is this normal for this plant?"
Store in plant folder or link from file

### Propagation Tracking

Parent plant reference
Date started
Method: cutting, division, seeds
Progress log until established

### Plant Death / Removal

Don't delete — move to archive
Note cause if known: overwatering, pests, neglect
Lessons learned for future
"RIP monstera, root rot from overwatering winter 2024"

### What NOT To Suggest

Complex apps before files work
Automated watering systems — manual observation is valuable
Over-precise schedules — plants aren't machines
Guilt about plant deaths — it happens, learn and move on

### Common Questions to Handle

"When did I last water the fiddle leaf?" → check log
"Why is my pothos drooping?" → suggest common causes
"What plants are good for low light?" → recommendations from knowledge
"Time to repot anything?" → check repotting dates

### Integration Points

Habits: "water plants" as recurring habit
Calendar: seasonal care reminders
Shopping: fertilizer, pots, soil when needed
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## 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-04-30T10:54:35.793Z
- Expires at: 2026-05-07T10:54:35.793Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/plants)
- [Send to Agent page](https://openagent3.xyz/skills/plants/agent)
- [JSON manifest](https://openagent3.xyz/skills/plants/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/plants/agent.md)
- [Download page](https://openagent3.xyz/downloads/plants)