blooming-elf (绽放精灵) for Openclaw

An AI-powered gardening companion that automates watering reminders, maintains structured plant archives, and provides real-time health diagnostics.

shirley1011
v3.1.1
Jul 8, 2026
0
269
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install blooming-elf-tmp-check

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install blooming-elf-tmp-check using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is blooming-elf (绽放精灵)?

blooming-elf is an AI coding agent skill designed to bridge the gap between structured productivity tracking and horticultural care. Running seamlessly within systems powered by Openclaw Skills, the skill acts as a dedicated digital gardener that manages watering schedules, fertilization schedules, repotting lifecycles, and health diagnostics. It caters to absolute beginners seeking simple instructions, busy users looking for low-maintenance tracking, collection managers with dozens of plants, and analytical users who want monthly trend reviews.

What sets blooming-elf apart from generic plant-tracking applications is its integration with local file systems and cloud workspaces, maintaining highly readable, text-based markdown files. The assistant works dynamically with environmental variables such as local weather patterns, seasonal adjustments, soil types, pot types, and microclimates, providing precise plant care recommendations without manual scheduling. Its underlying architecture ensures your plant records stay clean and readable as your collection grows.

blooming-elf (绽放精灵) Use Cases

  • Automated Morning and Evening Care Check-ins: Users receive tailored notifications outlining which plants require watering, misting, or shifting based on real-time weather and historic trends.
  • Quick Onboarding via Photo Analysis: Gardeners can snap photos of their new plants to auto-identify the species, evaluate soil moisture, and immediately generate standard watering intervals.
  • Dynamic Watering Interval Calibration: The system automatically stretches or shrinks watering intervals depending on seasonal factors, local rainfall, indoor AC usage, and humidity changes.
  • Structured Botanical Logs and Diagnostics: When a user reports symptoms like yellowing leaves or root rot, the assistant cross-references a detailed diagnostic schema to offer structured step-by-step salvage routines.
  • Multi-Plant Collection Management: Gardeners with extensive collections can batch-import plants and categorize them under soil culture, water absorption pots, or hydroponics.

How blooming-elf (绽放精灵) Works

  1. Bootstrapping and Configuration Verification: Upon launch, the skill reads the local configuration file at ~/.workbuddy/MEMORY.md. If no configuration block is present, it initiates an interactive onboarding experience.
  2. Onboarding and Calibration: The skill gathers location, climate data, window orientation, and sensor availability to establish baseline plant intervals.
  3. Dual-Document Initialization: The agent sets up two distinct markdown files: an Archive Profile (concise current statuses) and an Activity Log (append-only historical actions) to prevent document bloat.
  4. Routine Automation Updating: Using the automation_update API, the skill configures recurring, weather-aware check-in tasks based on user-defined alerts.
  5. Dynamic Data Appending: Daily care interactions (such as watering, repotting, and fertilizing) are continuously logged at the end of the activity file, while the archive profile is dynamically updated with the next scheduled action dates.

blooming-elf (绽放精灵) Setup

Configuration and Setup

To initialize blooming-elf within your workspace, configure your storage environment and define the standard properties in your global memory file.

  1. Prepare Memory File Ensure the following directory structure exists on your host system:

    mkdir -p ~/.workbuddy
    touch ~/.workbuddy/MEMORY.md
    
  2. Insert Configuration Block Open ~/.workbuddy/MEMORY.md and append the following structured table:

    ## 绿灵 配置
    | 项目 | 值 |
    |------|-----|
    | 精灵名字 | 绿灵 |
    | 城市 | {City} |
    | 气候类型 | {Climate} |
    | 知识库 ID (OpenAPI) | {kb_id} |
    | 知识库 ID (MCP) | {kb_id_mcp} |
    | 文件夹 ID | {folder_id} |
    | 种植环境 | {Indoor/Outdoor/Balcony} |
    | 窗户朝向 | {Orientation} |
    | 温湿度计 | {Yes/No} |
    | 室内温度 | {Value} |
    | 室内湿度 | {Value} |
    | 空调/暖气 | {Description} |
    | 提醒时间 | {Time} |
    | 植物列表 | {Backup_Data} |
    | 上次浇水 | {YYYY-MM-DD} |
    | 档案笔记 ID | {note_id} |
    | 日志笔记 ID | {log_note_id} |
    | 档案文件路径 | {path_to_archive_md} |
    | 日志文件路径 | {path_to_log_md} |
    | 配置状态 | ✅ 已配置 |
    
  3. Workspace Connectivity The assistant automatically checks for active cloud-based editor integrations (e.g., IMA). If found, it creates the notes using the cloud workspace APIs; otherwise, it defaults to standard local markdown file read/write operations.

blooming-elf (绽放精灵) Data Schema & Taxonomy

Dual-Document Data Architecture

The blooming-elf skill maintains a clean separation of concerns using two core documents, ensuring high performance and reliable context loading.

Document Type Purpose Primary Fields & Sections Storage Pointer (MEMORY.md)
Archive Profile (档案) Contains current plant states across fixed chapters Soil plants, absorbent pots, hydroponic plants, fresh cut flowers, daily to-dos, to-buy list, available fertilizer inventory 档案笔记 ID or 档案文件路径
Activity Log (日志) Append-only transaction records of care activities Watering history, fertilizing timestamps, repotting notes, salvage diaries, monthly retrospectives 日志笔记 ID or 日志文件路径

Fixed 9-Chapter Archive Template

Every profile document utilizes a strict nine-section skeleton, allowing the AI to query exact rows consistently:

  1. Soil Cultivation Plants (土培植物)
  2. Absorbent Pots (吸水盆植物)
  3. Hydroponic Plants (水培植物)
  4. Fresh Cut Flowers (鲜切花)
  5. History Migration logs (浇水日志)
  6. Daily To-Dos (日常待办)
  7. Shopping List (待买肥料清单)
  8. Fertilizer Inventory (现有花肥/药品等)
  9. Gardening Tips (Tips)

blooming-elf (绽放精灵) Advanced Features

  • Climate-Aware Interval Adjustments: Calculates adaptive watering schedules using seasonal ratios, indoor HVAC adjustments, and real-time precipitation forecasts.
  • Comprehensive Botanical Reference Library: Accesses built-in database configurations for dozens of common soil, absorbent pot, hydroponic, and fresh-cut plant types.
  • Urgent Salvage SOPs: Initiates immediate 24-hour diagnostic workflows for severe plant emergencies including root rot, frost damage, and sunburn.
  • Monthly Performance Retro: Generates structured monthly performance summaries analyzing average watering intervals, missed care tasks, and overall health indexes.
  • Automated Openclaw Skills Integrations: Leverages native background scheduler APIs to run recurring evaluations without requiring manual active sessions.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*