← 返回 Skills 市场
johstracke

Plant Tracker

作者 johstracke · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1100
总下载
2
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install plant-tracker
功能描述
Manage and track your plants and garden with care schedules, growth monitoring, and detailed records for watering, fertilizing, pruning, harvesting, and more.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install plant-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /plant-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Track plants, care schedules, and growth. Zero competition category!
元数据
Slug plant-tracker
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Plant Tracker 是什么?

Manage and track your plants and garden with care schedules, growth monitoring, and detailed records for watering, fertilizing, pruning, harvesting, and more. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1100 次。

如何安装 Plant Tracker?

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

Plant Tracker 是免费的吗?

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

Plant Tracker 支持哪些平台?

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

谁开发了 Plant Tracker?

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

💬 留言讨论