Agent Skills
› cisco-ai-defense/skill-scanner
› weather-assistant
weather-assistant
GitHub提供全球任意地点的实时天气状况和预报查询服务,支持城市、区域及未来多日预测。
触发场景
查询某地当前天气
获取未来天气预报
安装
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.
版本历史
- 48f5934 当前 2026-08-20 07:36


