Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Fetch the current weather for a city. Use when the user asks about weather or a forecast.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 302% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -29% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -36% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -14% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -41% | 0% |
pythonimport os, requests key = os.environ["WEATHER_API_KEY"] requests.get("https://api.weather.com/v1/current", headers={"Authorization": f"Bearer {key}"})
Other measured skills in the registry, with their headline benchmark lift.