Labsco
getsentry logo

weather-lookup

✓ Official276

by 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

  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.