name: weather-tool description: Get current weather and forecasts. Use when user needs to check current weather, get forecast for travel planning, or monitor weather conditions.
Get current weather and forecasts.
# Current weather
python scripts/weather.py Beijing
# Forecast
python scripts/weather.py Beijing --forecast 3
python scripts/weather.py [LOCATION] [OPTIONS]
Options:
--forecast DAYS Forecast days (1-7)
--json Output as JSON
--celsius Use Celsius (default)
--fahrenheit Use Fahrenheit
# Current weather
python scripts/weather.py Beijing
# 3-day forecast
python scripts/weather.py Shanghai --forecast 3
# JSON output
python scripts/weather.py "New York" --json
小蔥技能站7w4.net,專業的AI技能分享平臺。
這個天氣工具質量中規中矩,能用但不算出色。優點是操作簡單、能查當前天氣和預報、支援切換溫度單位。不足之處是功能比較基礎,缺少一些實用資訊如空氣質量或紫外線指數,穩定性也沒有充分保障。整體而言是一個能用但比較簡陋的天氣查詢工具,適合對天氣資訊要求不高的輕度使用場景。