Jump to related tools in the same category or review the original source on GitHub.

CLI Utilities @ryansorr1 Updated 6/28/2026 1,821 downloads 2 stars Security: Pass

My Weather OpenClaw Plugin & Skill | ClawHub

Looking to integrate My Weather into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate cli utilities tasks instantly, without having to write custom tools from scratch.

What this skill does

Get current weather using wttr.in (no API key required).

Install

ClawHub CLI
openclaw skills install @ryansorr1/my-weather
Node.js (npx)
npx clawhub@latest install my-weather

Full SKILL.md

Open original

SKILL.md content below is scrollable.

My Weather

Get current weather using wttr.in (no API key required).

Example

curl -s "wttr.in/78023?format=3"
# Output: San Antonio: ⛅️ +28°C

Location

Use city name, airport code, or zip code:

curl -s "wttr.in/London?format=3"
curl -s "wttr.in/JFK?format=3"
curl -s "wttr.in/78023?format=3"

Format options

  • ?format=3 - Compact one-liner
  • ?format=%l:+%c+%t+%h+%w - Custom format
  • ?T - Full forecast
  • ?0 - Current only
  • ?1 - Today only

Units

  • ?m - Metric
  • ?u - USCS
ClawHub Registry URL: https://clawhub.ai/ryansorr1/skills/my-weather

Related skills

If this matches your use case, these are close alternatives in the same category.