skills$openclaw/weather-pollen
poiley6.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.

6.9k stars939 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

nameweather-pollen
descriptionWeather and pollen reports for any location using free APIs. Get current conditions, forecasts, and pollen data. OpenClaw Skills integration.
ownerpoiley
repositorypoiley/whatisxlistening-topath: skills/weather-pollen
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @poiley/whatisxlistening-to:skills/weather-pollen
last updatedFeb 7, 2026

Maintainer

poiley

poiley

Maintains weather-pollen in the OpenClaw Skills directory.

View GitHub profile
File Explorer
1 files
weather-pollen
SKILL.md
1.1 KB
SKILL.md

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 data
  • location (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)
README.md

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.