typescript/skills/weather/SKILL.md
Get current weather and forecasts (no API key required).
npx skillsauth add kody-w/openrappter 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.
Get weather information using free services.
curl -s "wttr.in/London?format=3"
# Output: London: ⛅️ +8°C
curl -s "wttr.in/London?format=%l:+%c+%t+%h+%w"
curl -s "wttr.in/London?T"
wttr.in/New+Yorkwttr.in/JFK?m (metric) ?u (USCS)?1?0curl -s "https://api.open-meteo.com/v1/forecast?latitude=51.5&longitude=-0.12¤t_weather=true"
tools
Send and receive WhatsApp messages via wacli command-line tool.
tools
Start and manage voice calls via the openrappter voice-call plugin.
content-media
Extract frames from video files using ffmpeg for analysis or processing.
development
Manage Trello boards, lists, and cards via the Trello REST API.