← Back to Skills Marketplace
256
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weather-skill-yub
Description
查询全球任意城市天气,支持中文城市名
Usage Guidance
This skill is small, self-contained, and does what it says: fetches JSON from wttr.in or returns a local sample in offline mode. Before installing, consider that: (1) the skill will perform plain HTTP requests to wttr.in (use offline mode if you want no network calls); (2) the package's homepage/source are generic (example.com / unknown), so if provenance matters, verify the publisher or run the included tests locally; (3) review the simple scripts/weather.py yourself if you need to confirm there is no unexpected behavior.
Capability Analysis
Type: OpenClaw Skill
Name: weather-skill-yub
Version: 1.0.0
The skill is a straightforward weather query tool that fetches data from the public wttr.in API. The implementation in scripts/weather.py uses standard Python libraries, includes proper URL encoding for city names, and provides a legitimate offline mode for testing. No indicators of data exfiltration, malicious execution, or prompt injection were found.
Capability Assessment
Purpose & Capability
Name/description say 'query global city weather'; the Python script queries wttr.in and returns temperature, humidity, wind, etc. There are no unrelated binaries, env vars, or config paths requested. (Minor note: the homepage is a placeholder example.com and the package source is 'unknown', but this affects provenance, not behavior.)
Instruction Scope
SKILL.md instructs running the included script and describes an --offline demo mode. The runtime instructions only cause an HTTP request to wttr.in (or return a local sample when offline). The instructions do not read arbitrary files, environment variables, or send data to unexpected endpoints.
Install Mechanism
There is no install specification (instruction-only), and the shipped code is small and self-contained. Nothing is downloaded or extracted at install time.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code likewise does not access secrets or external credentials.
Persistence & Privilege
Skill does not request always:true and does not attempt to modify other skills or system-wide settings. It is user-invocable and may be invoked autonomously by the agent (platform default), which is expected for a skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weather-skill-yub - After installation, invoke the skill by name or use
/weather-skill-yub - 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-yub?
查询全球任意城市天气,支持中文城市名. It is an AI Agent Skill for Claude Code / OpenClaw, with 256 downloads so far.
How do I install weather-skill-yub?
Run "/install weather-skill-yub" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is weather-skill-yub free?
Yes, weather-skill-yub is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does weather-skill-yub support?
weather-skill-yub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created weather-skill-yub?
It is built and maintained by 风象南 (@yuboon); the current version is v1.0.0.
More Skills