Ai Intelligent Agriculture Monitoring

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If you follow the setup snippet, you would be trusting code and dependencies outside the reviewed skill package.

Why it was flagged

The setup instructions depend on external repository code and Python dependencies that are not included in the provided artifact set. The commands are user-directed and purpose-aligned, but users should verify the external source before running them.

Skill content
git clone https://github.com/openclaw-skills/ai-intelligent-agriculture-monitoring
cd ai-intelligent-agriculture-monitoring
pip install -r requirements.txt
python app.py
Recommendation

Inspect the GitHub repository and requirements file, prefer pinned dependencies, and run the app in an isolated environment unless you already trust the source.