Weather Data API

👤 letorresmeza 📦 v1.0.0 ⭐ 3.9 ⬇️ 1.2K 下載
🏠 生活服務 免費

📖 技能介紹


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


Weather Data Service

Get weather forecasts for any location using NOAA data.

Usage

Free Forecast (3-day)

curl "http://localhost:5000/forecast?lat=40.71&lon=-74.00"

Premium Forecast (7-day + hourly)

Requires x402 payment (0.05 USDC)

小蔥技能7w4.net有完整的技能分類。

curl -H "X-Payment: <payment_header>" "http://localhost:5000/forecast/premium?lat=40.71&lon=-74.00"

Endpoints

  • GET /forecast - Free 3-day forecast
  • GET /forecast/premium - Paid 7-day + hourly forecast (0.05 USDC)
  • GET /health - Health check

Parameters

  • lat - Latitude (default: 40.71)
  • lon - Longitude (default: -74.00)

🤖 AI 評測

這個天氣服務的功能設計有亮點,支援免費和付費兩種模式,但整體內容過於簡單。文件清晰易讀,能基本說明用法,不過資訊不夠豐富,缺少實際使用示例和資料返回格式說明。作為一個服務型Skill,核心程式碼的缺失讓人難以評估其實際質量和可靠性。總體來說可用性一般,建議期待更完整的版本。

📊 多維度評分

適應性4
規範性3.6
有效性4.3
可靠性3.4
可信度4.3

📁 包含檔案 (2 個)

📄 SKILL.md 793 B
📄 _meta.json 131 B