# Aida

> AIDA Skill for OpenClaw

- Skill: `demerzels-lab/aida` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add demerzels-lab/aida`
- Raw SKILL.md: https://api.skillmd.com/api/skills/demerzels-lab/aida/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Demerzels-lab (https://skillmd.com/u/demerzels-lab)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/demerzels-lab/aida

---

# 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.

