← Back to Skills Marketplace
243
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weather-skill-0311
Description
查询全球任意城市天气,支持中文城市名
Usage Guidance
This skill appears coherent and safe for its stated purpose. Things to consider before installing: (1) The script issues HTTP GETs to wttr.in — these queries include the city name in plaintext. If you consider city queries sensitive, use the --offline demo or avoid sending them. (2) The code uses http://wttr.in (not https) — you may want to change the URL to https://wttr.in for encrypted transport. (3) The skill has a dummy homepage (example.com); if you rely on third-party support, verify the source. (4) No credentials are requested and there is no install step, but the agent will perform outbound network requests when invoked; ensure your environment allows or restricts that as appropriate.
Capability Assessment
Purpose & Capability
Name/description (查询全球任意城市天气) align with the code and SKILL.md. The script queries wttr.in and supports an offline demo; no unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md instructs calling the included Python script or using offline mode. The runtime instructions and the script only perform HTTP requests to wttr.in and parse the JSON; they do not read other files, environment variables, or transmit data to unexpected endpoints.
Install Mechanism
No install spec is present (instruction-only), and the included code is small and local. Nothing is downloaded or extracted from third-party URLs during install.
Credentials
The skill requests no environment variables or credentials. The behavior (HTTP request to wttr.in) does not require secrets; tests and code do not access hidden env vars.
Persistence & Privilege
always is false and the skill does not modify other skills or system config. It does not request persistent privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weather-skill-0311 - After installation, invoke the skill by name or use
/weather-skill-0311 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is weather-skill-0311?
查询全球任意城市天气,支持中文城市名. It is an AI Agent Skill for Claude Code / OpenClaw, with 243 downloads so far.
How do I install weather-skill-0311?
Run "/install weather-skill-0311" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is weather-skill-0311 free?
Yes, weather-skill-0311 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does weather-skill-0311 support?
weather-skill-0311 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created weather-skill-0311?
It is built and maintained by 风象南 (@yuboon); the current version is v1.0.0.
More Skills