← Back to Skills Marketplace
noviarick

Pollen Monitor

by NoviaRick · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
153
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install pollen-monitor
Description
中国天气网花粉浓度监测技能。查询中国大陆城市花粉浓度等级和防护建议。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pollen-monitor
  3. After installation, invoke the skill by name or use /pollen-monitor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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 天的历史和预测数据,包括每日浓度和建议。
Metadata
Slug pollen-monitor
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Pollen Monitor?

中国天气网花粉浓度监测技能。查询中国大陆城市花粉浓度等级和防护建议。 It is an AI Agent Skill for Claude Code / OpenClaw, with 153 downloads so far.

How do I install Pollen Monitor?

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

Is Pollen Monitor free?

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

Which platforms does Pollen Monitor support?

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

Who created Pollen Monitor?

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

💬 Comments