← 返回 Skills 市场
george-china

Weather Search

作者 George-China · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
107
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-search
功能描述
Query real-time weather information using Amap (高德地图) Weather API. Use when user asks about weather, temperature, wind, humidity for Chinese cities. Requires...
安全使用建议
This skill appears to do exactly what it claims — call Amap's REST weather API — but the package metadata failed to declare the required AMAP_API_KEY. Before installing: (1) verify the skill listing is updated to require AMAP_API_KEY (or be prepared to set the env var yourself); (2) avoid pasting your API key directly into command lines on shared systems (the examples put the key in the URL which may leak via history/ps); (3) run the included weather.sh in a sandbox or inspect it (it is short and readable) and restrict the API key to least-privilege / per-application keys if possible; (4) if you need stricter guarantees, ask the publisher to correct the manifest so automated tooling can surface the credential requirement.
功能分析
Type: OpenClaw Skill Name: weather-search Version: 1.0.0 The weather-search skill is a legitimate tool for querying the Amap (Gaode) Weather API. The provided bash script (weather.sh) and documentation (SKILL.md) correctly implement the API's requirements, using the user-provided AMAP_API_KEY to fetch weather data from the official domain (restapi.amap.com). No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
Name/description, SKILL.md, and weather.sh consistently implement queries to Amap's weather REST API — that capability aligns with the stated purpose. However, the registry metadata lists no required environment variables or primary credential while the SKILL.md and weather.sh clearly require an AMAP_API_KEY, which is an incoherence in the manifest.
Instruction Scope
Runtime instructions and the script are narrowly scoped to building a curl request to restapi.amap.com and formatting the JSON. They do not read unrelated files or contact unexpected endpoints. Operational/privacy note: examples and the script embed the API key in the request URL which can expose the key in shell history, command logs, or process listings on multi-user systems.
Install Mechanism
Instruction-only skill with one small included script and no install spec — nothing is downloaded or executed during install. Risk from install mechanism is low.
Credentials
The only sensitive credential actually required is AMAP_API_KEY, which is proportionate to the functionality. However the registry metadata omitted declaring this required env var / primary credential; that mismatch is concerning because automated permission prompts or policy checks may not surface the need for the key. No other unrelated credentials are requested.
Persistence & Privilege
No elevated privileges requested. always is false, the skill does not declare permanent system presence, and it does not modify other skills or system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weather-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weather-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - weather query skill using Amap API for Chinese cities
元数据
Slug weather-search
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Weather Search 是什么?

Query real-time weather information using Amap (高德地图) Weather API. Use when user asks about weather, temperature, wind, humidity for Chinese cities. Requires... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 Weather Search?

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

Weather Search 是免费的吗?

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

Weather Search 支持哪些平台?

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

谁开发了 Weather Search?

由 George-China(@george-china)开发并维护,当前版本 v1.0.0。

💬 留言讨论