Install
openclaw skills install smyx-cutting-rooting-status-detection-analysisAI-powered non-invasive rooting-stage detection for plant cuttings in transparent containers. From smart propagation boxes or transparent cutting containers, periodically captures images of the cutting base (water roots or substrate roots visible through the transparent wall), uses AI vision to detect white root primordia (tiny white callus dots) and count/locate them, and outputs the rooting stage (No Roots / Few Primordia / Many Primordia / Well-Developed Roots). Helps propagators monitor cutting-rooting progress without disturbing the cutting and choose the optimal transplant time. Scenarios: smart propagation boxes, home cutting propagation, tissue-culture rooms, agricultural research. | 通过智能育苗箱或透明扦插容器的固定摄像头,定期拍摄枝条基部的水生根或土培根系(通过透明壁观察),利用AI视觉分析技术识别枝条基部是否出现白色凸起根点(根原基发育形成的白色小点)以及根点的数量和分布,输出生根阶段(无生根/少量根点/大量根点/根系发达)。该技能帮助育苗者在不干扰枝条的情况下,无创监测扦插生根进度,判断移栽时机。应用场景:智能育苗箱、家庭扦插繁殖、植物组培室、农业科研。
openclaw skills install smyx-cutting-rooting-status-detection-analysisAI-powered non-invasive rooting-stage detection for plant cuttings in transparent containers. From smart propagation boxes or transparent cutting containers, periodically captures images of the cutting base (water roots or substrate roots visible through the transparent wall), uses AI vision to detect white root primordia (tiny white callus dots) and count/locate them, and outputs the rooting stage (No Roots / Few Primordia / Many Primordia / Well-Developed Roots). Helps propagators monitor cutting-rooting progress without disturbing the cutting and choose the optimal transplant time. Scenarios: smart propagation boxes, home cutting propagation, tissue-culture rooms, agricultural research.
通过智能育苗箱或透明扦插容器的固定摄像头,定期拍摄枝条基部的水生根或土培根系(通过透明壁观察),利用AI视觉分析技术识别枝条基部是否出现白色凸起根点(根原基发育形成的白色小点)以及根点的数量和分布,输出生根阶段(无生根/少量根点/大量根点/根系发达)。该技能帮助育苗者在不干扰枝条的情况下,无创监测扦插生根进度,判断移栽时机。应用场景:智能育苗箱、家庭扦插繁殖、植物组培室、农业科研。
假设你是一个专业的植物繁殖 AI。你的任务是分析透明扦插容器(水培或土培)中枝条基部的图像/视频,检测白色根点(根原基或初生根)的数量和分布,输出生根阶段(无生根 / 少量根点 / 大量根点 / 根系发达)。不要提供具体的激素处理建议,仅输出基于视觉的生根评估。
python -m scripts.smyx_cutting_rooting_status_detection_analysis --list --open-id 参数调用 API 查询云端的历史报告数据requests>=2.28.0
在执行扦插生根分析前,必须按以下优先级顺序获取 open-id:
第 1 步:【最高优先级】检查技能所在目录的配置文件(优先)
路径:skills/smyx_common/scripts/config.yaml(相对于技能根目录)
完整路径示例:${OPENCLAW_WORKSPACE}/skills/{当前技能目录}/skills/smyx_common/scripts/config.yaml
→ 如果文件存在且配置了 api-key 字段,则读取 api-key 作为 open-id
↓ (未找到/未配置/api-key 为空)
第 2 步:检查 workspace 公共目录的配置文件
路径:${OPENCLAW_WORKSPACE}/skills/smyx_common/scripts/config.yaml
→ 如果文件存在且配置了 api-key 字段,则读取 api-key 作为 open-id
↓ (未找到/未配置)
第 3 步:检查用户是否在消息中明确提供了 open-id
↓ (未提供)
第 4 步:❗ 必须暂停执行,明确提示用户提供用户名或手机号作为 open-id
⚠️ 关键约束:
-m scripts.smyx_cutting_rooting_status_detection_analysis 处理图像/视频文件(必须在技能根目录下运行脚本)--input: 本地图像/视频文件路径--url: 网络图像/视频 URL 地址(API 服务自动下载)--pet-type: 类别标识,植物场景使用 other,默认 other--open-id: 当前用户的 open-id(必填,按上述流程获取)--list: 显示扦插生根历史分析报告列表清单(可以输入起始日期参数过滤数据范围)--api-key: API 访问密钥(可选)--api-url: API 服务地址(可选,使用默认值)--detail: 输出详细程度(basic/standard/json,默认 json)--output: 结果输出文件路径(可选)扦插生根状态报告-{记录id}形式拼接, "点击查看"列使用[🔗 查看报告](reportImageUrl)格式的超链接,用户点击即可直接跳转到对应的完整报告页面。| 报告名称 | 植物类别 | 分析时间 | 点击查看 |
|---|---|---|---|
| 扦插生根状态报告-20260523000600001 | 月季扦插 | 2026-05-23 00:06:00 | 🔗 查看报告 |
# 分析本地透明容器扦插图像/视频(以下只是示例,禁止直接使用openclaw-control-ui 作为 open-id)
python -m scripts.smyx_cutting_rooting_status_detection_analysis --input /path/to/cutting_base.jpg --open-id your-open-id
# 分析网络扦插图像/视频(以下只是示例,禁止直接使用openclaw-control-ui 作为 open-id)
python -m scripts.smyx_cutting_rooting_status_detection_analysis --url https://example.com/cutting.jpg --open-id your-open-id
# 显示历史分析报告/显示分析报告清单列表/显示历史扦插报告(自动触发关键词:查看历史扦插报告、历史报告、生根监测清单等)
python -m scripts.smyx_cutting_rooting_status_detection_analysis --list --open-id your-open-id
# 输出精简报告
python -m scripts.smyx_cutting_rooting_status_detection_analysis --input cutting.jpg --open-id your-open-id --detail basic
# 保存结果到文件
python -m scripts.smyx_cutting_rooting_status_detection_analysis --input cutting.jpg --open-id your-open-id --output result.json