← 返回 Skills 市场
307
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install qweather-city-weather
功能描述
Query QWeather city codes and real-time weather with bundled executable scripts. Use when users need to resolve city names to QWeather location IDs/adcodes,...
安全使用建议
This skill appears to do exactly what it says: call QWeather endpoints to resolve cities and fetch current weather. Before installing, verify you trust the skill source and supply your QWEATHER_API_KEY only to known/trusted QWeather hosts (set QWEATHER_API_HOST to the official host). The script will send your API key to whatever host you provide, so do not point it at unknown servers. You can also inspect or run scripts/qweather_query.py locally (it is small and readable) to confirm behavior. Ensure your environment has Python 3.10+ and that network egress to the configured host is acceptable.
功能分析
Type: OpenClaw Skill
Name: qweather-city-weather
Version: 1.0.1
The skill is a legitimate tool for querying the QWeather API to retrieve city codes and real-time weather data. The core logic in `scripts/qweather_query.py` uses standard Python libraries for HTTP requests, implements proper input encoding with `urllib.parse.quote`, and handles API configuration via environment variables or command-line arguments. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match what is implemented. The script only implements city lookup and current-weather calls to a configurable QWeather host and requires the QWEATHER_API_KEY and QWEATHER_API_HOST that are appropriate for that purpose.
Instruction Scope
SKILL.md instructs running the bundled script and documents required env vars/CLI flags. The runtime instructions do not ask the agent to read unrelated files, system state, or transmit data to endpoints outside the configured QWeather host.
Install Mechanism
No install spec is provided (instruction-only plus a bundled script). Nothing is downloaded or installed by the skill itself, so no high-risk install behavior is present.
Credentials
The skill requests no secrets beyond the single QWeather API key and a host setting, which are proportional to its stated function. The code reads QWEATHER_API_KEY and QWEATHER_API_HOST (or accepts CLI flags) — no other credentials or config paths are accessed.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system configuration, and only runs as a one-off script when invoked. Autonomous invocation by the agent is the platform default and not a unique privilege here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qweather-city-weather - 安装完成后,直接呼叫该 Skill 的名称或使用
/qweather-city-weather触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Initial portable release using QWEATHER_API_HOST and QWEATHER_API_KEY only.
v1.0.0
Initial portable release using QWEATHER_API_HOST and QWEATHER_API_KEY only.
元数据
常见问题
QWeather City Weather 是什么?
Query QWeather city codes and real-time weather with bundled executable scripts. Use when users need to resolve city names to QWeather location IDs/adcodes,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 307 次。
如何安装 QWeather City Weather?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qweather-city-weather」即可一键安装,无需额外配置。
QWeather City Weather 是免费的吗?
是的,QWeather City Weather 完全免费(开源免费),可自由下载、安装和使用。
QWeather City Weather 支持哪些平台?
QWeather City Weather 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 QWeather City Weather?
由 9k9k9(@richliao1112)开发并维护,当前版本 v1.0.1。
推荐 Skills