Weather Lookup

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

Sentry 1e04361 530 B Updated 845 repo stars

File contents

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.

getsentry/junior/tree/main/packages/junior-evals/fixtures/skills/weather-lookup commit 1e04361ff0

Frequently asked questions

npx skillmds@latest add getsentry/weather-lookup