AI Skill
The AI skill provides a natural language interface to the Meteostat CLI. It allows you to ask questions about weather and climate data in plain English and get instant answers — no need to remember commands or parameters.
📚 Installation
First, install the Meteostat CLI as described in the overview section. Then, add the skill for the AI agent of your choice:
- Claude
- Copilot
- OpenCode
- Kiro
For Claude, run the following command:
curl -o .claude/skills/meteo/SKILL.md \
https://raw.githubusercontent.com/meteostat/cli/refs/heads/main/.claude/skills/meteo/SKILL.md
or using wget:
wget -O .claude/skills/meteo/SKILL.md \
https://raw.githubusercontent.com/meteostat/cli/refs/heads/main/.claude/skills/meteo/SKILL.md
For GitHub Copilot, run the following command:
curl -o .copilot/skills/meteo/SKILL.md \
https://raw.githubusercontent.com/meteostat/cli/refs/heads/main/.copilot/skills/meteo/SKILL.md
or using wget:
wget -O .copilot/skills/meteo/SKILL.md \
https://raw.githubusercontent.com/meteostat/cli/refs/heads/main/.copilot/skills/meteo/SKILL.md
For OpenCode, run the following command:
curl -o .opencode/skills/meteo/SKILL.md \
https://raw.githubusercontent.com/meteostat/cli/refs/heads/main/.opencode/skills/meteo/SKILL.md
or using wget:
wget -O .opencode/skills/meteo/SKILL.md \
https://raw.githubusercontent.com/meteostat/cli/refs/heads/main/.opencode/skills/meteo/SKILL.md
For Kiro, run the following command:
curl -o .kiro/skills/meteo/SKILL.md \
https://raw.githubusercontent.com/meteostat/cli/refs/heads/main/.kiro/skills/meteo/SKILL.md
or using wget:
wget -O .kiro/skills/meteo/SKILL.md \
https://raw.githubusercontent.com/meteostat/cli/refs/heads/main/.kiro/skills/meteo/SKILL.md
🚀 Usage
Now you can ask questions about weather and climate data in natural language. For example, you can ask:
What was the hottest day in Frankfurt in the 2020s?
The AI agent will then use the skill to query the Meteostat CLI and provide you with an answer. Something like this:
The hottest day in Frankfurt in the 2020s was August 4, 2022, with a maximum temperature of 38.5°C, recorded at the Frankfurt Westend station. This was during the major European heat wave of summer 2022.