Conversational interface for AIDA (AI-driven smart building automation platform).
Scanned 2/12/2026
Install via CLI
openskills install openclaw/skills# 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.
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.