Agent skill

weather

Current weather and forecasts with wttr.in via curl for locations, rain, temperature, travel planning.

Health-Yanggithub.com/Health-YangGitHub ↗
claude-codeNOASSERTION
Install
npx skills add Health-Yang/MineEcho --skill weather --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Path: vendor/openclaw-gateway/skills/weather/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 248
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Weather Use for current weather, rain/temperature checks, forecasts, and travel planning. Need a city, region, airport code, or coordinates. ## Commands ```bash curl "wttr.in/London?format=3" curl "wttr.in/London?0" curl "wttr.in/London" curl "wttr.in/London?format=v2" curl "wttr.in/London?1" curl "wttr.in/New+York?format=3" ``` Useful formats: - `%l`: location - `%c`: condition icon - `%t`: temperature - `%f`: feels like - `%w`: wind - `%h`: humidity - `%p`: precipitation ```bash curl "wttr.in/London?format=%l:+%c+%t,+feels+%f,+rain+%p,+wind+%w" ``` JSON: ```bash curl "wttr.in/London?format=j1" ``` ## Notes - For severe alerts, aviation, marine, or official decisions, use official local weather services. - For historical climate/weather, use an archive/API, not wttr.in. - For hyper-local microclimates, prefer local sensors.

What's inside
Steps it walks through
  1. Commands
  2. Notes
Commands it runs
curl "wttr.in/London?format=3"
curl "wttr.in/London?0"
curl "wttr.in/London"
curl "wttr.in/London?format=v2"
curl "wttr.in/London?1"
curl "wttr.in/New+York?format=3"
curl "wttr.in/London?format=%l:+%c+%t,+feels+%f,+rain+%p,+wind+%w"
curl "wttr.in/London?format=j1"
More from MineEcho
All skills →
About this skill
What does the weather skill do?

Current weather and forecasts with wttr.in via curl for locations, rain, temperature, travel planning.

How do I install it?

Run `npx skills add Health-Yang/MineEcho --skill weather --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Health-Yang/MineEcho, a repository with 248 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going