Garden Planner
v1.0.0Comprehensive garden planning — track plants, get planting recommendations, watering schedules, and frost alerts. Use when: garden, plant, planting, harvest,...
⭐ 0· 51·0 current·0 all-time
byNew Age Investments@newageinvestments25-byte
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description align with required files and behavior. Scripts implement plant tracking, watering schedules, planting guidance, and weather/frost checks. Requested I/O is limited to a local data directory (~/.openclaw/workspace/garden) and the Open‑Meteo API, which is appropriate for the stated purpose.
Instruction Scope
SKILL.md simply instructs running the included Python scripts. The scripts operate on the local garden.json, local reference files, and (for weather) the Open‑Meteo endpoints. There are no instructions to read unrelated system files, access other services, or exfiltrate data to unknown endpoints.
Install Mechanism
No install spec; this is instruction-only plus bundled scripts. The scripts use only Python standard library modules (urllib, json, argparse, etc.), so no third‑party install is required. Nothing is downloaded or extracted at install time.
Credentials
The skill requests no environment variables or credentials. It writes and reads only the garden data directory under the user's home. The only network access is to Open‑Meteo (forecast and geocoding), which is appropriate for weather/frost warnings.
Persistence & Privilege
Flags show no forced persistence (always: false). The skill does not attempt to modify other skills or global agent settings; it stores its own garden.json under the user's workspace directory, which is expected behavior.
Assessment
This skill appears coherent and implements local garden tracking plus weather checks. Before installing, note: (1) it will read/write ~/.openclaw/workspace/garden/garden.json (creates the directory if missing) — review or backup any existing file at that path; (2) weather_check.py makes outbound calls to Open‑Meteo (no API key required) so the host needs network access for forecasts; (3) it requires python3 available in the environment; and (4) although it doesn't request credentials or modify other skills, only run skills from sources you trust. If you want to avoid network calls, skip running weather_check.py or run scripts with local data only.Like a lobster shell, security has layers — review code before you run it.
latestvk97e2xqwd7x470c1wnkxmgnxkn83wctd
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
