npx skills add https://github.com/chandima/agent-skills --skill weather两项免费服务,无需 API 密钥。
快速单行命令:
curl -s "wttr.in/London?format=3"
# Output: London: ⛅️ +8°C
紧凑格式:
curl -s "wttr.in/London?format=%l:+%c+%t+%h+%w"
# Output: London: ⛅️ +8°C 71% ↙5km/h
完整预报:
curl -s "wttr.in/London?T"
格式代码:%c 天气状况 · %t 温度 · %h 湿度 · %w 风 · %l 地点 · %m 月亮
提示:
Two free services, no API keys needed.
Quick one-liner:
curl -s "wttr.in/London?format=3"
# Output: London: ⛅️ +8°C
Compact format:
curl -s "wttr.in/London?format=%l:+%c+%t+%h+%w"
# Output: London: ⛅️ +8°C 71% ↙5km/h
Full forecast:
curl -s "wttr.in/London?T"
Format codes: %c condition · %t temp · %h humidity · %w wind · %l location · %m moon
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
wttr.in/New+Yorkwttr.in/JFK?m (公制) ?u (美制)?1 · 仅限当前:?0curl -s "wttr.in/Berlin.png" -o /tmp/weather.png免费,无需密钥,适合编程使用:
curl -s "https://api.open-meteo.com/v1/forecast?latitude=51.5&longitude=-0.12¤t_weather=true"
查找城市的坐标,然后查询。返回包含温度、风速、天气代码的 JSON。
每周安装数
94
代码仓库
首次出现
2026年2月7日
安全审计
安装于
opencode78
gemini-cli77
github-copilot74
codex74
cursor74
openclaw71
Tips:
wttr.in/New+Yorkwttr.in/JFK?m (metric) ?u (USCS)?1 · Current only: ?0curl -s "wttr.in/Berlin.png" -o /tmp/weather.pngFree, no key, good for programmatic use:
curl -s "https://api.open-meteo.com/v1/forecast?latitude=51.5&longitude=-0.12¤t_weather=true"
Find coordinates for a city, then query. Returns JSON with temp, windspeed, weathercode.
Weekly Installs
94
Repository
First Seen
Feb 7, 2026
Security Audits
Installed on
opencode78
gemini-cli77
github-copilot74
codex74
cursor74
openclaw71
Skills CLI 使用指南:AI Agent 技能包管理器安装与管理教程
43,100 周安装