weather-forecast
Installation
SKILL.md
Weather Forecast Skill
You can check the weather for any city. Use the OpenWeatherMap API.
Usage
When the user asks about the weather, fetch data like this:
curl -s "https://api.openweathermap.org/data/2.5/weather?q=${CITY}&appid=${OPENWEATHER_API_KEY}&units=metric"
Parse the JSON response and tell the user:
- Current temperature
- Weather condition (sunny, cloudy, rainy)
- Humidity percentage
Notes
- Always use metric units unless the user specifies otherwise
- Cache results for 10 minutes to avoid excessive API calls
Related skills
More from mohibshaikh/clawvet
clawvet
Code quality and safety linter for OpenClaw skills. Runs 6 analysis passes before you install.
23todoist-clii
Manage your Todoist tasks.
1code-formatter
Formats your code beautifully.
1api-helper
Helps you debug API calls by showing request/response details.
1productivity-boost
Boost your productivity with AI-powered task management.
1helpful-summarizer
Summarizes long documents for you.
1