Ai Intelligent Agriculture Monitoring

PassAudited by ClawScan on May 1, 2026.

Overview

The skill is a mostly descriptive agriculture-monitoring stub; the only noteworthy issue is that its manual setup instructions clone and run an external Python app not included in the scanned package.

Before installing, treat the SKILL.md setup commands as a request to run an external Python project. Verify the repository, dependency list, and author/provenance first; otherwise the provided artifacts show no material suspicious behavior.

Findings (1)

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.