Skip to main content
ClaudeWave
Skill8.1k estrellas del repoactualizado today

weather

This Claude Code skill retrieves and reports current weather information for supported countries by accessing country-specific JSON resource files. Use it when users ask about weather conditions in the United States or Poland, the two countries with available weather data files in the skill's references directory.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/google/adk-go /tmp/weather && cp -r /tmp/weather/examples/skills/skills/weather ~/.claude/skills/weather
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Weather Skill

This skill provides weather information for different countries.

## Instructions
1. When asked about weather in a specific country, check if there is a resource file for that country in the `references/` directory.
2. The resource file will be named `weather_<country_code>.json`. Supports `us` and `pl`.
3. Report the weather for the country to the user.