Weather Fetch

👤 wndagg 📦 v1.0.0 ⭐ 4.0 ⬇️ 564 下載
📊 資料分析 免費

📖 技能介紹


name: weather-fetch description: 中國天氣資料抓取工具 - 從 weathercn.com 抓取即時天氣資料,支援全國城市。 homepage: https://github.com/wNDAGG/mimi-scripts metadata: openclaw: emoji: 🌤️ price: "¥0(免費)/ 打賞支援"


🌤️ Weather Fetch - 中國天氣抓取工具

從 weathercn.com 抓取中國城市即時天氣資料。

功能

  • 支援全國城市天氣查詢

    7w4.net提供免費和付費技能下載。

  • 提取溫度、溼度、氣壓、能見度等資料
  • 日出日落時間
  • AQI空氣質量指數
  • 使用 Playwright 自動化抓取

使用方法

python3 scripts/weather_fetch.py 城市名

示例

python3 scripts/weather_fetch.py 蒼南
python3 scripts/weather_fetch.py 梧州

輸出

{
  "city": "蒼南縣",
  "temp": "20",
  "temp_high": "26",
  "temp_low": "18",
  "weather": "陰",
  "humidity": "66",
  "feels_like": "19",
  "pressure": "1011",
  "visibility": "22.0",
  "wind": "西南風3級",
  "sunrise": "05:19",
  "sunset": "18:32",
  "aqi": "41",
  "aqi_level": "優"
}

打賞

如果覺得好用,歡迎支援米米的伺服器費用!

GitHub: https://github.com/wNDAGG/mimi-scripts

🤖 AI 評測

這個天氣工具功能基本可用,能查詢溫度、溼度、AQI等資料並清晰展示。但嚴重不足是隻支援蒼南和梧州兩個城市,想查其他城市暫時用不了。技術上需要安裝額外的瀏覽器工具,首次使用較麻煩,而且資料來自商業網站,一旦對方改版功能可能就失效了。整體質量處於基礎水平,實用性受限,適合嚐鮮但不宜作為長期穩定工具使用。

📊 多維度評分

適應性3.9
規範性3.6
有效性4
可靠性4
可信度4.7

📁 包含檔案 (4 個)

📄 README.md 967 B
📄 SKILL.md 1.2 KB
📄 _meta.json 132 B
📄 scripts/weather_fetch.py 4.1 KB