天气查询

v1.0.0

查询城市天气情况。使用场景:用户询问某个城市的天气、温度、或天气预报时。

0· 132·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for gooduone/gooduone-weather.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "天气查询" (gooduone/gooduone-weather) from ClawHub.
Skill page: https://clawhub.ai/gooduone/gooduone-weather
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install gooduone-weather

ClawHub CLI

Package manager switcher

npx clawhub@latest install gooduone-weather
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

chinavk97fgfvmp5ny9sqcasm5h1dkmd83kqtzlatestvk97fgfvmp5ny9sqcasm5h1dkmd83kqtzweathervk97fgfvmp5ny9sqcasm5h1dkmd83kqtz
132downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

天气查询 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" 查看天气预报中的降水信息。

Comments

Loading comments...