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

  1. Identify the Location: Extract the location/city name from the user's request. If no location is specified, default to "Beijing".
  2. Execute Weather Query: Run the provided weather script.
    bash
    ~/.claude/skills/query-weather/weather.sh "<LOCATION>"
    
    Replace <LOCATION> with the actual city name.
  3. Present Results: The script returns a formatted weather report. Present this information clearly to the user.

Didn't find tool you were looking for?

Be as detailed as possible for better results