← Back to Skills Marketplace
guchigangz

Weather Aqi

by buihieu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
96
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install hb-weather-aqi
Description
Provides real-time weather and air quality index (AQI) data for any location using Open-Meteo and Waqi API.
README (SKILL.md)

Weather & AQI Realtime Skill

Version: 1.0.0
Author: Perplexity AI (dựa trên weather_aqi.js)
Description: Lấy thời tiết + AQI realtime cho bất kỳ location (Hanoi, NYC...). Dùng Open-Meteo + Waqi API. Output JSON/text.

Usage

  • Agent query: "Weather AQI Hanoi"
  • JSON: "Get weather_aqi json Tokyo"
  • Env: WAQITOKEN=your_waqi_token

Tools Required

  • web_fetch (geocoding, weather, AQI)
  • env (WAQITOKEN)

License: MIT-0 | Safe: VirusTotal clean

Usage Guidance
This skill's code matches its description and only needs a WAQI API token to fetch AQI, so the functionality is plausible — but the registry metadata failing to declare WAQITOKEN is an inconsistency you should clarify before installing. Ask the publisher to update metadata to list WAQITOKEN, confirm the token's intended scope (prefer a limited-purpose WAQI token), and avoid supplying any broader credentials. Because the package includes a code file but no install spec or source/homepage, consider requesting the source or reviewing the code yourself (it was provided and looks straightforward) and testing with a throwaway token first.
Capability Analysis
Type: OpenClaw Skill Name: hb-weather-aqi Version: 1.0.0 The skill bundle provides legitimate weather and Air Quality Index (AQI) data using the Open-Meteo and WAQI APIs. The JavaScript code (weather_aqi_claw.js) uses the native web_fetch tool to retrieve data and correctly utilizes the WAQITOKEN environment variable for its intended purpose without any signs of data exfiltration, obfuscation, or malicious instructions.
Capability Assessment
Purpose & Capability
The code and SKILL.md call Open‑Meteo geocoding/forecast and the WAQI API, which matches the skill's description. However, the registry metadata lists no required env vars while both the code and SKILL.md expect WAQITOKEN.
Instruction Scope
Runtime instructions limit actions to web_fetch calls (Open‑Meteo and WAQI) and reading WAQITOKEN from the environment; there are no instructions to read unrelated files, system state, or to exfiltrate data to other endpoints.
Install Mechanism
No install spec (lower risk) and the code is pure fetch-based JavaScript with no external downloads. Note: a code file is packaged but there is no explicit install/runtime packaging guidance in the registry metadata.
Credentials
The code uses process.env.WAQITOKEN to call the WAQI API (reasonable for AQI queries), but the registry metadata incorrectly reports 'Required env vars: none'. This mismatch is concerning because a required secret is not declared in metadata, which could lead to confusion or accidental disclosure policies being bypassed.
Persistence & Privilege
The skill does not request persistent or elevated privileges (always is false), does not modify other skills or system config, and only performs on‑demand network calls.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hb-weather-aqi
  3. After installation, invoke the skill by name or use /hb-weather-aqi
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Weather & AQI Realtime Skill. - Provides real-time weather and air quality index (AQI) for any location. - Uses Open-Meteo and Waqi APIs for data sources. - Supports both plain text and JSON output formats. - Requires web_fetch tool for geocoding, weather, and AQI retrieval. - Needs WAQITOKEN environment variable for API access.
Metadata
Slug hb-weather-aqi
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Weather Aqi?

Provides real-time weather and air quality index (AQI) data for any location using Open-Meteo and Waqi API. It is an AI Agent Skill for Claude Code / OpenClaw, with 96 downloads so far.

How do I install Weather Aqi?

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

Is Weather Aqi free?

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

Which platforms does Weather Aqi support?

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

Who created Weather Aqi?

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

💬 Comments