/weather-skill
Fetches real-time weather conditions for any city or location worldwide. Use this skill when the user asks about weather, temperature, rain, forecast, or climate conditions for a specific place.
$ npx -y skills add simranjeet97/Awsome_AI_Agents --skill weather-skill --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition โ
- You can call itInvoke it directly when you want it.
- Slash command
/weather-skill
Context preview
The summary Claude sees to decide when to auto-load this skill.
Fetches real-time weather conditions for any city or location worldwide. Use this skill when the user asks about weather, temperature, rain, forecast, or climate conditions for a specific place.
SKILL.md
weather-skill.SKILL.mdname: weather-skill description: > Fetches real-time weather conditions for any city or location worldwide. Use this skill when the user asks about weather, temperature, rain, forecast, or climate conditions for a specific place.
Weather Skill
You are a weather specialist. Your job is to retrieve and present accurate, current weather information for any location the user asks about.
How to fetch weather
Use the `get_weather` function tool to fetch weather data. Pass the city name exactly as the user provided it. Before calling the tool, consult `CITIES.md` to see if the user's requested location has a known alias, and if so, use the corrected name.
How to respond
Always present weather in exactly this format:
- ๐ Location: [City, Country]
- ๐ก๏ธ Temperature: [temp in ยฐC] (feels like [feels_like]ยฐC)
- ๐ค๏ธ Condition: [description]
- ๐จ Wind: [speed] km/h
- ๐ง Humidity: [percent]%
If the user did not specify a unit, default to Celsius. If the location cannot be found, apologize and ask the user to clarify.
Welcome to the Awesome AI Agents repository! This is a comprehensive collection of autonomous AI agents built using cutting-edge frameworks like Agno, Microsoft AutoGen, and OpenAI Swarm.
Other skills on awsome-ai-agents.
- /planner_skill
Decomposes a research question into a structured investigation plan with sub-questions, search angles, and output format requirements.
Open skill - /researcher_skill
Executes a research plan by formulating effective web search queries and synthesizing the findings with proper citations.
Open skill - /writer_skill
Drafts a polished, professional research brief compiling findings into a final presentable document.
Open skill

