$npx -y skills add VeerMuchandi/rad-skills --skill weather-skill______________________________________________________________________
| 1 | ______________________________________________________________________ |
| 2 | |
| 3 | ## name: weather-skill description: A skill that provides weather information based on reference data. |
| 4 | |
| 5 | Step 1: Check 'references/weather_info.md' for the current weather. |
| 6 | Step 2: If humidity is requested, use run 'scripts/get_humidity.py' with the `location` argument. |
| 7 | Step 3: If wind speed is requested, use the `get_wind_speed` tool. |
| 8 | Step 4: Provide the update to the user. |