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.
Retrieves current weather, forecasts, and location data for any city worldwide via CLI. No API key required.
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.