← 返回
开发者工具 中文

Garden

Track your entire garden with structured memory for plants, zones, tasks, harvests, and climate-aware planning that compounds over seasons.
使用结构化记忆追踪您的整个花园,涵盖植物、区域、任务、收获以及随季节累积的气候感知规划。
ivangdavila ivangdavila 来源
开发者工具 clawhub v1.1.6 1 版本 99897.4 Key: 无需
★ 0
Stars
📥 974
下载
💾 14
安装
1
版本
#latest

概述

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

TopicFile
-------------
Setup processsetup.md
Memory templatememory-template.md
Plant & zone templatestracking.md
Climate configurationclimate-setup.md
Problem diagnosisdiagnostics.md
Rotation planningplanning.md

Core Rules

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

版本历史

共 1 个版本

  • v1.1.6 当前
    2026-03-29 06:05 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,232 📥 268,312
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,385 📥 321,017
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,086 📥 814,825