Jump to related tools in the same category or review the original source on GitHub.

Smart Home & IoT @ak-khalis Updated 2/26/2026

Aida OpenClaw Skill - ClawHub

Do you want your AI agent to automate Aida workflows? This free skill from ClawHub helps with smart home & iot tasks without building custom tools from scratch.

What this skill does

aida

Install

npx clawhub@latest install aida

Full SKILL.md

Open original

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.

Original URL: https://github.com/openclaw/skills/blob/main/skills/ak-khalis/aida

Related skills

If this matches your use case, these are close alternatives in the same category.