← 返回 Skills 市场
129
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install gooduone-weather
功能描述
查询城市天气情况。使用场景:用户询问某个城市的天气、温度、或天气预报时。
使用说明 (SKILL.md)
天气查询 Skill
当用户询问某个城市的天气时,使用以下命令查询。
使用方法
# 查询北京天气
curl "wttr.in/Beijing?lang=zh"
# 查询上海天气(简洁格式)
curl "wttr.in/Shanghai?format=3"
# 查询指定城市 3 天天气预报
curl "wttr.in/Guangzhou?lang=zh"
参数说明
lang=zh- 中文显示format=3- 简洁一行格式format=j1- JSON 格式输出
示例对话
用户: "今天北京天气怎么样?"
回复: 执行 curl "wttr.in/Beijing?lang=zh" 并将结果告诉用户。
用户: "上海会下雨吗?"
回复: 执行 curl "wttr.in/Shanghai?lang=zh" 查看天气预报中的降水信息。
安全使用建议
This skill is low-risk and coherent for simple weather lookups. Things to consider before installing: the agent will make network requests to a third-party (wttr.in), so queries and your agent's IP will be visible to that service; if you care about privacy or internal network restrictions, disable network access or avoid using the skill. Prefer using https://wttr.in in practice (the SKILL.md examples omit the scheme). Ensure curl is available in the runtime environment. If you need enterprise-grade guarantees (privacy, rate limits, uptime), consider using an authenticated weather API instead.
功能分析
Type: OpenClaw Skill
Name: gooduone-weather
Version: 1.0.0
The skill bundle provides standard instructions for querying weather information using the legitimate public service wttr.in via curl. The commands in SKILL.md are transparent, safe, and strictly aligned with the stated purpose of providing weather updates without any signs of data exfiltration or malicious execution.
能力评估
Purpose & Capability
Name/description = weather lookup; SKILL.md shows concrete curl examples targeting wttr.in for city weather and forecasts — this is directly aligned and proportional.
Instruction Scope
Runtime instructions only direct the agent to run curl against wttr.in (with options for format and language). There are no instructions to read local files, access unrelated env vars, or transmit data to other endpoints.
Install Mechanism
No install spec and no code files (instruction-only). This is the lowest-risk model: nothing is written to disk by the skill itself.
Credentials
The skill requires no environment variables, credentials, or config paths — consistent with a public HTTP-based weather query approach.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent presence or modify other skills/config; normal autonomous invocation behavior applies but is not exploited here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gooduone-weather - 安装完成后,直接呼叫该 Skill 的名称或使用
/gooduone-weather触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the weather skill:
- Provides city weather queries and forecasts in Chinese.
- Supports customizable output formats (full, concise, JSON).
- Includes example commands for querying current weather and multi-day forecasts.
- Offers sample conversations for practical usage guidance.
元数据
常见问题
天气查询 是什么?
查询城市天气情况。使用场景:用户询问某个城市的天气、温度、或天气预报时。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 129 次。
如何安装 天气查询?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gooduone-weather」即可一键安装,无需额外配置。
天气查询 是免费的吗?
是的,天气查询 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
天气查询 支持哪些平台?
天气查询 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 天气查询?
由 gooduone(@gooduone)开发并维护,当前版本 v1.0.0。
推荐 Skills