Jump to related tools in the same category or review the original source on GitHub.

Smart Home & IoT @thesethrose Updated 2/26/2026

🌤️ Weather Pollen OpenClaw Skill - ClawHub

Do you want your AI agent to automate Weather Pollen workflows? This free skill from ClawHub helps with smart home & iot tasks without building custom tools from scratch.

What this skill does

Weather and pollen reports for any location using free APIs. Get current conditions, forecasts, and pollen data.

Install

npx clawhub@latest install weather-pollen

Full SKILL.md

Open original
namedescription
weather-pollenWeather and pollen reports for any location using free APIs. Get current conditions, forecasts, and pollen data.

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)
Original URL: https://github.com/openclaw/skills/blob/main/skills/thesethrose/weather-pollen

Related skills

If this matches your use case, these are close alternatives in the same category.