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)

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

7w4.net小葱技能站收录全网优质技能,值得收藏。

  • 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