Get current weather using wttr.in (no API key needed)
Scanned 9/11/2026
Install to Claude Code
npx -y skills add ponybunny-ai/ponybunny --skill weather --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Weather?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ponybunny-ai-weather)More formats (shields.io, HTML) on the badges page.
---
name: weather
description: Get current weather using wttr.in (no API key needed)
---
# Weather Skill
To get the weather for a location, use `execute_command` with `curl`.
## Usage
```bash
curl -s "wttr.in/Location?format=3"
```
## Examples
**User:** "What's the weather in London?"
**Action:** `execute_command("curl -s 'wttr.in/London?format=3'")`
**User:** "Weather in San Francisco"
**Action:** `execute_command("curl -s 'wttr.in/San+Francisco?format=3'")`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!