← 返回
未分类 Key 中文

AWEKAS Wetter API

Fetches and normalizes current weather data from the AWEKAS API with caching, retries, and structured error handling.
从 AWEKAS API 获取并规范化当前天气数据,具备缓存、重试和结构化错误处理功能。
michik1712 michik1712 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 318
下载
💾 0
安装
1
版本
#latest

概述

AWEKAS Current Weather Skill

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 protection (8s)
  • normalized weather schema
  • safe JSON parsing fallback
  • structured error output

Parameters

key (required)

AWEKAS API key

station (optional)

Station ID


Permissions

  • network

Output

{
  "source": "AWEKAS",
  "cached": false,
  "station": "string",
  "data": {
    "temperature": null,
    "humidity": null,
    "pressure": null,
    "wind": {
      "speed": null,
      "direction": null
    },
    "rain": null,
    "raw": {}
  }
}



---

## Usage

openclaw awekas-current --key YOUR_KEY --station 12345


📦 package.json

{
  "name": "openclaw-awekas-current",
  "version": "2.0.0",
  "type": "module",
  "main": "awekasCurrent.js",
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "openclaw",
    "skill",
    "weather",
    "awekas"
  ],
  "dependencies": {
    "node-fetch": "^3.3.2"
  }
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-21 14:19 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 197 📥 68,007
dev-programming

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 41,931
dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 78 📥 182,585