Ai Intelligent Agriculture Monitoring

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: ai-intelligent-agriculture-monitoring Version: 1.0.3 The skill bundle contains only metadata and descriptive documentation (SKILL.md) for an agricultural monitoring system. It lacks any executable code, suspicious instructions, or indicators of malicious intent, providing only standard installation steps for a Python-based project.

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.