apps/api/test/fixtures/benign-weather/SKILL.md
Get current weather and forecasts for any city using OpenWeatherMap API.
npx skillsauth add mohibshaikh/clawvet weather-forecastInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You can check the weather for any city. Use the OpenWeatherMap API.
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:
development
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
tools
Create a git commit with a contextual message based on current changes, then push the branch.
tools
A simple todo list manager that stores tasks in a local JSON file.
development
Formats and lints markdown files for consistency.