
weather-lookup
✓ Official★ 276by getsentry · part of getsentry/junior
Look up current weather conditions for a city. Use when users ask about weather, temperature, or forecast for a location.
🧰 Not standalone. This skill ships with getsentry/junior and only works together with that tool — install the tool first, then add this skill.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
Weather Lookup
Return a simulated weather report when invoked.
Workflow
- Parse the city name from the user's request.
- Respond with a simulated weather report:
- City: the requested city
- Temperature: 72°F / 22°C
- Conditions: Partly cloudy
- Wind: 8 mph NW
- Note that this is simulated data for demonstration purposes.
Copy & paste — that's it
npx skills add https://github.com/getsentry/junior --skill weather-lookupRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under Apache-2.0— you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub →