# Weather Lookup

> Look up current weather conditions for a city. Use when users ask about weather, temperature, or forecast for a location.

- Skill: `getsentry/weather-lookup` (Agent Skill)
- Install (CLI): `npx skillmds@latest add getsentry/weather-lookup`
- Raw SKILL.md: https://api.skillmd.com/api/skills/getsentry/weather-lookup/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Sentry (https://skillmd.com/u/getsentry)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/getsentry/weather-lookup

---


# Weather Lookup

Return a simulated weather report when invoked.

## Workflow

1. Parse the city name from the user's request.
2. Respond with a simulated weather report:
   - **City:** the requested city
   - **Temperature:** 72°F / 22°C
   - **Conditions:** Partly cloudy
   - **Wind:** 8 mph NW
3. Note that this is simulated data for demonstration purposes.

