Real Skill packageSource verifiedClawHub registry

Leaf Curling & Margin Scorch Diagnosis | 植物卷叶/焦边识别(干旱/病害)

Using agricultural cameras to capture high-resolution images of plant leaves, AI vision techniques detect leaf curling direction (up-curling or down-curling) and the distribution of leaf-margin scorch (old vs new leaves, tip vs margin). | 通过农业摄像头拍摄植物叶片的高清图像,利用AI视觉分析技术检测叶片卷曲方向(上卷或下卷)、焦边(叶缘干枯)的分布特征(老叶/新叶、叶尖/叶缘),并可结合土壤湿度传感器数据(可选),综合判断卷叶/焦边的主要原因(干旱胁迫、病害如白粉病/病毒病、药害、肥害等)。系统定期巡检,发现卷叶或焦边时自动分析原因,输出诊断及建议(如'叶片上卷、叶缘焦枯,土壤湿度偏低,可能干旱,建议灌溉')。

Identity and source

Publisher attributionsmyx-skillsregistry owner unverified by skillvetai
Functional categoryImage & Visual Designautomatically inferred · 55% rule confidence
Package forminstruction with code30 recorded files
Canonical sourceClawHub registryclawhub:18072937735:smyx-leaf-curling-scorch-diagnosis-analysis
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/13/2026.claude/skills/smyx-leaf-curling-scorch-diagnosis-analysis

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/13/2026.agents/skills/smyx-leaf-curling-scorch-diagnosis-analysis

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/13/2026skills/smyx-leaf-curling-scorch-diagnosis-analysis

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @18072937735/smyx-leaf-curling-scorch-diagnosis-analysis
clawhub inspect @18072937735/smyx-leaf-curling-scorch-diagnosis-analysis --version 1.0.8

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
30 / 30 inspected as text
Checked
8/13/2026, 7:30:35 PM
Scanner
0.1.3
Policy
1.0.3
6 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • external write action — automatically inferred
10 dependency and API indicators
  • pypi: pydash ==8.0.6
  • pypi: SQLAlchemy ==2.0.46
  • pypi: yaml ==6.0.3
  • pypi: PyYAML ==6.0.3
  • api: 192.168.1.234
  • api: clawhub.ai
  • api: healthtest.lifeemergence.com
  • api: lifeemergence.com
  • api: livemonitortest.lifeemergence.com
  • api: open.lifeemergence.com
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/13/2026, 9:44:25 AM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:b78f1a47869b810b19309173a45cb335267d656ab15a71b5958e4158856f0f7a
Show up to 30 recorded paths
  • references/api_doc.md
  • scripts/__init__.py
  • scripts/config.py
  • scripts/config.yaml
  • scripts/skill.py
  • scripts/smyx_leaf_curling_margin_scorch_diagnosis_analysis.py
  • skill-card.md
  • SKILL.md
  • skills/smyx_analysis/__init__.py
  • skills/smyx_analysis/references/api_doc.md
  • skills/smyx_analysis/requirements.txt
  • skills/smyx_analysis/scripts/__init__.py
  • skills/smyx_analysis/scripts/api_service.py
  • skills/smyx_analysis/scripts/config.py
  • skills/smyx_analysis/scripts/config.yaml
  • skills/smyx_analysis/scripts/skill.py
  • skills/smyx_analysis/scripts/smyx_analysis.py
  • skills/smyx_common/__init__.py
  • skills/smyx_common/requirements.txt
  • skills/smyx_common/scripts/__init__.py
  • skills/smyx_common/scripts/api_service.py
  • skills/smyx_common/scripts/base.py
  • skills/smyx_common/scripts/config-dev.yaml
  • skills/smyx_common/scripts/config-prod.yaml
  • skills/smyx_common/scripts/config-test.yaml
  • skills/smyx_common/scripts/config.py
  • skills/smyx_common/scripts/config.yaml
  • skills/smyx_common/scripts/dao.py
  • skills/smyx_common/scripts/skill.py
  • skills/smyx_common/scripts/util.py

Source changelog

- Bumped skill version to 1.0.11. - Updated documentation in SKILL.md; no changes to functionality. - Removed the file skill-card.md.