← 返回 Skills 市场
johstracke

Seasonal Planting Guide

作者 johstracke · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1072
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install seasonal-planting-guide
功能描述
Provides monthly, zone-specific planting schedules, plant details, and custom entries to help gardeners plan seasonal crops year-round.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install seasonal-planting-guide
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /seasonal-planting-guide 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Zone-specific planting calendar, 35+ plants with seasonality. Second gardening skill, zero competition!
元数据
Slug seasonal-planting-guide
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Seasonal Planting Guide 是什么?

Provides monthly, zone-specific planting schedules, plant details, and custom entries to help gardeners plan seasonal crops year-round. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1072 次。

如何安装 Seasonal Planting Guide?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install seasonal-planting-guide」即可一键安装,无需额外配置。

Seasonal Planting Guide 是免费的吗?

是的,Seasonal Planting Guide 完全免费(开源免费),可自由下载、安装和使用。

Seasonal Planting Guide 支持哪些平台?

Seasonal Planting Guide 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Seasonal Planting Guide?

由 johstracke(@johstracke)开发并维护,当前版本 v1.0.0。

💬 留言讨论