← Back to Skills Marketplace
johstracke

Plant Tracker

by johstracke · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1100
Downloads
2
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install plant-tracker
Description
Manage and track your plants and garden with care schedules, growth monitoring, and detailed records for watering, fertilizing, pruning, harvesting, and more.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: plant-tracker Version: 1.0.0 The OpenClaw AgentSkills skill bundle 'plant-tracker' is classified as benign. The `SKILL.md` documentation clearly outlines the purpose and usage without any prompt injection attempts. The core script, `scripts/plant_tracker.py`, demonstrates robust security practices, particularly in its `export_plants` function. This function utilizes a `is_safe_path` helper that explicitly whitelists output directories to `~/.openclaw/workspace`, `~`, and `/tmp`, while explicitly blacklisting sensitive system paths (e.g., `/etc`, `/usr`, `/var`) and critical dotfiles (e.g., `~/.ssh`, `~/.bashrc`), preventing unauthorized file writes. No evidence of data exfiltration, malicious execution, persistence, or obfuscation was found.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install plant-tracker
  3. After installation, invoke the skill by name or use /plant-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - Track plants, care schedules, and growth. Zero competition category!
Metadata
Slug plant-tracker
Version 1.0.0
License
All-time Installs 4
Active Installs 4
Total Versions 1
Frequently Asked Questions

What is Plant Tracker?

Manage and track your plants and garden with care schedules, growth monitoring, and detailed records for watering, fertilizing, pruning, harvesting, and more. It is an AI Agent Skill for Claude Code / OpenClaw, with 1100 downloads so far.

How do I install Plant Tracker?

Run "/install plant-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Plant Tracker free?

Yes, Plant Tracker is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Plant Tracker support?

Plant Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Plant Tracker?

It is built and maintained by johstracke (@johstracke); the current version is v1.0.0.

💬 Comments