i18n/skills/productivity/weather/SKILL.md
通过 wttr.in 或 Open-Meteo 获取当前天气和预报。适用于:用户询问天气、温度或任何地点的预报。不适用于:历史天气数据、极端天气警报或详细的气象分析。无需 API 密钥。
npx skillsauth add Jst-Well-Dan/Skill-Box weatherInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
获取当前天气状况和预报。
✅ 在以下情况下使用此技能:
❌ 在以下情况下不要使用此技能:
在天气查询中始终包含城市、地区或机场代码。
# 单行摘要
curl "wttr.in/Beijing?format=3"
# 详细的当前状况
curl "wttr.in/Shanghai?0"
# 特定城市
curl "wttr.in/New+York?format=3"
# 3 天预报
curl "wttr.in/Guangzhou"
# 周预报
curl "wttr.in/Shenzhen?format=v2"
# 特定日期(0=今天, 1=明天, 2=后天)
curl "wttr.in/Beijing?1"
# 单行格式
curl "wttr.in/Beijing?format=%l:+%c+%t+%w"
# JSON 输出
curl "wttr.in/Beijing?format=j1"
# PNG 图像
curl "wttr.in/Beijing.png"
%c — 天气状况表情符号%t — 温度%f — “体感温度”%w — 风力%h — 湿度%p — 降水量%l — 地点“天气如何?”
curl -s "wttr.in/Beijing?format=%l:+%c+%t+(体感+%f),+%w+风,+%h+湿度"
“会下雨吗?”
curl -s "wttr.in/Beijing?format=%l:+%c+%p"
“周末预报”
curl "wttr.in/Beijing?format=v2"
curl wttr.in/PEKtools
Extract frames or short clips from videos using ffmpeg.
tools
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
tools
Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".
development
Best practices for Remotion - Video creation in React