view --main weather-skill-skill-dlya-polucheniya-dannyh-o-pogode.md
weather-skill: Скилл для получения данных о погоде
readonly
--- lines
---
name: weather-skill
description: A skill that provides weather information based on reference data.
metadata:
adk_additional_tools:
- get_wind_speed
---
Step 1: Check 'references/weather_info.md' for the current weather.
Step 2: If humidity is requested, use run 'scripts/get_humidity.py' with the `location` argument.
Step 3: If wind speed is requested, use the `get_wind_speed` tool.
Step 4: Provide the update to the user.
Инициализация мануала...
//
$ ls -R related_skills/
package.json
$ install --global
skills.sh
npx skills add https://github.com/gabrielmoreira/agent-skills-mirror/tree/main/mirrors/repos/google@adk-python/contributing/samples/skills_agent/skills/weather-skill
$ download --local
man
[HINT] Скачивает всю директорию скилла с GitHub: SKILL.md и все связанные файлы