← 返回 Skills 市场
laurobrcwb

Pollen rapporten

作者 Lauro · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
245
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pollen-rapporten
功能描述
Fetch pollen forecasts for Swedish locations from Pollenrapporten (Swedish Museum of Natural History). Use when Boss asks about pollen levels, pollen forecas...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pollen-rapporten
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pollen-rapporten 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug pollen-rapporten
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pollen rapporten 是什么?

Fetch pollen forecasts for Swedish locations from Pollenrapporten (Swedish Museum of Natural History). Use when Boss asks about pollen levels, pollen forecas... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 245 次。

如何安装 Pollen rapporten?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pollen-rapporten」即可一键安装,无需额外配置。

Pollen rapporten 是免费的吗?

是的,Pollen rapporten 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pollen rapporten 支持哪些平台?

Pollen rapporten 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pollen rapporten?

由 Lauro(@laurobrcwb)开发并维护,当前版本 v1.0.0。

💬 留言讨论