Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Fetches current weather data for any city using OpenWeatherMap API.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 274% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 515% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 262% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -15% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 156% | 0% |
Fetches current weather data for any city using OpenWeatherMap API.
export OPENWEATHER_API_KEY=your_api_keywhich curlcurl "http://api.openweathermap.org/data/2.5/weather?q=CITY&appid=$OPENWEATHER_API_KEY&units=metric"bash# Example API call curl "http://api.openweathermap.org/data/2.5/weather?q=London&appid=your_api_key&units=metric"
Expected response includes temperature, description, humidity, and pressure.
If you get "unauthorized" error:
Other measured skills in the registry, with their headline benchmark lift.