← Back to Skills Marketplace
234
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weather-advanced
Description
提供全国城市实时天气及未来7天预报,含空气质量、紫外线、穿衣建议和感冒风险等生活指数信息。
Usage Guidance
This skill appears to do what it claims: call a public weather API and format results, and it does not request any credentials. Before installing, consider: 1) Verify you are comfortable with requests leaving your queried city names to the external host (api.vvhan.com) — check the provider's privacy/trustworthiness. 2) Confirm the runtime provides the Python 'requests' library or the skill will fail. 3) Open SKILL.md in a text editor that can show hidden characters and remove or investigate any unicode control characters found. 4) If you require stronger privacy or a trusted data source, prefer skills that use an official/known weather provider or that allow you to supply your own API key.
Capability Assessment
Purpose & Capability
Name/description match implementation: the code queries a weather API (api.vvhan.com) for realtime + 7-day forecasts and formats the response. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
Runtime instructions (the Python code) only perform an HTTPS GET to a third-party weather API and format the returned JSON. They do not read files or other environment variables. Note: user-supplied city names are sent to an external endpoint (privacy consideration). Also the SKILL.md contained detected unicode-control-chars which could be used to obfuscate content; inspect the file for hidden characters before trusting.
Install Mechanism
No install spec (instruction-only), which minimizes install-time risk. However the code uses the 'requests' library but does not declare it; the runtime environment must provide requests or the skill will fail. No downloads or archive extraction are present.
Credentials
The skill requests no credentials or environment variables, which is appropriate for a free/no-key weather query. No unrelated secrets are requested.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. Autonomous invocation is enabled by default but not combined with other concerning permissions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weather-advanced - After installation, invoke the skill by name or use
/weather-advanced - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of advanced national city weather query skill.
- Provides real-time weather, 7-day forecast, air quality, life indices, UV info, clothing suggestions, and cold risk.
- User-friendly prompts, robust parameter validation, and detailed error handling.
- High-quality output format for clear and complete weather information.
Metadata
Frequently Asked Questions
What is weather_advanced?
提供全国城市实时天气及未来7天预报,含空气质量、紫外线、穿衣建议和感冒风险等生活指数信息。 It is an AI Agent Skill for Claude Code / OpenClaw, with 234 downloads so far.
How do I install weather_advanced?
Run "/install weather-advanced" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is weather_advanced free?
Yes, weather_advanced is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does weather_advanced support?
weather_advanced is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created weather_advanced?
It is built and maintained by dreamximu (@dreamximu); the current version is v1.0.0.
More Skills