An AI-driven scouting system for logging field observations, pests, and equipment issues directly into FarmOS.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install farmos-observations
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install farmos-observations using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides an AI-powered quick capture system designed specifically for field-based reporting and agricultural management. It enables users to document pests, diseases, weeds, and crop conditions through natural language inputs, photos, or voice notes. By leveraging Openclaw Skills, the agent intelligently categorizes reports, assesses severity based on linguistic cues, and integrates these findings directly with existing FarmOS workflows.
Beyond simple data entry, it acts as an intelligent field assistant that recognizes common agricultural issues, specifically tailored for regional challenges like Indiana-specific pests and diseases. The skill ensures data completeness by tracking observation counts and providing summary statistics through dedicated dashboard endpoints, making it an essential tool for modern precision agriculture and team-wide field coordination.
To get started, ensure you have the necessary authentication script to generate a JWT for the FarmOS backend. Run the following command to retrieve your token:
TOKEN=$(~/clawd/scripts/farmos-auth.sh manager)
Configure your environment to point to the FarmOS API base. When interacting with the observations endpoints, include the token in your authorization headers as shown below:
curl -H "Authorization: Bearer $TOKEN" http://100.102.77.110:8008/api/observations
Note: Tokens last for 15 minutes. If you receive a 401 response, simply request a new token using the auth script.
Observations are organized by type and urgency to facilitate rapid decision-making. The system utilizes the following schema for data organization:
| Attribute | Description |
|---|---|
| observation_type | Categorized as pest, disease, weed, weather_damage, equipment_issue, soil, or crop_condition |
| severity | Qualitative assessment (low, medium, high) mapped from user language |
| urgency_score | A 1-10 scale used for escalation (scores 7+ trigger immediate alerts) |
| field_id | Numeric identifier linking the observation to a specific farm location |
| photo | Image file attachment archived with the observation for visual proof |
| entities | Extracted metadata including specific pest names, equipment IDs, and cardinal directions |
Loading
A specialized management tool for tracking agricultural land ownership, lease agreements, landlord contacts, and financial payment schedules.

A professional financial management skill for agricultural operations to track costs, project cash flows, and analyze breakeven points with admin-level security.

A comprehensive tool for monitoring farm equipment status, tracking maintenance schedules, and accessing service manuals using AI-driven insights.

A sophisticated automation tool that scrapes, analyzes, and summarizes AgResource grain marketing newsletters for actionable agricultural insights.

A powerful tool for Openclaw Skills to manage agricultural work orders, track task assignments, and monitor farm productivity in real-time.

A specialized skill for querying real-time weather, forecasts, and agronomic metrics like GDD for specific farm fields.








































