← 返回 Skills 市场
johstracke

Pest & Disease Tracker

作者 johstracke · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1006
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install pest-disease-tracker
功能描述
Identify, track, and manage garden pests and diseases, log treatments, monitor effectiveness, and get tailored control recommendations for home gardeners and...
安全使用建议
This skill appears coherent and local-only, but take these simple precautions before installing: 1) Review the full scripts/pest_tracker.py source (especially the truncated portion) to ensure it contains no network calls, subprocess execution, or secrets exfiltration. 2) Confirm how export <output_file> is implemented if you need exports restricted to certain directories (SKILL.md claims restricted exports but examples allow arbitrary paths). 3) Be aware the DB is stored at ~/.openclaw/workspace/pest_tracker_db.json — check its permissions and back it up if data retention matters. 4) Because the package has no homepage or author details, prefer running the script in a local/sandbox environment until you’re comfortable with its behavior.
功能分析
Type: OpenClaw Skill Name: pest-disease-tracker Version: 1.0.0 The skill bundle is benign. The `pest_tracker.py` script performs local file operations to manage garden pest and disease data, storing it in `~/.openclaw/workspace/pest_tracker_db.json`. A critical security control is implemented in the `export_data` function, which uses `is_safe_path` to strictly validate output file paths, preventing writes to system directories (`/etc`, `/usr`, `/var`) and sensitive user configuration files (`.ssh`, `.bashrc`). The SKILL.md documentation is purely instructional and does not contain any prompt injection attempts or instructions for malicious behavior.
能力评估
Purpose & Capability
The name and SKILL.md describe a local pest & disease tracker and the included Python script implements that functionality (add, list, show, search, recommend, treat, export). There are no unrelated requirements (no cloud creds, no external services).
Instruction Scope
Runtime instructions are limited to running the script with commands shown in SKILL.md. The script reads/writes a JSON DB in the user's home (~/.openclaw/workspace/pest_tracker_db.json) and prints recommendations. SKILL.md claims "file exports restricted to safe directories" but the examples accept an arbitrary <output_file>; verify the export implementation enforces safe paths if that guarantee matters to you.
Install Mechanism
There is no install spec (instruction-only skill plus a script file). Nothing is downloaded or installed by the registry metadata — lowest-risk install posture.
Credentials
No environment variables, credentials, or external config paths are requested. The script only uses a DB file under the user's home directory, which is proportionate to a local tracker.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges. It stores its own data under ~/.openclaw/workspace; this is reasonable for a per-user CLI tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pest-disease-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pest-disease-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Track garden pests and diseases with treatment history. 20+ treatment recommendations. Fourth gardening skill, zero competition!
元数据
Slug pest-disease-tracker
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Pest & Disease Tracker 是什么?

Identify, track, and manage garden pests and diseases, log treatments, monitor effectiveness, and get tailored control recommendations for home gardeners and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1006 次。

如何安装 Pest & Disease Tracker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pest-disease-tracker」即可一键安装,无需额外配置。

Pest & Disease Tracker 是免费的吗?

是的,Pest & Disease Tracker 完全免费(开源免费),可自由下载、安装和使用。

Pest & Disease Tracker 支持哪些平台?

Pest & Disease Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pest & Disease Tracker?

由 johstracke(@johstracke)开发并维护,当前版本 v1.0.0。

💬 留言讨论