weather-pollen

Verified·Scanned 2/18/2026

This skill provides weather and pollen reports by calling https://api.open-meteo.com and https://www.pollen.com and composing a report. It reads configuration from WEATHER_LAT, WEATHER_LON, and WEATHER_LOCATION environment variables.

from clawhub.ai·v3c62367·7.8 KB·0 installs
Scanned from 1.0.3 at 3c62367 · Transparency log ↗
$ vett add clawhub.ai/thesethrose/weather-pollen

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)