← Back to Skills Marketplace
Plant
by
bytesagain4
· GitHub ↗
· v2.0.0
· MIT-0
170
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install plant
Description
Manage houseplant care with watering and fertilizer schedules. Use when adding plants, tracking watering, scheduling fertilizing, setting care reminders.
Usage Guidance
This skill appears to do what it claims: a local, offline plant tracker that stores data under ~/.local/share/plant. Before installing, review the included scripts/script.sh (already visible) to confirm you’re comfortable with it running on your machine. Remember that any notes you enter are stored as plain text in that folder—avoid entering passwords or other sensitive secrets. If you want extra caution, run the script in a sandboxed account or inspect and run it manually rather than allowing automatic execution.
Capability Analysis
Type: OpenClaw Skill
Name: plant
Version: 2.0.0
The 'Plant' skill is a straightforward local CLI tool for managing houseplant care schedules and logs. Analysis of 'scripts/script.sh' and 'SKILL.md' confirms that all data is stored locally in '~/.local/share/plant/', with no evidence of network activity, data exfiltration, or unauthorized access to sensitive system files.
Capability Assessment
Purpose & Capability
Name and description describe a local plant management tool and the included script and SKILL.md implement exactly that: a simple CLI that reads/writes logs under ~/.local/share/plant and provides export/search/status features. No unrelated capabilities (cloud access, system-wide changes) are requested.
Instruction Scope
SKILL.md and the script limit operations to the DATA_DIR under the user's home, printing, searching, exporting, and logging entries. Instructions do not attempt to read arbitrary system files, environment variables, or contact external endpoints.
Install Mechanism
There is no install spec (instruction-only), which is low-risk. However, a runnable script (scripts/script.sh) is included in the package—reviewing that script is important because the skill runtime will execute it. The script appears benign and only manipulates local files.
Credentials
The skill requires no environment variables, credentials, or special config paths. All storage is in a user-writable data directory under the home directory, which is proportional to its functionality.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent platform privileges. It does not modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install plant - After installation, invoke the skill by name or use
/plant - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Domain-specific upgrade
Metadata
Frequently Asked Questions
What is Plant?
Manage houseplant care with watering and fertilizer schedules. Use when adding plants, tracking watering, scheduling fertilizing, setting care reminders. It is an AI Agent Skill for Claude Code / OpenClaw, with 170 downloads so far.
How do I install Plant?
Run "/install plant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Plant free?
Yes, Plant is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Plant support?
Plant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Plant?
It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.0.
More Skills