Awesome-openclaw-skills weather-pollen
Weather and pollen reports for any location using free APIs. Get current conditions, forecasts, and pollen data.
install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/weather-pollen" ~/.claude/skills/sundial-org-awesome-openclaw-skills-weather-pollen && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/weather-pollen" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-weather-pollen && rm -rf "$T"
manifest:
skills/weather-pollen/SKILL.mdsource content
Weather and Pollen Skill
Get weather and pollen reports for any location using free APIs.
Usage
When asked about weather or pollen in Anna, TX (or configured location), use the
weather_report tool from this skill.
Tools
weather_report
Get weather and pollen data for a specified location.
Args:
(boolean, default: true) - Include pollen dataincludePollen
(string, optional) - Location name to display (coordinates configured via env)location
Example:
{"includePollen": true, "location": "Anna, TX"}
Configuration
Set location via environment variables (defaults for Anna, TX):
- Latitude (default: 33.3506)WEATHER_LAT
- Longitude (default: -96.3175)WEATHER_LON
- Location display name (default: "Anna, TX")WEATHER_LOCATION
APIs Used
- Weather: Open-Meteo (free, no API key)
- Pollen: Pollen.com (free, no API key)