Plant Tracker

v1.0.0

Manage and track your plants and garden with care schedules, growth monitoring, and detailed records for watering, fertilizing, pruning, harvesting, and more.

2· 1k·4 current·4 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (plant tracking) matches the included script and SKILL.md. The script stores data in ~/.openclaw/workspace/plants_db.json and provides add/list/show/care/search/export commands—these are proportionate to the stated purpose.
Instruction Scope
SKILL.md instructs running the plant_tracker.py commands and documents storage/export behavior. Instructions do not ask the agent to read unrelated files, environment variables, or send data to external endpoints. Export path validation is described and implemented in code.
Install Mechanism
No install spec is provided (instruction-only). A Python script is included but nothing is downloaded or extracted during install. Risk from installation is low; executing the bundled script will write to disk as expected.
Credentials
The skill requests no environment variables or credentials. Data is kept under the user's home directory; no remote credentials or unrelated secrets are required.
Persistence & Privilege
The skill does not request always:true and can be invoked by the user. It writes only to its own database path (~/.openclaw/workspace/plants_db.json) and export files in user-safe locations; it does not modify other skills or system-wide configs.
Assessment
This skill appears coherent and local-only: it will create and update ~/.openclaw/workspace/plants_db.json and can write export files under your home, workspace, or /tmp. Before installing or running, consider: (1) verify the source or inspect scripts/plant_tracker.py if you don’t trust the publisher, (2) ensure the script is run in an environment you control (it will write files to your home), (3) if you want it on your PATH, you must put the script there or call it via python3 scripts/plant_tracker.py, and (4) check file permissions for the database if you’re concerned about other local users reading it. There are no network calls or hidden credential requests in the provided code.

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

farmvk973ppgvtd8xd3jhgkvc3wwdhd80r4scgardeningvk973ppgvtd8xd3jhgkvc3wwdhd80r4scindoorvk973ppgvtd8xd3jhgkvc3wwdhd80r4sclatestvk973ppgvtd8xd3jhgkvc3wwdhd80r4scoutdoorvk973ppgvtd8xd3jhgkvc3wwdhd80r4scplantsvk973ppgvtd8xd3jhgkvc3wwdhd80r4sctrackervk973ppgvtd8xd3jhgkvc3wwdhd80r4sc

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments