Skip to content
AI & Agents
Skill

/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.

From plugin
awsome-ai-agents
2084 skills
Install
$ npx -y skills add simranjeet97/Awsome_AI_Agents --skill weather-skill --agent claude-code

How 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.md
name: 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.

Ships withawsome-ai-agents

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.

Get the whole plugin
Stats
212
Stars
74
Forks
Maintained
Maintenance
Jupyter Notebook
Language
Apache-2.0
License
4mo ago
Last commit
1y ago
Created

Repo: simranjeet97/Awsome_AI_Agents