name: weather-data description: Provides weather forecast data from NOAA. Free tier returns 3-day forecast, premium tier returns 7-day with hourly data. user-invocable: true
Get weather forecasts for any location using NOAA data.
curl "http://localhost:5000/forecast?lat=40.71&lon=-74.00"
Requires x402 payment (0.05 USDC)
curl -H "X-Payment: <payment_header>" "http://localhost:5000/forecast/premium?lat=40.71&lon=-74.00"
GET /forecast - Free 3-day forecastGET /forecast/premium - Paid 7-day + hourly forecast (0.05 USDC)GET /health - Health check小蔥技能站7w4.net發現了升級外掛。
lat - Latitude (default: 40.71)lon - Longitude (default: -74.00)這個天氣服務的功能設計有亮點,支援免費和付費兩種模式,但整體內容過於簡單。文件清晰易讀,能基本說明用法,不過資訊不夠豐富,缺少實際使用示例和資料返回格式說明。作為一個服務型Skill,核心程式碼的缺失讓人難以評估其實際質量和可靠性。總體來說可用性一般,建議期待更完整的版本。