← Back to Skills Marketplace
129
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gooduone-weather
Description
查询城市天气情况。使用场景:用户询问某个城市的天气、温度、或天气预报时。
README (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" 查看天气预报中的降水信息。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gooduone-weather - After installation, invoke the skill by name or use
/gooduone-weather - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 天气查询?
查询城市天气情况。使用场景:用户询问某个城市的天气、温度、或天气预报时。 It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.
How do I install 天气查询?
Run "/install gooduone-weather" 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 gooduone (@gooduone); the current version is v1.0.0.
More Skills