Weather Query

v1.0.0

Provides real-time weather, hourly and 7-day forecasts by city name, coordinates, or IP without needing an API key using wttr.in and Open-Meteo services.

0· 117·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 371166758-qq/qf-weather.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Weather Query" (371166758-qq/qf-weather) from ClawHub.
Skill page: https://clawhub.ai/371166758-qq/qf-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 qf-weather

ClawHub CLI

Package manager switcher

npx clawhub@latest install qf-weather
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description promise (real-time, hourly, 7‑day forecasts via wttr.in and Open‑Meteo) aligns with the SKILL.md examples. There are no unexpected required binaries, env vars, or installs that would be unnecessary for a weather query skill.
Instruction Scope
SKILL.md contains only usage examples and brief notes about fallback to Open‑Meteo. It does not instruct reading local files or environment variables. One small ambiguity: it says 'supports IP定位' but doesn't state whether the agent will automatically determine the caller's IP or require the user to provide it — automatic IP lookup would disclose the caller's IP to the external weather service. Otherwise instructions stay within expected scope.
Install Mechanism
No install spec and no code files (instruction-only). This is the lowest-risk install model — nothing is written to disk by the skill itself.
Credentials
The skill requires no environment variables or credentials. That is proportionate for a public-API weather lookup.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges or modify other skills. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
Assessment
This is an instruction-only weather skill that makes outbound calls to public APIs (wttr.in and Open‑Meteo). It requests no secrets and has no install phase, so its footprint is small. Before installing, consider: (1) If you or your environment are sensitive about exposing your IP, avoid automatic IP-based lookups — provide a city name or coordinates instead, or confirm how the agent will obtain the IP. (2) The SKILL.md's privacy claims ('does not record queries' and 'direct requests') cannot be verified from the package alone — network requests will go to the external services and those services may log requests. (3) wttr.in can be slow or rate-limited; the fallback to Open‑Meteo is noted. If those tradeoffs are acceptable, the skill appears coherent with its stated purpose.

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

forecastvk97a5dwe9qs0tsm3ef7pnggve983q2halatestvk97a5dwe9qs0tsm3ef7pnggve983q2haopen-meteovk97a5dwe9qs0tsm3ef7pnggve983q2haweathervk97a5dwe9qs0tsm3ef7pnggve983q2hawttrvk97a5dwe9qs0tsm3ef7pnggve983q2ha
117downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

weather — 天气查询技能

🎯 能力概览

  • 实时天气(当前温度、体感、湿度、风速、能见度)
  • 24 小时逐小时预报
  • 7 日天气预报
  • 支持城市名、经纬度、IP 定位
  • 无需 API Key(基于 wttr.in + Open-Meteo 免费服务)

🌐 使用方式

# 当前位置天气
weather

# 指定城市
weather beijing

# 指定坐标(纬度,经度)
weather 39.9042,116.4074

# 指定单位(c/f/k)
weather shanghai --unit c

⚠️ 注意事项

  • wttr.in 有时响应较慢,自动 fallback 到 Open-Meteo
  • 国内用户推荐用城市名(如 weather 深圳),解析更准

🛡️ 隐私承诺

  • 所有请求直连公开气象 API,不经过 OpenClaw 服务器
  • 不记录你的查询历史

Comments

Loading comments...