← Back to Skills Marketplace
johstracke

Seasonal Planting Guide

by johstracke · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1072
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install seasonal-planting-guide
Description
Provides monthly, zone-specific planting schedules, plant details, and custom entries to help gardeners plan seasonal crops year-round.
Usage Guidance
This skill appears to be a straightforward, local gardening calendar: it reads/writes a JSON DB at ~/.openclaw/workspace/planting_calendar.json and restricts exports to home/tmp/. Before installing, review the full scripts/seasonal_planting.py source (the provided excerpt was truncated) to verify there are no network calls, hidden endpoints, or obfuscated code. If you want extra caution, run it in a sandbox or inspect the export/path-validation code to confirm it enforces the allowed directories. If the full script contains unexpected networking, credential access, or writes outside the stated paths, do not install.
Capability Analysis
Type: OpenClaw Skill Name: seasonal-planting-guide Version: 1.0.0 The skill provides a seasonal planting guide, storing its data in the designated OpenClaw workspace. The `SKILL.md` is purely instructional and does not contain any prompt injection attempts. The Python script `seasonal_planting.py` includes a robust `is_safe_path` function that strictly validates export paths, preventing writes to system directories or sensitive user files (e.g., `~/.ssh`, `~/.bashrc`), and restricts exports to the OpenClaw workspace, home directory, or `/tmp`. There is no network activity, external command execution from untrusted input, or access to sensitive environment variables or credentials.
Capability Assessment
Purpose & Capability
Name and usage describe a planting calendar and the provided Python script plus SKILL.md usage examples match that purpose (query, show, add, export). The DB path (~/.openclaw/workspace/planting_calendar.json) is consistent with a local per-user calendar.
Instruction Scope
SKILL.md instructs the agent to run the local Python tool and to export to allowed locations. The instructions focus on garden planning tasks and do not ask the agent to read unrelated system files or environment variables. Note: the skill writes/reads a JSON file in the user's home directory (expected for this purpose).
Install Mechanism
No install spec (instruction-only) and the script uses standard Python libraries; no external downloads or package installs are requested.
Credentials
No environment variables, credentials, or external config paths are required. The only resource access is the per-user JSON DB under ~/.openclaw/workspace/, which matches the skill's stated persistence.
Persistence & Privilege
always is false and the skill only requests normal per-user storage. It does create and write its own file under the user's home directory, which is appropriate for a local calendar tool.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install seasonal-planting-guide
  3. After installation, invoke the skill by name or use /seasonal-planting-guide
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - Zone-specific planting calendar, 35+ plants with seasonality. Second gardening skill, zero competition!
Metadata
Slug seasonal-planting-guide
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Seasonal Planting Guide?

Provides monthly, zone-specific planting schedules, plant details, and custom entries to help gardeners plan seasonal crops year-round. It is an AI Agent Skill for Claude Code / OpenClaw, with 1072 downloads so far.

How do I install Seasonal Planting Guide?

Run "/install seasonal-planting-guide" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Seasonal Planting Guide free?

Yes, Seasonal Planting Guide is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Seasonal Planting Guide support?

Seasonal Planting Guide is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Seasonal Planting Guide?

It is built and maintained by johstracke (@johstracke); the current version is v1.0.0.

💬 Comments