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.
1---2name: aida3description: AIDA Skill for OpenClaw4---5# AIDA Skill for OpenClaw67## Skill Name8aida910## Description11Conversational interface for AIDA (AI-driven smart building automation platform).1213## Supported Intents14- aida.status → Get live building status15- aida.control → Control devices (lights, shades, HVAC)16- aida.optimize → Optimize building objectives17- aida.diagnostics → Run preventive diagnostics1819## Example Utterances20- "AIDA, what's the building status?"21- "Optimize for energy savings."22- "Turn off lights on floor 3."23- "Run diagnostics on this zone."2425## AIDA Objectives Mapping26- Comfort Optimization27- Energy Optimization28- Preventive Maintenance2930## API Expectations31The skill expects AIDA to expose REST endpoints:32- GET /status33- POST /control34- POST /optimize35- GET /diagnostics3637All calls are authenticated via bearer token.
Run npx skillmds@latest add demerzels-lab/aida in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
AIDA Skill for OpenClaw It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Demerzels-lab (@demerzels-lab) published this skill. Their other Agent Skills are listed on their SkillMD profile.