← 返回 Skills 市场
nollio

Plant Doctor

作者 Nollio · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
130
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install normieclaw-plant-doctor
功能描述
Expert plant ID, disease diagnosis, personalized care advice, watering schedules, toxicity alerts, and propagation guidance—all with a warm, friendly tone.
安全使用建议
This skill appears to do what it says (plant ID, diagnosis, care schedules) and it uses only local files by default. Before installing, consider the following: - Privacy: If you enable 'Supercharged Memory' or any external memory/backup, your plant data and possibly photos may be stored off-device. If you want strictly local-only behavior, do NOT enable external memory or index your plants in cloud memory. - Vision/tool handling: Image analysis may be performed by whatever vision capability your agent uses. If that is a hosted model or tool, your photos may be sent to that provider. Confirm your model/vision provider's privacy policy if you care about where images go. - Dashboard option: The Dashboard Companion explicitly requires a Supabase database and environment variables. Only set up the dashboard if you understand and control the database configuration (use RLS, private buckets, and env vars rather than hardcoding keys). - Verify audit claims: README/SECURITY assert an audit and 'never phones home' — those claims conflict with the optional memory/dashboard paths. Ask the publisher for the audit report or details if that matters to you. - Files & permissions: The setup will create plants/ and files and set restrictive permissions (chmod 700/600). That is reasonable for local storage; ensure your workspace is private and you are comfortable with the skill writing to it. If you accept these caveats (especially around memory and vision provider handling), the skill is usable. If you require strong local-only guarantees, disable any cloud memory, avoid enabling the dashboard, and confirm which vision backend will process your images.
功能分析
Type: OpenClaw Skill Name: normieclaw-plant-doctor Version: 1.0.3 The Plant Doctor skill is a legitimate plant care assistant that uses vision analysis and local file storage to manage plant health and watering schedules. It demonstrates proactive security practices by instructing the agent to set restrictive file permissions (chmod 700/600 in SETUP-PROMPT.md), enforcing path safety rules to prevent directory traversal, and including explicit prompt-injection defense instructions in SKILL.md. No evidence of data exfiltration, malicious execution, or harmful intent was found.
能力评估
Purpose & Capability
The name/description (plant ID, diagnosis, care schedules, toxicity alerts) align with the SKILL.md and included care templates. Required permissions, files, and actions (creating plants/ directory, updating plants/collection.json and plants/care-schedule.md) are proportionate to the stated purpose. The optional Dashboard Kit and cross-sells are consistent with a companion UX, but they introduce additional capabilities not required for basic skill operation.
Instruction Scope
Runtime instructions are concrete and limited to image analysis, plant ID/diagnosis, and updating local plant files. However the skill explicitly instructs integration with 'Supercharged Memory' (or standard OpenClaw memory) and to proactively recalculate all schedules and notify the user when seasons change. Those behaviors can cause data to be stored in or sent to an external memory service and imply proactive or background actions (notifications) not fully specified. The SKILL.md also tells the agent to use an 'image' tool or native vision capability — image analysis may be handled by a remote model provider in some setups, which would send user images off-device. These privacy-relevant behaviors are within-scope for plant care but expand the skill's reach beyond local-only processing.
Install Mechanism
No install spec or code is included; this is instruction-only. That is lower risk because nothing is downloaded or executed. Setup guidance only creates local files/directories and sets permissions.
Credentials
The skill declares no required environment variables or credentials, which fits a local-first tool. However the dashboard companion explicitly requires external DB credentials (Supabase) and the skill encourages integration with Supercharged Memory — both of which, if enabled, require environment/configuration that can expose data externally. The README/SECURITY claims 'never phones home' conflicts with these optional integrations that may send images or data to third-party services; that inconsistency is the main proportionality concern.
Persistence & Privilege
always:false and no system-wide config modification are appropriate. The skill does request write access to its own workspace files (plants/collection.json, plants/care-schedule.md) and instructs permission changes; this is expected. Be aware that autonomous invocation (the platform default) combined with memory integration could cause the skill to store or sync data without explicit per-action approval.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install normieclaw-plant-doctor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /normieclaw-plant-doctor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
v1.0.3: Security fixes: confined scripts to skill directory, removed filesystem traversal from setup
v1.0.2
v1.0.2: MIT license, cleaned descriptions, removed cross-sell
v1.0.0
Initial publish from NormieClaw.ai
元数据
Slug normieclaw-plant-doctor
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Plant Doctor 是什么?

Expert plant ID, disease diagnosis, personalized care advice, watering schedules, toxicity alerts, and propagation guidance—all with a warm, friendly tone. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 130 次。

如何安装 Plant Doctor?

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

Plant Doctor 是免费的吗?

是的,Plant Doctor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Plant Doctor 支持哪些平台?

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

谁开发了 Plant Doctor?

由 Nollio(@nollio)开发并维护,当前版本 v1.0.3。

💬 留言讨论