Agent skill
query-weather
Retrieve current weather and forecast for a specific location. Use this skill when the user asks for weather information.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/query-weather
SKILL.md
Query Weather
This skill allows you to fetch weather information for a given city or location.
Instructions
- Identify the Location: Extract the location/city name from the user's request. If no location is specified, default to "Beijing".
- Execute Weather Query: Run the provided weather script.
bashReplace
~/.claude/skills/query-weather/weather.sh "<LOCATION>"<LOCATION>with the actual city name. - Present Results: The script returns a formatted weather report. Present this information clearly to the user.
Didn't find tool you were looking for?