← All skills
Tencent SkillHub · Communication & Collaboration

和风天气查询功能

天气查询:使用和风天气(JWT+Host)获取实时天气与未来预报;支持城市名/LocationID/经纬度;缺省地点可用 QWEATHER_DEFAULT_LOCATION。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

天气查询:使用和风天气(JWT+Host)获取实时天气与未来预报;支持城市名/LocationID/经纬度;缺省地点可用 QWEATHER_DEFAULT_LOCATION。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, lib/ed25519-private.txt, lib/gen_qweather_token.js, lib/qweather_config.js, lib/qweather_geo_tool.js, lib/qweather_hourly_tool.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 4 sections Open source page

目标

给用户提供可靠的实时天气与预报(不依赖通用 web_search)。 自动处理地点输入(城市名/经纬度/locationId)。 支持“今天/明天/后天/未来N天”等表达。

触发条件

用户提到:天气、气温、下雨、降温、风、湿度、预报、今天/明天/后天、未来几天。 一旦判定是天气问题,优先本 skill。

工作流

获取地点 若用户提供地点:调用 qweather_location_lookup({location}) 若未提供地点: 若 env 存在 QWEATHER_DEFAULT_LOCATION:使用默认地点,并明确说明“按默认地点查询” 否则追问用户城市/地点 判断查询类型 “现在/当前/实时”:调用 weather_now({location}) “今天/明天/后天/未来N天”:调用 weather_forecast({location, days}) 建议 days 映射: 今天:days=1 明天:days=2(输出前2天,重点标明第2天) 后天:days=3(重点标明第3天) “未来几天”:默认 days=3;用户说 N 天则用 N(上限 15) 输出格式 地点(解析后的 name) 实时:天气现象、气温/体感、湿度、风向风力、观测时间 预报:每天最高/最低、白天/夜间天气、降水(如有)、风力

约束

不要使用 web_search 代替天气数据源。 API 失败时:返回明确错误,并提示检查 env: QWEATHER_API_HOST / QWEATHER_PROJECT_ID / QWEATHER_CREDENTIALS_ID / QWEATHER_PRIVATE_KEY_PATH 或使用 QWEATHER_DEFAULT_LOCATION 设置默认查询地点

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts1 Docs1 Files
  • SKILL.md Primary doc
  • lib/gen_qweather_token.js Scripts
  • lib/qweather_config.js Scripts
  • lib/qweather_geo_tool.js Scripts
  • lib/qweather_hourly_tool.js Scripts
  • lib/ed25519-private.txt Files