← Back to Skills Marketplace
harrylabsj

Home Garden Planner

by haidong · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
98
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install home-garden-planner
Description
Recommend plants and garden layouts based on your space, experience, and goals, with seasonal tips and common mistakes to avoid.
README (SKILL.md)

Home Garden Planner(家庭花园规划师)

Overview

根据用户的种植空间、经验水平和目的,推荐适合的植物品种,提供种植规划和常见错误提示。

Trigger

  • 种花
  • 阳台种菜
  • 养植物
  • 花园规划

Output

JSON: {spaceType, gardenPlan{recommendedPlants[], layout_suggestion, seasonal_tips}, tools[], commonMistakes[]}

Usage Guidance
This skill appears coherent and low-risk: it runs pure Python logic on local data, requires no credentials, and makes no network calls. Notes to consider before installing: (1) repo metadata is minimal (owner ID and an author name only, no homepage), so if you require provenance you may want to confirm the publisher; (2) the code executes in the agent runtime—if you run untrusted skills you should sandbox them or review the code first (the handler.py here is short and readable); (3) outputs and text are in Chinese—ensure that matches your agent/user expectations. Otherwise this skill is proportionate to its stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: home-garden-planner Version: 0.1.0 The skill is a straightforward gardening recommendation tool that uses simple keyword matching in handler.py to suggest plants and provide basic care tips. It contains no network requests, file system operations, or suspicious instructions in SKILL.md.
Capability Assessment
Purpose & Capability
The name/description (garden planning) match the provided SKILL.md and handler.py behavior. The code returns plant recommendations and layout/tips consistent with the stated purpose. No unrelated capabilities (cloud access, system management) are requested.
Instruction Scope
SKILL.md is narrow and describes triggers and expected JSON output. The handler implements that output and does not read files, environment variables, or external endpoints. The runtime instructions do not ask the agent to gather unrelated system data.
Install Mechanism
There is no install spec or external download; the skill is delivered as source files (handler.py, SKILL.md, skill.json). No archives or remote code are fetched at install time.
Credentials
The skill declares no required environment variables, credentials, or config paths, and the code does not access secrets or environment variables.
Persistence & Privilege
The skill does not request always:true and contains no code that modifies other skills or system-wide settings. It runs as a normal, user-invoked handler.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install home-garden-planner
  3. After installation, invoke the skill by name or use /home-garden-planner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of Home Garden Planner. - Recommends suitable plants based on space, experience, and goals. - Provides planting plans, layout suggestions, and seasonal tips. - Lists necessary tools and common gardening mistakes. - Supports triggers like planting flowers, balcony gardening, and garden planning. - Outputs responses in structured JSON format.
Metadata
Slug home-garden-planner
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Home Garden Planner?

Recommend plants and garden layouts based on your space, experience, and goals, with seasonal tips and common mistakes to avoid. It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.

How do I install Home Garden Planner?

Run "/install home-garden-planner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Home Garden Planner free?

Yes, Home Garden Planner is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Home Garden Planner support?

Home Garden Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Home Garden Planner?

It is built and maintained by haidong (@harrylabsj); the current version is v0.1.0.

💬 Comments