AgentSkillsCN

weather-alerts

为美国某地查询当前生效的天气警报与预警信息。当用户询问预警、观察、警示,或需要特定地区的"任何天气警报"、恶劣天气情况时使用。

SKILL.md
--- frontmatter
name: weather-alerts
description: Check active weather alerts and warnings for a US location. Use when the user asks about warnings, watches, advisories, "any weather alerts", or severe weather for a specific area.

Fetch active NWS alerts using the get_weather_alerts tool.

If the user provides a city name instead of a zip code, determine the most likely 5-digit US zip code for that area.

If alerts are active, present each one with event type, severity, headline, key details, and expiration time. If no alerts are active, let the user know the area is clear.