weather-cli

获取全球城市天气预报(使用 wttr.in 免费 API)

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "weather-cli" with this command: npx skills add nickcen/weather-cli

Weather CLI

免费、无需 API Key 的全球天气预报工具。

安装依赖

确保已安装 curljq

apt-get install -y curl jq  # Debian/Ubuntu

使用

# 获取北京天气(默认摄氏度)
weather Beijing

# 华氏温度
weather "New York" --unit f

# 获取特定城市的详细天气
weather "London" --full

# JSON 格式输出(用于脚本处理)
weather Tokyo --json

参数

参数说明必需
location城市名称(支持英文/中文)
--unit温度单位:c(摄氏度)或 f(华氏度)否,默认 c
--full显示完整天气信息(湿度、风速、气压)
--json输出 JSON 格式

示例输出

$ weather "Beijing"
北京, CN
═══════════════════════════════════════════
🌡️  温度: 15°C
☁️  天气: 晴
💨 风速: 3.6 km/h
💧 湿度: 45%

依赖

  • curl: HTTP 请求
  • jq: JSON 解析(仅 --json 模式需要)

数据来源

天气数据来自 wttr.in - 一个免费的无 API 限制天气服务。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Clawhub

自动登录清华网络学堂,查看待办事项,下载课件,提交作业,并批量标记课件已读,支持无人值守操作。

Registry SourceRecently Updated
General

Whop Digital Sales

Auto-create and manage digital products on Whop.com. Manages product lifecycle from creation to checkout link generation. Uses Whop REST API v1 with Company...

Registry SourceRecently Updated
General

Sellapp Autolist

Auto-creates digital products on SellApp using the v2 API. Maintains a catalog of 6+ digital products (Notion templates, PDFs, calculators, guides) priced $1...

Registry SourceRecently Updated
General

Options Trading Brain

Professional options trading intelligence system. Monitors whale flow (Unusual Whales), counts Elliott Waves, analyzes Bollinger Bands, multi-timeframe trend...

Registry SourceRecently Updated