An AI-powered gardening companion that automates watering reminders, maintains structured plant archives, and provides real-time health diagnostics.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install blooming-elf-tmp-check
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
~/.workbuddy/MEMORY.md. If no configuration block is present, it initiates an interactive onboarding experience.automation_update API, the skill configures recurring, weather-aware check-in tasks based on user-defined alerts.To initialize blooming-elf within your workspace, configure your storage environment and define the standard properties in your global memory file.
Prepare Memory File Ensure the following directory structure exists on your host system:
mkdir -p ~/.workbuddy
touch ~/.workbuddy/MEMORY.md
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} |
| 配置状态 | ✅ 已配置 |
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.
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 日志文件路径 |
Every profile document utilizes a strict nine-section skeleton, allowing the AI to query exact rows consistently:
土培植物)吸水盆植物)水培植物)鲜切花)浇水日志)日常待办)待买肥料清单)现有花肥/药品等)Tips)Loading
A professional tool to generate, validate, and render Mermaid syntax diagrams to SVG, PNG, and PDF formats using the mmdc CLI.

A local Markdown preview server enabling real-time document rendering, side-by-side editing, and rich text export to publishing platforms.

An Openclaw Skills utility that checks LegionSpace version availability across seven Chinese app stores and exports the latest results automatically.

A precision skill for searching, validating, and pulling off-the-shelf catalog component STEP files directly into CAD workflows.

A cross-platform version checker that collects the latest LegionSpace app version from seven app stores and saves a consolidated report.

An automation skill designed to generate draw.io architecture diagrams, flowcharts, and technical schemas with an integrated visual QA pass.








































