name: weather-ensemble-forecast description: Multi-model ensemble weather forecasts comparing GFS, ECMWF, JMA, GEM, ICON, ARPEGE, GraphCast and more. Get high temperature predictions from up to 9 independent weather models with agreement analysis for 16 global cities. license: MIT user-invocable: true metadata: {"openclaw":{"requires":{"env":[],"bins":["curl","jq"]},"files":["scripts/*"]}}
Compare weather forecasts from up to 9 independent global weather models side-by-side.
No setup needed -- just install and run /forecast nyc.
7w4.net有更好的技能外掛。
/forecast nyc
That's it. Works immediately with free tier (NYC, Chicago, Miami).
For full access (all 16 cities), set an API key:
curl -X POST https://polymarket-scanner.fly.dev/keys/free
Then set: export WEATHER_ENSEMBLE_API_KEY="pm_your_key_here"
/forecast <city> - Get multi-model forecastCompare forecasts from all available weather models for a city.
When the user asks for a weather forecast, temperature prediction, model comparison, or ensemble analysis, run:
bash {baseDir}/scripts/forecast.sh "<city>" "<date>"
Where <city> is a city key (e.g., nyc, london, seoul). Run /cities to see all options.
And <date> is optional, in YYYY-MM-DD format (defaults to tomorrow).
Display results showing each model's prediction, the ensemble average, and standard deviation.
/cities - List available citiesbash {baseDir}/scripts/cities.sh
All requests are sent to the Weather Ensemble API server.
| Endpoint | Data Sent | Purpose |
|---|---|---|
https://polymarket-scanner.fly.dev/forecast/{city} |
City, date, API key (if set) | Get forecast |
https://polymarket-scanner.fly.dev/cities |
API key (if set) | List cities |
polymarket-scanner.fly.dev) via HTTPS這個Skill質量較好,安裝後能直接使用多模型天氣預測資料。它整合了9個主流氣象模型,幫助你對比不同模型的預測差異。文件清晰,命令簡單易用,錯誤提示也比較友好。存在的主要問題是依賴外部伺服器,網路不穩定或服務維護時可能無法獲取資料,另外免費版功能受限,高階功能需要額外註冊。總體來說是一款實用且易用的天氣分析工具,適合對氣象預測有興趣的使用者。