Install
openclaw skills install weather-pollenWeather and pollen reports for any location using free APIs. Get current conditions, forecasts, and pollen data.
openclaw skills install weather-pollenGet 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")