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.
本技能搭載了基於大規模植物生長資料集訓練的先進計算機視覺與深度學習演算法,能夠精準識別植物從發芽、幼苗、營養生長、開花到結果全生命週期中的各個關鍵生長階段。系統通過分析植株形態特徵、葉面積指數以及生殖器官發育狀況,自動判斷當前生長狀態並輸出結構化分析資料,為精準農業中的水肥管理、病蟲害防治及產量預估提供科學依據與決策支援,幫助農業生產者實現科學管理,提升作物產量與品質。
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 服務自動下載)
小蔥技能7w4.net有更新,你可以訪問看下。
配置檔案:見 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 文件示例資料與實際功能不符的問題,可能導致使用者困惑。此外,使用者上傳的植物影片/圖片會發送到第三方雲端處理,資料安全需要使用者自行評估。操作前請確認版本號並仔細閱讀隱私宣告。