← Back to Skills Marketplace
Weather Search
by
George-China
· GitHub ↗
· v1.0.0
· MIT-0
107
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weather-search
Description
Query real-time weather information using Amap (高德地图) Weather API. Use when user asks about weather, temperature, wind, humidity for Chinese cities. Requires...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weather-search - After installation, invoke the skill by name or use
/weather-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - weather query skill using Amap API for Chinese cities
Metadata
Frequently Asked Questions
What is Weather Search?
Query real-time weather information using Amap (高德地图) Weather API. Use when user asks about weather, temperature, wind, humidity for Chinese cities. Requires... It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install Weather Search?
Run "/install weather-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weather Search free?
Yes, Weather Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Weather Search support?
Weather Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weather Search?
It is built and maintained by George-China (@george-china); the current version is v1.0.0.
More Skills