openclaw / weather-pollen
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/weather-pollen && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2523" && unzip -o skill.zip -d .claude/skills/weather-pollen && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/weather-pollen/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Weather and pollen reports for any location using free APIs. Get current conditions, forecasts, and pollen data.
0 views
0 installs
Skill Content
---
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:**
```json
{"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)