← 返回
效率工具 中文

Weather Check

Current weather conditions and multi-day forecasts for any location worldwide.
全球任意地点的实时天气状况及多日天气预报。
cutthemustard
效率工具 clawhub v1.0.0 1 版本 99822.1 Key: 无需
★ 0
Stars
📥 561
下载
💾 18
安装
1
版本
#latest

概述

weather-check

Get current weather conditions and multi-day forecasts for any location by name or coordinates.

Endpoints

Current Weather

curl -X POST https://weather.agentutil.net/v1/current \
  -H "Content-Type: application/json" \
  -d '{"location": "London"}'

Or by coordinates: {"lat": 51.51, "lon": -0.13}

Forecast

curl -X POST https://weather.agentutil.net/v1/forecast \
  -H "Content-Type: application/json" \
  -d '{"location": "Tokyo", "days": 7}'

Days: 1-16 (default 7).

Response Format

{
  "location": {"name": "London", "country": "GB", "latitude": 51.51, "longitude": -0.13},
  "current": {
    "temperature": {"celsius": 12.5, "fahrenheit": 54.5},
    "humidity": 72,
    "conditions": "Overcast",
    "wind": {"speed_kmh": 15.2, "direction_degrees": 230}
  },
  "request_id": "abc-123",
  "service": "https://weather.agentutil.net"
}

Pricing

  • Free tier: 10 queries/day, no authentication required
  • Paid tier: $0.001/query via x402 protocol (USDC on Base)

Privacy

No authentication required for free tier. No personal data collected. Rate limiting uses IP hashing only.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 12:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,299
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,656
ai-intelligence

Clawhub Skill

cutthemustard
对照实时数据源核实事实陈述,返回带有置信度的结构化判定结果。
★ 0 📥 1,080