← Back to Skills Marketplace
thesethrose

Weather Pollen

by Seth Rose · GitHub ↗ · v1.0.3
cross-platform ✓ Security Clean
5383
Downloads
2
Stars
28
Active Installs
4
Versions
Install in OpenClaw
/install weather-pollen
Description
Weather and pollen reports for any location using free APIs. Get current conditions, forecasts, and pollen data.
Usage Guidance
Install only if you want weather for a configured latitude/longitude and pollen for the built-in Anna, TX ZIP code. Do not rely on it for arbitrary-city pollen or weather unless you update the configuration/code to match the location you care about.
Capability Analysis
Type: OpenClaw Skill Name: weather-pollen Version: 1.0.3 The skill is benign. It accurately fetches weather and pollen data from the stated Open-Meteo and Pollen.com APIs, processes environment variables for location configuration, and formats the output as described. There is no evidence of prompt injection attempts in SKILL.md, data exfiltration, malicious execution, or suspicious dependencies. The `curl` requirement in SKILL.md's metadata is noted, but the `logic.ts` uses `fetch` directly and does not invoke `curl`.
Capability Assessment
Purpose & Capability
The weather and pollen functionality matches the stated purpose, but the headline claim of reports for "any location" is overstated: weather uses configured coordinates and pollen is hardcoded to ZIP 75409.
Instruction Scope
The skill defines a single weather_report tool and does not include prompt-injection behavior, role changes, hidden instructions, or instructions to override user intent.
Install Mechanism
There is no install script, no remote installer, and no automatic command execution. The package declares only zod as a dependency; metadata mentions curl, but the code uses fetch.
Credentials
The code reads WEATHER_LAT, WEATHER_LON, and WEATHER_LOCATION and sends configured location data to Open-Meteo and Pollen.com, which is proportionate for weather reporting. These values are configuration, not credentials, though network and env usage are not fully declared in frontmatter.
Persistence & Privilege
No persistence, file writes, credential storage, account access, background workers, destructive actions, or elevated privileges are present.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weather-pollen
  3. After installation, invoke the skill by name or use /weather-pollen
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
test
v1.0.2
Fixed pollen API session handling. Improved weather report formatting. Added usage examples.
v1.0.1
Added metadata summary and improved documentation
v1.0.0
Initial release: Weather and pollen reports for any location with configurable coordinates
Metadata
Slug weather-pollen
Version 1.0.3
License
All-time Installs 203
Active Installs 28
Total Versions 4
Frequently Asked Questions

What is Weather Pollen?

Weather and pollen reports for any location using free APIs. Get current conditions, forecasts, and pollen data. It is an AI Agent Skill for Claude Code / OpenClaw, with 5383 downloads so far.

How do I install Weather Pollen?

Run "/install weather-pollen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Weather Pollen free?

Yes, Weather Pollen is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Weather Pollen support?

Weather Pollen is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Weather Pollen?

It is built and maintained by Seth Rose (@thesethrose); the current version is v1.0.3.

💬 Comments