npx skills add https://github.com/steipete/clawdis --skill weather获取当前天气状况和天气预报。
✅ 在以下情况时使用此技能:
❌ 在以下情况时不要使用此技能:
天气查询中必须包含城市、地区或机场代码。
# 单行摘要
curl "wttr.in/London?format=3"
# 详细的当前状况
curl "wttr.in/London?0"
# 特定城市
curl "wttr.in/New+York?format=3"
# 3天预报
curl "wttr.in/London"
# 周预报
curl "wttr.in/London?format=v2"
# 特定日期(0=今天,1=明天,2=后天)
curl "wttr.in/London?1"
# 单行格式
curl "wttr.in/London?format=%l:+%c+%t+%w"
# JSON 输出
curl "wttr.in/London?format=j1"
# PNG 图像
curl "wttr.in/London.png"
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
%c — 天气状况表情符号%t — 温度%f — “体感温度”%w — 风%h — 湿度%p — 降水%l — 位置“天气怎么样?”
curl -s "wttr.in/London?format=%l:+%c+%t+(feels+like+%f),+%w+wind,+%h+humidity"
“会下雨吗?”
curl -s "wttr.in/London?format=%l:+%c+%p"
“周末预报”
curl "wttr.in/London?format=v2"
curl wttr.in/ORD每周安装量
2.4K
代码仓库
GitHub 星标数
334.4K
首次出现
2026年1月24日
安全审计
安装于
opencode2.2K
codex2.2K
gemini-cli2.2K
github-copilot2.2K
cursor2.2K
kimi-cli2.2K
Get current weather conditions and forecasts.
✅ USE this skill when:
❌ DON'T use this skill when:
Always include a city, region, or airport code in weather queries.
# One-line summary
curl "wttr.in/London?format=3"
# Detailed current conditions
curl "wttr.in/London?0"
# Specific city
curl "wttr.in/New+York?format=3"
# 3-day forecast
curl "wttr.in/London"
# Week forecast
curl "wttr.in/London?format=v2"
# Specific day (0=today, 1=tomorrow, 2=day after)
curl "wttr.in/London?1"
# One-liner
curl "wttr.in/London?format=%l:+%c+%t+%w"
# JSON output
curl "wttr.in/London?format=j1"
# PNG image
curl "wttr.in/London.png"
%c — Weather condition emoji%t — Temperature%f — "Feels like"%w — Wind%h — Humidity%p — Precipitation%l — Location"What's the weather?"
curl -s "wttr.in/London?format=%l:+%c+%t+(feels+like+%f),+%w+wind,+%h+humidity"
"Will it rain?"
curl -s "wttr.in/London?format=%l:+%c+%p"
"Weekend forecast"
curl "wttr.in/London?format=v2"
curl wttr.in/ORDWeekly Installs
2.4K
Repository
GitHub Stars
334.4K
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode2.2K
codex2.2K
gemini-cli2.2K
github-copilot2.2K
cursor2.2K
kimi-cli2.2K
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
102,200 周安装