← 返回 Skills 市场
michik1712

AWEKAS Wetter API

作者 Michi K · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
80
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install awekas-current
功能描述
Fetches and normalizes current weather data from the AWEKAS API with caching, retries, and structured error handling.
使用说明 (SKILL.md)

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
}
安全使用建议
This looks reasonable for a weather API skill. Install it if you are comfortable providing an AWEKAS API key to the AWEKAS endpoint, and verify the package/version if using it in a sensitive environment.
功能分析
Type: OpenClaw Skill Name: awekas-current Version: 1.0.0 The skill is a standard weather data fetcher for the AWEKAS API. The code in awekasCurrent.js correctly implements caching, retries, and data normalization, with network access limited to the legitimate endpoint (api.awekas.at). No signs of data exfiltration, malicious execution, or prompt injection were found.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The code builds a request only to the documented AWEKAS current weather endpoint, normalizes weather fields, and returns structured data; no unrelated endpoints, shell commands, file access, or account mutations are shown.
Instruction Scope
The usage is user-invoked with a key and optional station ID, and the artifacts do not instruct the agent to override user goals, run continuously, or perform actions beyond fetching weather.
Install Mechanism
There is no install script or remote installer, but package.json depends on node-fetch with a semver range and the submitted registry version differs from the package/SKILL version, so users may want to verify package provenance.
Credentials
Network and API-key use are proportionate to AWEKAS weather access and disclosed in the docs/code, but registry metadata lists no primary credential or env vars even though the code accepts --key or AWEKAS_KEY.
Persistence & Privilege
Caching is in-memory and short-lived for weather responses; no persistent storage, background service, elevated privileges, or post-install execution is shown.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install awekas-current
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /awekas-current 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
AWEKAS Current Weather Skill 2.0.0: Major update with reliability and output improvements. - Adds retry logic with exponential backoff for API requests. - Implements 60-second in-memory caching. - Introduces 8-second timeout protection per request. - Standardizes output with a normalized weather schema. - Adds safe JSON parsing and structured error output. - Now requires Node.js 18+ and uses node-fetch 3.x.
元数据
Slug awekas-current
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

AWEKAS Wetter API 是什么?

Fetches and normalizes current weather data from the AWEKAS API with caching, retries, and structured error handling. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 80 次。

如何安装 AWEKAS Wetter API?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install awekas-current」即可一键安装,无需额外配置。

AWEKAS Wetter API 是免费的吗?

是的,AWEKAS Wetter API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AWEKAS Wetter API 支持哪些平台?

AWEKAS Wetter API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AWEKAS Wetter API?

由 Michi K(@michik1712)开发并维护,当前版本 v1.0.0。

💬 留言讨论