/install awekas-current
AWEKAS Current Weather Skill\r
\r
Name\r
awekas-current\r \r
Version\r
2.0.0\r \r
Stability\r
production\r \r ---\r \r
Description\r
Fetches and normalizes current weather data from the AWEKAS API.\r \r ---\r \r
Entry\r
awekasCurrent.js\r \r ---\r \r
Features\r
\r
- retry + exponential backoff\r
- 60s in-memory caching\r
- timeout protection (8s)\r
- normalized weather schema\r
- safe JSON parsing fallback\r
- structured error output\r \r ---\r \r
Parameters\r
\r
key (required)\r
AWEKAS API key\r \r
station (optional)\r
Station ID\r \r ---\r \r
Permissions\r
- network\r \r ---\r \r
Output\r
\r
{\r
"source": "AWEKAS",\r
"cached": false,\r
"station": "string",\r
"data": {\r
"temperature": null,\r
"humidity": null,\r
"pressure": null,\r
"wind": {\r
"speed": null,\r
"direction": null\r
},\r
"rain": null,\r
"raw": {}\r
}\r
}\r
\r
\r
\r
---\r
\r
## Usage\r
\r
```bash\r
openclaw awekas-current --key YOUR_KEY --station 12345\r
\r
\r
---\r
\r
# 📦 `package.json`\r
\r
```json id="pkgfinal"\r
{\r
"name": "openclaw-awekas-current",\r
"version": "2.0.0",\r
"type": "module",\r
"main": "awekasCurrent.js",\r
"engines": {\r
"node": ">=18"\r
},\r
"keywords": [\r
"openclaw",\r
"skill",\r
"weather",\r
"awekas"\r
],\r
"dependencies": {\r
"node-fetch": "^3.3.2"\r
}\r
}
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install awekas-current - After installation, invoke the skill by name or use
/awekas-current - Provide required inputs per the skill's parameter spec and get structured output
What is AWEKAS Wetter API?
Fetches and normalizes current weather data from the AWEKAS API with caching, retries, and structured error handling. It is an AI Agent Skill for Claude Code / OpenClaw, with 80 downloads so far.
How do I install AWEKAS Wetter API?
Run "/install awekas-current" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AWEKAS Wetter API free?
Yes, AWEKAS Wetter API is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does AWEKAS Wetter API support?
AWEKAS Wetter API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AWEKAS Wetter API?
It is built and maintained by Michi K (@michik1712); the current version is v1.0.0.