Step 1: Check 'references/weatherinfo.md' for the current weather. Step 2: If humidity is requested, use run 'scripts/gethumidity.py' with the location argument. Step 3: If wind speed is requested, use the getwindspeed tool. Step 4: Provide the update to the user.
$npx -y skills add google/adk-python --skill weather-skillInstalls into the current project.
Run `npx skills use "https://github.com/google/adk-python" --skill "google/adk-python/weather-skill"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/google/adk-python" that are relevant to the current task. Run `npx skills add "https://github.com/google/adk-python"` and select the relevant skills, then follow their instructions.