LaunchKit · 2026
Back to Skills

plant-tracker

Personal plant and garden management for gardeners.

2
818 downloads
by @johstracke

Setup & Installation

openclaw skills install @johstracke/plant-tracker

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install plant-tracker

What This Skill Does

A command-line tool for tracking plants and garden care. Stores plant records with species, location, planting date, and a full care history. Supports multiple garden types from indoor houseplants to vegetable beds and community plots.

Keeps care history and plant metadata in one searchable local file rather than scattered notes or generic spreadsheets.

When to use it

  • Logging weekly watering and fertilizing across a vegetable garden
  • Keeping care history for a large indoor houseplant collection
  • Tracking harvest dates and yields from edible plants
  • Managing plants spread across multiple outdoor beds or locations
  • Exporting a garden inventory for backup or seasonal planning

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: track my tomato plants and log today's watering

AGENT
  1. 1Run plant_tracker.py add to register each tomato variety with species, location, and planting date
  2. 2Run plant_tracker.py list to confirm plants are in the database
  3. 3Run plant_tracker.py care for each plant with --action water and a note about conditions
  4. 4Run plant_tracker.py show to verify the care entry was recorded
OUTPUT

Each tomato plant has an updated care history entry with timestamp and watering notes