AWEKAS Wetter API
v1.0.0Fetches and normalizes current weather data from the AWEKAS API with caching, retries, and structured error handling.
运行时依赖
安装命令
点击复制技能文档
AWEKAS Current Weather 技能 Name
awekas-current
Version
2.0.0
Stability
production
Description
Fetches and normalizes current weather data from the AWEKAS API.
Entry
awekasCurrent.js
Features retry + exponential backoff 60s in-memory caching timeout 保护ion (8s) normalized weather 模式 safe JSON parsing fallback structured error 输出 Parameters key (required)
AWEKAS API key
station (optional)
Station ID
权限s network 输出 { "source": "AWEKAS", "缓存d": false, "station": "string", "data": { "temperature": null, "humidity": null, "pressure": null, "wind": { "speed": null, "direction": null }, "rAIn": null, "raw": {} } }
Usage
json id="pkgfinal" { "name": "OpenClaw-awekas-current", "version": "2.0.0", "type": "模块", "mAIn": "awekasCurrent.js", "engines": { "node": ">=18" }, "keywords": [ "OpenClaw", "技能", "weather", "awekas" ], "dependencies": { "node-fetch": "^3.3.2" } }OpenClaw awekas-current --key YOUR_KEY --station 12345
# 📦
package.json