Weather Check

👤 cutthemustard 📦 v1.0.0 ⭐ 4.1 ⬇️ 836 下载
🏠 生活服务 免费

📖 技能介绍


name: weather-check description: Current weather conditions and multi-day forecasts for any location worldwide. version: 1.0.0 metadata: openclaw: emoji: "🌤️" homepage: https://weather.agentutil.net always: false


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

    小葱技能有更好的技能skills插件。

  • 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.

🤖 AI 评测

这个天气查询工具能帮您查询全球任意地点的天气和预报,操作方式也比较简单直接。不过文档偏向功能说明而非使用指南,对于普通用户来说缺少通俗易懂的操作指引和实际应用示例。基础功能完整,但如果您需要更详细的使用帮助,可能需要额外查找资料。总体来说是一个功能明确但文档深度有待提升的工具。

📊 多维度评分

适应性3.8
规范性4
有效性4.5
可靠性3.4
可信度4.4

📁 包含文件 (2 个)

📄 SKILL.md 1.4 KB
📄 _meta.json 132 B