6.9k★by poiley
weather-pollen – OpenClaw Skill
weather-pollen is an OpenClaw Skills integration for data analytics workflows. Weather and pollen reports for any location using free APIs. Get current conditions, forecasts, and pollen data.
Skill Snapshot
| name | weather-pollen |
| description | Weather and pollen reports for any location using free APIs. Get current conditions, forecasts, and pollen data. OpenClaw Skills integration. |
| owner | poiley |
| repository | poiley/whatisxlistening-topath: skills/weather-pollen |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @poiley/whatisxlistening-to:skills/weather-pollen |
| last updated | Feb 7, 2026 |
Maintainer

name: weather-pollen description: Weather and pollen reports for any location using free APIs. Get current conditions, forecasts, and pollen data. metadata: {"clawdbot":{"emoji":"🌤️","requires":{"bins":["curl"]}}}
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:
includePollen(boolean, default: true) - Include pollen datalocation(string, optional) - Location name to display (coordinates configured via env)
Example:
{"includePollen": true, "location": "Anna, TX"}
Configuration
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")
APIs Used
- Weather: Open-Meteo (free, no API key)
- Pollen: Pollen.com (free, no API key)
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
Configuration
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")
FAQ
How do I install weather-pollen?
Run openclaw add @poiley/whatisxlistening-to:skills/weather-pollen in your terminal. This installs weather-pollen into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/poiley/whatisxlistening-to. Review commits and README documentation before installing.
