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.
git clone --depth 1 https://github.com/google/adk-go /tmp/weather && cp -r /tmp/weather/examples/skills/skills/weather ~/.claude/skills/weatherSKILL.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.
A skill to calculate grocery prices with country-specific taxes.
Author or rework a runnable example under `examples/` in the ADK Go repository — the directory, `main.go`, the README with its Mermaid diagram and real transcript, and the index row. Use when adding a sample for a feature (workflow graph, tool, registry client, model backend, server), when asked to "add an example" for something, or when bringing an existing example up to the repo's standard.