From sundial-org-awesome-openclaw-skills-4
Provides weather and pollen reports for any location using free APIs (Open-Meteo, Pollen.com). Get current conditions, forecasts, and pollen data.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:weather-pollenThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Get weather and pollen reports for any location using free APIs.
Get weather and pollen reports for any location using free APIs.
When asked about weather or pollen in Anna, TX (or configured location), use the weather_report tool from this skill.
Get weather and pollen data for a specified location.
Args:
includePollen (boolean, default: true) - Include pollen datalocation (string, optional) - Location name to display (coordinates configured via env)Example:
{"includePollen": true, "location": "Anna, TX"}
Set location via environment variables (defaults for Anna, TX):
WEATHER_LAT - Latitude (default: 33.3506)WEATHER_LON - Longitude (default: -96.3175)WEATHER_LOCATION - Location display name (default: "Anna, TX")npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Fetches New Zealand weather data from MetService's public JSON endpoints — town forecasts, current observations, hourly forecasts with wind gusts, and multi-town comparisons.
Checks live air quality via Open-Meteo's free API, decodes AQI/PM2.5 into health bands and plain-language advice. Use when asked about air quality, safety for outdoor activities, or pollution.
Query New Zealand weather data from the MetOcean API (MetService's data arm). Use when the task involves NZ weather forecasts, current conditions, marine/wave data, wind, rain, or atmospheric conditions for New Zealand locations. Requires METOCEAN_API_KEY.