farmos-weatherQuery weather data and forecasts for farm fields via the Agronomy module.
Install via ClawdBot CLI:
clawdbot install brianppetty/farmos-weatherCurrent conditions and forecasts for farm fields, sourced from the Agronomy module.
What this skill handles: Current weather conditions, forecasts, growing degree days (GDD), spray condition evaluation, and historical weather data for farm fields.
Trigger phrases: "what's the weather", "can we spray", "GDD for field X", "forecast", "will it rain this week?", "temperature and wind right now", "field conditions?"
What this does NOT handle: Field observations about weather damage like hail, flooding, or frost injury (use farmos-observations with weather_damage type -- that logs the damage for tracking). This skill tells you what the weather IS; observations logs what the weather DID.
Minimum viable input: "Weather" or a field reference. If no field is specified, any nearby field ID works since all 69 fields are in central Indiana.
http://100.102.77.110:8012
GET /api/weather/health
Returns: Weather service health status.
GET /api/weather/field/{field_id}/current
Returns: Current conditions for a specific field (temperature, precipitation, wind).
GET /api/weather/field/{field_id}/forecast?days=7
Returns: Daily and hourly forecast data (up to 14 days).
GET /api/weather/field/{field_id}/historical?days=30
Returns: Historical weather records for a field.
GET /api/weather/field/{field_id}/gdd?startDate=YYYY-MM-DD&endDate=YYYY-MM-DD&baseTemp=10
Returns: GDD accumulation for a field over a date range.
GET /api/weather/field/{field_id}/spray-conditions
Returns: Spray condition evaluation (wind, rain probability, temperature checks).
GET /api/weather/coordinates?latitude={lat}&longitude={lon}&type=current
Returns: Weather by coordinates (no field ID required). Use type=forecast for forecast data.
GET /api/integration/dashboard
Returns: Agronomy summary including weather data if available.
/api/integration/dashboard returns agronomy summary data — use it for a quick overview only, not as the primary weather source.When answering weather questions, think about what else on the farm is affected:
Weather → Tasks:
Weather → Observations:
Weather → Equipment:
Query farmos-tasks and farmos-observations alongside weather for any field operation question. You don't need to cross-reference on every simple "what's the temperature?" question — use judgment. Cross-reference when the weather materially affects the plan.
Generated Mar 1, 2026
Farmers check current weather and forecasts to decide on daily tasks like spraying, planting, or harvesting. They use the spray-conditions endpoint to evaluate if conditions are suitable for applying pesticides, ensuring wind, temperature, and rain forecasts align with safety and efficacy standards.
Agronomists track growing degree days (GDD) accumulation for specific fields to predict crop development stages like V6 or VT in corn. This helps schedule critical tasks such as side-dressing fertilizer, optimizing crop management based on heat unit thresholds.
Farm managers use historical and forecast data to assess risks like frost or heavy rain, prompting checks for equipment readiness and field conditions. They cross-reference with tasks to adjust schedules, minimizing downtime and protecting machinery from adverse weather.
After periods of warm, wet weather, scouts use the skill to identify conditions conducive to diseases like gray leaf spot. They connect weather data with observation logs to recommend targeted scouting, enabling proactive disease management and reducing crop loss.
Operators use the integration dashboard for a quick summary of weather alongside other agronomy data. This supports high-level decision-making, such as allocating resources across fields or planning weekly activities based on combined weather and task insights.
Offer tiered subscriptions providing access to detailed weather forecasts, GDD tracking, and spray condition alerts. Revenue comes from monthly or annual fees paid by farmers and agribusinesses for premium data insights and integration with farm management systems.
License the weather API endpoints to third-party agricultural software developers or large farming operations. Charge based on API call volume or data usage, generating revenue from integrations that enhance other farm tools with real-time weather data.
Provide consulting services to help farms implement and optimize the weather skill within their existing workflows. Revenue is earned through project-based fees for setup, training, and ongoing support, tailored to specific operational needs like cross-module task coordination.
💬 Integration Tip
Cross-reference weather data with tasks and observations for field operation questions to provide actionable insights, such as linking forecasts to scheduled sprays or GDD milestones to agronomic actions.
Get current weather and forecasts (no API key required).
Google Weather API - accurate, real-time weather data. Get current conditions, temperature, humidity, wind, and forecasts. Powered by Google's Weather API fo...
Get current weather conditions and forecasts for any location worldwide. Returns structured data with temperature, humidity, wind, precipitation, and more. No API key required.
Monitor solar weather conditions including geomagnetic storms, solar flares, aurora forecasts, and solar wind data. Uses NOAA Space Weather Prediction Center real-time data.
Weather and pollen reports for any location using free APIs. Get current conditions, forecasts, and pollen data.
Provide current weather and forecasts using wttr.in and Open-Meteo APIs without requiring an API key.