← 返回 Skills 市场
noviarick

Pollen Monitor

作者 NoviaRick · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
153
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install pollen-monitor
功能描述
中国天气网花粉浓度监测技能。查询中国大陆城市花粉浓度等级和防护建议。
安全使用建议
This skill appears coherent and limited to fetching pollen data from a public API. Before installing: (1) note the scripts make outbound requests to https://graph.weatherdt.com — ensure you trust that source; (2) if you plan to run the Bash script, install jq (the metadata omitted it); (3) inspect the included python and shell files if you run them on sensitive systems (they execute curl and parse remote JSON); (4) there are no credentials requested, so there is no secret-exfiltration signal in the package itself.
功能分析
Type: OpenClaw Skill Name: pollen-monitor Version: 1.0.0 The pollen-monitor skill is a legitimate tool designed to fetch and display pollen concentration data for cities in mainland China. It uses a Python script (pollen.py) and a Bash script (pollen.sh) to query a public API from the China Weather Network (graph.weatherdt.com). The code follows safe practices, such as using subprocess.run with argument lists in Python to prevent shell injection, and lacks any indicators of data exfiltration, persistence, or malicious intent.
能力评估
Purpose & Capability
Name/description (pollen monitoring) match the behaviour: the scripts call a weather pollen API, parse the response, and print recommendations. Required binaries (curl, python3) are reasonable for this functionality.
Instruction Scope
SKILL.md and the included scripts are narrowly scoped to fetching/parsing pollen data from graph.weatherdt.com and printing results. Minor inconsistency: the Bash example requires jq (and the script uses jq) but jq is not listed in the registry 'required binaries' metadata.
Install Mechanism
No install spec; this is instruction-plus-scripts only. No downloads or extracted archives; code runs locally. Risk from install mechanism is low.
Credentials
The skill does not request environment variables, credentials, or config paths. It only performs outbound HTTP requests to a public weather endpoint, which is proportional to its purpose.
Persistence & Privilege
always is false, no special persistence or cross-skill configuration. The skill can be invoked normally by the agent; this matches its purpose and does not grant elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pollen-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pollen-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Pollen Monitor v1.0.0 – Initial Release 🎉 - Provides real-time pollen concentration monitoring for 53 mainland China cities. - Offers pollen level and health protection advice via Python or Bash scripts. - Fetches official data from China Weather Network and hospitals—no API key needed. - Includes detailed usage instructions, supported cities list, and data explanations. - Returns 7-day historical and forecast data with daily concentrations and recommendations. 花粉数据监测技能 v1.0.0 – 首次发布 🎉 - 为中国大陆的 53 个城市提供实时花粉浓度监测服务。 - 通过 Python 或 Bash 脚本提供花粉浓度水平及健康防护建议。 - 从中国天气网和医院获取官方数据——无需 API 密钥。 - 包含详细的使用说明、支持的城市列表以及数据解释。 - 提供 7 天的历史和预测数据,包括每日浓度和建议。
元数据
Slug pollen-monitor
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Pollen Monitor 是什么?

中国天气网花粉浓度监测技能。查询中国大陆城市花粉浓度等级和防护建议。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。

如何安装 Pollen Monitor?

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

Pollen Monitor 是免费的吗?

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

Pollen Monitor 支持哪些平台?

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

谁开发了 Pollen Monitor?

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

💬 留言讨论