Home Garden Planner

v0.1.0

Recommend plants and garden layouts based on your space, experience, and goals, with seasonal tips and common mistakes to avoid.

0· 91·0 current·0 all-time
byhaidong@harrylabsj

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for harrylabsj/home-garden-planner.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Home Garden Planner" (harrylabsj/home-garden-planner) from ClawHub.
Skill page: https://clawhub.ai/harrylabsj/home-garden-planner
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install home-garden-planner

ClawHub CLI

Package manager switcher

npx clawhub@latest install home-garden-planner
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97assvrvfd7mqxy2wcp0x5rwh84cx9h
91downloads
0stars
1versions
Updated 3w ago
v0.1.0
MIT-0

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

Overview

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

Trigger

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

Output

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

Comments

Loading comments...