← All skills
Tencent SkillHub · Communication & Collaboration

weather

查询全球任何城市的当前天气情况。当用户询问天气、查询城市温度、了解气象状况时使用此技能。支持中文、英文、拼音输入,自动匹配最佳位置。默认查询北京。

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

查询全球任何城市的当前天气情况。当用户询问天气、查询城市温度、了解气象状况时使用此技能。支持中文、英文、拼音输入,自动匹配最佳位置。默认查询北京。

⬇ 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, scripts/weather.py, references/weather_details.md

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.2

Documentation

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

天气查询技能

查询指定城市的当前天气信息,包括温度、天气状况、风速、风向等。

快速使用

执行天气查询: printf '%s\n' "$ARGUMENTS" | python3 "scripts/weather.py" 参数处理: 城市参数支持中文、英文、拼音 自动过滤"天气"、"怎么样"等修饰词 无参数时默认查询北京 输出解析:脚本返回格式化的天气信息,提取核心数据呈现给用户。

详细参考

城市支持与查询技巧:见 references/weather_details.md 故障排除指南:见 references/weather_details.md#故障排除

示例用法

查询北京天气 → 自动触发,查询北京 /weather 上海 → 查询上海天气 纽约温度多少 → 查询纽约天气 London weather → 查询伦敦天气 脚本自动处理城市名匹配和地理编码,优先匹配知名城市。

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
2 Docs1 Scripts
  • SKILL.md Primary doc
  • references/weather_details.md Docs
  • scripts/weather.py Scripts