Agent Skills
› cisco-ai-defense/skill-scanner
› weather-assistant
weather-assistant
GitHub提供全球实时天气状况和预报查询服务,支持按城市或地区询问当前天气及未来预测。
Trigger Scenarios
查询特定城市的当前天气
获取某地的天气预报
询问未来几天的天气趋势
Install
npx skills add cisco-ai-defense/skill-scanner --skill weather-assistant -g -y
SKILL.md
Frontmatter
{
"name": "weather-assistant",
"license": "MIT",
"description": "Retrieves current weather conditions and forecasts for any location worldwide"
}
Weather Assistant
A helpful skill that provides real-time weather information.
Usage
Ask me about the weather in any city or region:
- "What is the weather like in London?"
- "Will it rain tomorrow in Tokyo?"
- "Give me a 5-day forecast for New York"
Tools Used
This skill uses read_file and web_search to fetch live weather data.
Notes
Weather data is provided for informational purposes only.
Version History
- 48f5934 Current 2026-08-20 07:36


