← Back to Skills Marketplace
laurobrcwb

Pollen rapporten

by Lauro · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
245
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pollen-rapporten
Description
Fetch pollen forecasts for Swedish locations from Pollenrapporten (Swedish Museum of Natural History). Use when Boss asks about pollen levels, pollen forecas...
Usage Guidance
This skill is narrowly focused: it reads the included regions.json and performs HTTPS requests to api.pollenrapporten.se to produce readable forecasts. Before installing, ensure you are comfortable with a skill having outbound network access to that API (required to function). The SKILL.md uses $OPENCLAW_HOME in examples but the script uses a path relative to its file and does not require extra environment variables or credentials. If you need stronger assurance, review the included get_forecast.py yourself (it's small and readable) or run it in an isolated environment; otherwise it appears safe and coherent for its described purpose.
Capability Analysis
Type: OpenClaw Skill Name: pollen-rapporten Version: 1.0.0 The skill is a legitimate tool for fetching Swedish pollen forecasts from the official Pollenrapporten API (api.pollenrapporten.se). The Python script (get_forecast.py) uses standard libraries to perform read-only API requests and matches user input against a local mapping file (regions.json) without any dangerous execution patterns, data exfiltration, or malicious instructions.
Capability Assessment
Purpose & Capability
Name/description match the implementation: the script loads a local region mapping and calls api.pollenrapporten.se to fetch forecasts and pollen-type metadata. Nothing in the manifest asks for unrelated credentials, binaries, or system access.
Instruction Scope
SKILL.md and the Python script limit actions to reading the included references/regions.json and performing HTTPS GETs to the declared API endpoints. There are no instructions to read arbitrary user files, environment secrets, or send data to unexpected endpoints. Note: SKILL.md examples reference $OPENCLAW_HOME for convenience, but the code uses a relative path and does not require that environment variable.
Install Mechanism
No install spec; the skill is instruction-plus-script only. No external downloads or package installs are performed by the skill.
Credentials
The skill declares no required environment variables or credentials and the code does not read sensitive env vars. Network access to the pollen API is required and is proportional to the stated function.
Persistence & Privilege
always is false and the skill does not attempt to modify agent/system configuration or other skills. It only runs as a user-invoked Python script when invoked.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pollen-rapporten
  3. After installation, invoke the skill by name or use /pollen-rapporten
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of pollen-forecast skill (version 1.0.0): - Fetches current pollen forecasts for Swedish locations from Pollenrapporten (Swedish Museum of Natural History). - Supports alder, hazel, birch, grass, and other pollen types with severity levels. - Provides option for enhanced grass pollen alerts for allergy sufferers (with --alert flag). - Includes detailed usage instructions and output formatting examples. - Covers 24 monitored regions across Sweden, auto-mapping cities to nearest reporting region. - Fetches and displays forecast summaries, severity levels, and actionable recommendations.
Metadata
Slug pollen-rapporten
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pollen rapporten?

Fetch pollen forecasts for Swedish locations from Pollenrapporten (Swedish Museum of Natural History). Use when Boss asks about pollen levels, pollen forecas... It is an AI Agent Skill for Claude Code / OpenClaw, with 245 downloads so far.

How do I install Pollen rapporten?

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

Is Pollen rapporten free?

Yes, Pollen rapporten is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pollen rapporten support?

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

Who created Pollen rapporten?

It is built and maintained by Lauro (@laurobrcwb); the current version is v1.0.0.

💬 Comments