1---2name: my-weather3description: My Weather4---5# My Weather67Get current weather using wttr.in (no API key required).89## Example1011```bash12curl -s "wttr.in/78023?format=3"13# Output: San Antonio: ⛅️ +28°C14```1516## Location1718Use city name, airport code, or zip code:1920```bash21curl -s "wttr.in/London?format=3"22curl -s "wttr.in/JFK?format=3"23curl -s "wttr.in/78023?format=3"24```2526## Format options2728- `?format=3` - Compact one-liner29- `?format=%l:+%c+%t+%h+%w` - Custom format30- `?T` - Full forecast31- `?0` - Current only32- `?1` - Today only3334## Units3536- `?m` - Metric37- `?u` - USCS
Run npx skillmds@latest add javimosch/my-weather in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
My Weather It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.