Plant

v2.0.0

Manage houseplant care with watering and fertilizer schedules. Use when adding plants, tracking watering, scheduling fertilizing, setting care reminders.

0· 166·1 current·1 all-time
bybytesagain4@xueyetianya

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for xueyetianya/plant.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Plant" (xueyetianya/plant) from ClawHub.
Skill page: https://clawhub.ai/xueyetianya/plant
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install plant

ClawHub CLI

Package manager switcher

npx clawhub@latest install plant
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description describe a local plant management tool and the included script and SKILL.md implement exactly that: a simple CLI that reads/writes logs under ~/.local/share/plant and provides export/search/status features. No unrelated capabilities (cloud access, system-wide changes) are requested.
Instruction Scope
SKILL.md and the script limit operations to the DATA_DIR under the user's home, printing, searching, exporting, and logging entries. Instructions do not attempt to read arbitrary system files, environment variables, or contact external endpoints.
Install Mechanism
There is no install spec (instruction-only), which is low-risk. However, a runnable script (scripts/script.sh) is included in the package—reviewing that script is important because the skill runtime will execute it. The script appears benign and only manipulates local files.
Credentials
The skill requires no environment variables, credentials, or special config paths. All storage is in a user-writable data directory under the home directory, which is proportional to its functionality.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent platform privileges. It does not modify other skills or system-wide settings.
Assessment
This skill appears to do what it claims: a local, offline plant tracker that stores data under ~/.local/share/plant. Before installing, review the included scripts/script.sh (already visible) to confirm you’re comfortable with it running on your machine. Remember that any notes you enter are stored as plain text in that folder—avoid entering passwords or other sensitive secrets. If you want extra caution, run the script in a sandboxed account or inspect and run it manually rather than allowing automatic execution.

Like a lobster shell, security has layers — review code before you run it.

latestvk970asj2fxbzj662dx3x61w76s83237h
166downloads
0stars
1versions
Updated 1mo ago
v2.0.0
MIT-0

Plant

Manage Plant data right from your terminal. Built for people who want organize your household without complex setup.

Why Plant?

  • Works entirely offline — your data never leaves your machine
  • Simple command-line interface, no GUI needed
  • Export to JSON, CSV, or plain text anytime
  • Automatic history and activity logging

Getting Started

# See what you can do
plant help

# Check current status
plant status

# View your statistics
plant stats

Commands

CommandWhat it does
plant addAdd
plant inventoryInventory
plant scheduleSchedule
plant remindRemind
plant checklistChecklist
plant usageUsage
plant costCost
plant maintainMaintain
plant logLog
plant reportReport
plant seasonalSeasonal
plant tipsTips
plant statsSummary statistics
plant export<fmt> Export (json
plant search<term> Search entries
plant recentRecent activity
plant statusHealth check
plant helpShow this help
plant versionShow version
plant $name:$c entries
plant Total:$total entries
plant Datasize: $(du -sh "$DATA_DIR" 2>/dev/null
plant Version:v2.0.0
plant Datadir: $DATA_DIR
plant Entries:$(cat "$DATA_DIR"/*.log 2>/dev/null
plant Disk:$(du -sh "$DATA_DIR" 2>/dev/null
plant Last:$(tail -1 "$DATA_DIR/history.log" 2>/dev/null
plant Status:OK
plant [Plant]add: $input
plant Saved.Total add entries: $total
plant [Plant]inventory: $input
plant Saved.Total inventory entries: $total
plant [Plant]schedule: $input
plant Saved.Total schedule entries: $total
plant [Plant]remind: $input
plant Saved.Total remind entries: $total
plant [Plant]checklist: $input
plant Saved.Total checklist entries: $total
plant [Plant]usage: $input
plant Saved.Total usage entries: $total
plant [Plant]cost: $input
plant Saved.Total cost entries: $total
plant [Plant]maintain: $input
plant Saved.Total maintain entries: $total
plant [Plant]log: $input
plant Saved.Total log entries: $total
plant [Plant]report: $input
plant Saved.Total report entries: $total
plant [Plant]seasonal: $input
plant Saved.Total seasonal entries: $total
plant [Plant]tips: $input
plant Saved.Total tips entries: $total

Data Storage

All data is stored locally at ~/.local/share/plant/. Each action is logged with timestamps. Use export to back up your data anytime.

Feedback

Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...