Pest & Disease Tracker
PassAudited by ClawScan on May 1, 2026.
Overview
This appears to be a local garden pest and disease tracking tool; the main thing to notice is that it saves your tracker notes persistently on disk.
This skill looks appropriate for local pest and disease tracking. Before installing, know that it keeps a local JSON history in the OpenClaw workspace and can contain whatever notes you enter; do not store sensitive personal information there, and follow pesticide label directions when using treatment recommendations.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Your garden issue and treatment notes may stay on disk and be shown or exported by future uses of the skill.
The script saves user-entered pest, disease, plant, treatment, and notes data in a persistent local JSON file. This is expected for a tracking tool, but it means the data remains available to later invocations.
DB_PATH = Path.home() / ".openclaw" / "workspace" / "pest_tracker_db.json" ... json.dump(db, f, indent=2)
Avoid putting sensitive personal details in tracker notes, and remove the local database if you no longer want the history retained.
