name: "plant-growth-stage-recognition-analysis" description: "Accurately identifies key growth stages of plants from germination to fruiting based on computer vision and deep learning, provides structured data for precision agriculture decision support. | 植物生长阶段识别技能,基于计算机视觉与深度学习算法,精准识别植物从发芽到结果的全生命周期关键生长阶段,为精准农业提供科学决策支持" version: "1.0.2"
Equipped with advanced computer vision and deep learning algorithms trained on large-scale plant growth datasets, this skill accurately identifies key growth stages throughout the entire plant life cycle, including germination, seedling, vegetative growth, flowering, and fruiting. By analyzing morphological characteristics of the plant, leaf area index, and reproductive organ development status, the system automatically determines the current growth stage and outputs structured analysis results. It provides scientific basis and decision support for water and fertilizer management, pest and disease control, and yield prediction in precision agriculture, helping agricultural producers achieve scientific management and improve crop yield and quality.
本技能搭载了基于大规模植物生长数据集训练的先进计算机视觉与深度学习算法,能够精准识别植物从发芽、幼苗、营养生长、开花到结果全生命周期中的各个关键生长阶段。系统通过分析植株形态特征、叶面积指数以及生殖器官发育状况,自动判断当前生长状态并输出结构化分析数据,为精准农业中的水肥管理、病虫害防治及产量预估提供科学依据与决策支持,帮助农业生产者实现科学管理,提升作物产量与品质。
小葱技能有更好的技能skills插件。
python -m scripts.plant_growth_stage_recognition_analysis --list --open-id 参数调用 API
查询云端的历史报告数据requests>=2.28.0为了获得准确的生长阶段识别,请确保:
在执行植物生长阶段识别分析前,必须按以下优先级顺序获取 open-id:
第 1 步:检查用户是否在消息中明确提供了 open-id
↓ (未提供)
第 2 步:❗ 必须暂停执行,明确提示用户提供用户名或手机号作为 open-id
⚠️ 关键约束:
-m scripts.plant_growth_stage_recognition_analysis 处理输入(必须在技能根目录下运行脚本)--input: 本地视频/图片文件路径--url: 网络视频/图片 URL 地址(API 服务自动下载)--open-id: 当前用户的 open-id(必填,按上述流程获取, 再通过 SHA-256 算法生成唯一标识传入)--list: 显示历史植物生长阶段识别分析报告列表清单(可以输入起始日期参数过滤数据范围)--api-key: API 访问密钥(可选)--api-url: API 服务地址(可选,使用默认值)--detail: 输出详细程度(basic/standard/json,默认 json)--output: 结果输出文件路径(可选)必要脚本:见 scripts/plant_growth_stage_recognition_analysis.py (用途:调用 API 进行植物生长阶段识别分析,本地文件上传(https),网络 URL 由 API 服务自动下载)
配置文件:见 scripts/config.py(用途:配置 API 地址、默认参数和格式限制)
植物生长阶段识别报告-{记录id}形式拼接, "点击查看"
列使用
[🔗 查看报告](reportImageUrl)
格式的超链接,用户点击即可直接跳转到对应的完整报告页面。本技能在处理用户上传的视频时,严格遵守数据安全规范:
# 识别本地视频/图片中植物的生长阶段(以下只是示例,禁止直接使用openclaw-control-ui 作为 open-id)
python -m scripts.plant_growth_stage_recognition_analysis --input /path/to/plant.mp4 --open-id {SHA-256 算法生成新 open-id}
# 识别网络视频/图片(以下只是示例,禁止直接使用openclaw-control-ui 作为 open-id)
python -m scripts.plant_growth_stage_recognition_analysis --url https://example.com/crop.mp4 --open-id {SHA-256 算法生成新 open-id}
# 显示历史识别报告/显示识别报告清单列表/显示历史植物生长阶段识别(自动触发关键词:查看历史识别报告、历史报告、识别报告清单等)
python -m scripts.plant_growth_stage_recognition_analysis --list --open-id {SHA-256 算法生成新 open-id}
# 输出精简报告
python -m scripts.plant_growth_stage_recognition_analysis --input crop.jpg --open-id {SHA-256 算法生成新 open-id} --detail basic
# 保存结果到文件
python -m scripts.plant_growth_stage_recognition_analysis --input crop.jpg --open-id {SHA-256 算法生成新 open-id} --output result.json
这个植物生长阶段识别 Skill 整体质量中等偏上,文档说明详细、使用流程清晰,能较好地指导用户完成识别任务。但存在版本号混乱、API 文档示例数据与实际功能不符的问题,可能导致用户困惑。此外,用户上传的植物视频/图片会发送到第三方云端处理,数据安全需要用户自行评估。操作前请确认版本号并仔细阅读隐私声明。