← Back to Skills Marketplace
panqiang10

天气查询测试技能

by panqiang10 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
199
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install weather-test-00232417
Description
提供北京、上海等国内主要城市的实时天气查询,支持自然语言输入并返回简洁口语化天气信息。
Usage Guidance
This skill appears to do only what it claims: fetch weather for a handful of Chinese cities via a public API and requires no credentials. Before installing, consider: (1) the code uses http://wttr.in (unencrypted) — if you care about privacy or integrity of queries, change to https://wttr.in; (2) the skill sends user city names to a third-party service (wttr.in), so avoid sending sensitive info; (3) the error handling returns raw exception text to users — you may want the developer to remove or sanitize that for production; and (4) for production use consider switching to an official weather API with SLA and rate limits. If you accept these minor issues, the skill is coherent and low-risk.
Capability Analysis
Type: OpenClaw Skill Name: weather-test-00232417 Version: 1.0.1 The skill is a straightforward weather query tool that functions as described in SKILL.md. It uses the legitimate and well-known 'wttr.in' API to fetch weather data based on a hardcoded list of cities in main.py. There is no evidence of data exfiltration, unauthorized execution, or prompt injection attempts.
Capability Assessment
Purpose & Capability
Name/description match the implementation. The code and SKILL.md only require Python and the requests library to query weather for a short list of cities; there are no unrelated environment variables, binaries, or permissions requested.
Instruction Scope
Runtime instructions and code stay within the stated purpose (extract city name and call a public weather API). Two implementation notes: the code queries http://wttr.in (HTTP, not HTTPS) so queries are sent unencrypted, and the top-level exception handler returns str(e) to users which may leak internal error text. These are privacy/robustness issues, not indicators of misdirection.
Install Mechanism
No install spec; this is effectively instruction+code only. The declared dependency (requests) matches actual usage and there are no downloads or archived installs that would write arbitrary code to disk.
Credentials
The skill requests no environment variables, no credentials, and does not access system config paths. It makes outbound HTTP requests to wttr.in with the city name (no secrets involved).
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges, nor does it modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weather-test-00232417
  3. After installation, invoke the skill by name or use /weather-test-00232417
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Version 1.0.1 of weather-test-00232417 contains no file changes. - No updates or modifications detected in this version.
v1.0.0
- 初始版本发布,支持国内主要城市的实时天气查询功能 - 支持自然语言自动识别城市,无需特殊格式 - 返回口语化的简洁天气信息,包括天气状况、温度和风力 - 添加基础触发词与用法示例 - 依赖 Python 3.7+ 和 requests 库
Metadata
Slug weather-test-00232417
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 天气查询测试技能?

提供北京、上海等国内主要城市的实时天气查询,支持自然语言输入并返回简洁口语化天气信息。 It is an AI Agent Skill for Claude Code / OpenClaw, with 199 downloads so far.

How do I install 天气查询测试技能?

Run "/install weather-test-00232417" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 天气查询测试技能 free?

Yes, 天气查询测试技能 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 天气查询测试技能 support?

天气查询测试技能 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 天气查询测试技能?

It is built and maintained by panqiang10 (@panqiang10); the current version is v1.0.1.

💬 Comments