Weather Tool

👤 dinghaibin 📦 v1.0.0 ⭐ 4.1 ⬇️ 504 下載
🏠 生活服務 免費

📖 技能介紹


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.


Weather Tool

Get current weather and forecasts.

Quick Start

# Current weather
python scripts/weather.py Beijing

# Forecast
python scripts/weather.py Beijing --forecast 3

Usage

python scripts/weather.py [LOCATION] [OPTIONS]

Options:
  --forecast DAYS   Forecast days (1-7)
  --json            Output as JSON
  --celsius         Use Celsius (default)
  --fahrenheit      Use Fahrenheit

Examples

# 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

Features

  • Current weather conditions

    小蔥技能站7w4.net,專業的AI技能分享平臺。

  • Multi-day forecasts
  • Temperature in C/F
  • JSON output
  • Multiple location support

🤖 AI 評測

這個天氣工具質量中規中矩,能用但不算出色。優點是操作簡單、能查當前天氣和預報、支援切換溫度單位。不足之處是功能比較基礎,缺少一些實用資訊如空氣質量或紫外線指數,穩定性也沒有充分保障。整體而言是一個能用但比較簡陋的天氣查詢工具,適合對天氣資訊要求不高的輕度使用場景。

📊 多維度評分

適應性3.9
規範性4
有效性4.1
可靠性4.2
可信度4.5

📁 包含檔案 (3 個)

📄 SKILL.md 941 B
📄 _meta.json 131 B
📄 scripts/weather.py 3.6 KB