← 返回 Skills 市场
panqiang10

天气查询测试技能

作者 panqiang10 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
199
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install weather-test-00232417
功能描述
提供北京、上海等国内主要城市的实时天气查询,支持自然语言输入并返回简洁口语化天气信息。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weather-test-00232417
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weather-test-00232417 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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 库
元数据
Slug weather-test-00232417
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

天气查询测试技能 是什么?

提供北京、上海等国内主要城市的实时天气查询,支持自然语言输入并返回简洁口语化天气信息。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 199 次。

如何安装 天气查询测试技能?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather-test-00232417」即可一键安装,无需额外配置。

天气查询测试技能 是免费的吗?

是的,天气查询测试技能 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

天气查询测试技能 支持哪些平台?

天气查询测试技能 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 天气查询测试技能?

由 panqiang10(@panqiang10)开发并维护,当前版本 v1.0.1。

💬 留言讨论