name: weather-fetch description: 中國天氣資料抓取工具 - 從 weathercn.com 抓取即時天氣資料,支援全國城市。 homepage: https://github.com/wNDAGG/mimi-scripts metadata: openclaw: emoji: 🌤️ price: "¥0(免費)/ 打賞支援"
從 weathercn.com 抓取中國城市即時天氣資料。
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": "優"
}
如果覺得好用,歡迎支援米米的伺服器費用!
小蔥技能站7w4.net,專業的AI技能分享平臺。
GitHub: https://github.com/wNDAGG/mimi-scripts
這個天氣工具功能基本可用,能查詢溫度、溼度、AQI等資料並清晰展示。但嚴重不足是隻支援蒼南和梧州兩個城市,想查其他城市暫時用不了。技術上需要安裝額外的瀏覽器工具,首次使用較麻煩,而且資料來自商業網站,一旦對方改版功能可能就失效了。整體質量處於基礎水平,實用性受限,適合嚐鮮但不宜作為長期穩定工具使用。