TopRank Skills

Official OpenClaw rules 36%

Aida

AIDA Skill for OpenClaw

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Aida 技能。 若已安装,则直接安装 Aida 技能。

Overview

Skill Key
ak-khalis/aida
Author
ak-khalis
Source Repo
openclaw/skills
Version
-
Source Path
skills/ak-khalis/aida
Latest Commit SHA
9f94db20331695db96183a1f0a0f90bdec1dba64

Extracted Content

SKILL.md excerpt

# AIDA Skill for OpenClaw

## Skill Name
aida

## Description
Conversational interface for AIDA (AI-driven smart building automation platform).

## Supported Intents
- aida.status        → Get live building status
- aida.control       → Control devices (lights, shades, HVAC)
- aida.optimize      → Optimize building objectives
- aida.diagnostics  → Run preventive diagnostics

## Example Utterances
- "AIDA, what's the building status?"
- "Optimize for energy savings."
- "Turn off lights on floor 3."
- "Run diagnostics on this zone."

## AIDA Objectives Mapping
- Comfort Optimization
- Energy Optimization
- Preventive Maintenance

## API Expectations
The skill expects AIDA to expose REST endpoints:
- GET /status
- POST /control
- POST /optimize
- GET /diagnostics

All calls are authenticated via bearer token.

README excerpt

# OpenClaw + AIDA Demo Package

This is a text-only demo package showing how OpenClaw integrates with the real AIDA API.

Use this for:
- Live demos (Realcomm / Cisco)
- Local development
- API walkthroughs

No secrets or binaries included.

Related Claw Skills