← Back to Skills Marketplace
141
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install plant-doctor
Description
Expert botany assistant for plant ID, health diagnosis, care advice, watering schedules, propagation, and safe indoor gardening tips.
Usage Guidance
This skill appears coherent and implements what it claims: it analyzes plant photos, gives care advice, and manages local plant data under a plants/ directory. Before installing or using it: (1) Review SETUP-PROMPT.md and confirm you are comfortable with the skill creating and writing files in plants/; (2) If you do not want remote storage, do NOT enable or integrate Supercharged Memory and avoid building the optional dashboard; the dashboard requires external DB credentials and image hosting which must be configured securely if you choose to use it; (3) Be mindful that photos can contain sensitive background information (people, documents, addresses) — crop or remove those before uploading if privacy is a concern; (4) The skill can update local files when you report watering or when seasons change — ensure you trust the agent to write that data or keep backups; (5) If you decide to deploy the Dashboard, follow its security notes (authentication, RLS, private storage) and never hardcode DB keys. Overall: behavior is proportionate to purpose, but pay attention to optional integrations (memory/dashboard) that introduce external persistence.
Capability Analysis
Type: OpenClaw Skill
Name: plant-doctor
Version: 1.0.0
The Plant Doctor skill bundle is a well-documented tool for plant identification and care management. It demonstrates strong security awareness by including explicit prompt-injection defense instructions in SKILL.md and recommending restrictive file permissions (chmod 700/600) in SETUP-PROMPT.md. The skill operates locally, storing data in a dedicated 'plants/' directory, and lacks any indicators of data exfiltration, malicious execution, or unauthorized network activity.
Capability Assessment
Purpose & Capability
Name/description (plant identification, diagnosis, care schedules) align with the skill's instructions: image-based analysis, producing care cards, and writing local plant state under plants/. No unrelated binaries, credentials, or system-level access are requested.
Instruction Scope
The SKILL.md is specific about image-analysis, diagnosis, and updating local files under plants/. It also includes sensible prompt-injection defenses. Important privacy note: processing user photos can capture background sensitive information (people, documents, interiors); the skill explicitly warns about this. The skill may update plants/collection.json and plants/care-schedule.md automatically when the user reports watering — review that behavior if you do not want automatic writes.
Install Mechanism
No install spec and no code files — instruction-only model is low risk. Nothing is downloaded or executed by the skill itself.
Credentials
The skill requires no environment variables or credentials. The optional Dashboard Companion Kit references Supabase and environment variables for deployment — those are optional and only relevant if you choose to build the dashboard. Also optionally integrating with 'Supercharged Memory' could result in plant data being stored in a memory service; that is an opt-in behavior to review.
Persistence & Privilege
The skill does write local state under plants/ (setup instructs creation and permission-tightening). always:false (normal). The only elevated persistent surface is optional memory integration (Supercharged Memory) or building the optional dashboard which requires external DB credentials; both are opt-in. The skill does not request global/other-skills config changes.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install plant-doctor - After installation, invoke the skill by name or use
/plant-doctor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is plant-doctor?
Expert botany assistant for plant ID, health diagnosis, care advice, watering schedules, propagation, and safe indoor gardening tips. It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.
How do I install plant-doctor?
Run "/install plant-doctor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is plant-doctor free?
Yes, plant-doctor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does plant-doctor support?
plant-doctor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created plant-doctor?
It is built and maintained by Nollio (@nollio); the current version is v1.0.0.
More Skills