with one click
mqtt-automation
Publish Aegis events to MQTT broker
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Publish Aegis events to MQTT broker
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Real-time depth map privacy transforms using Depth Anything v2 (CoreML + PyTorch)
LLM & VLM evaluation suite for home security AI applications
YOLO 2026 — state-of-the-art real-time object detection
Google Coral Edge TPU — real-time object detection natively (macOS / Linux)
Google Coral Edge TPU — real-time object detection natively via Windows WSL
Connectivity, chat, JSON & streaming regression tests for all enabled cloud LLM providers
| name | mqtt-automation |
| description | Publish Aegis events to MQTT broker |
| version | 1.0.0 |
| parameters | [{"name":"broker","label":"MQTT Broker","type":"string","default":"localhost","required":true,"group":"Connection"},{"name":"port","label":"Port","type":"number","default":1883,"group":"Connection"},{"name":"username","label":"Username","type":"string","group":"Connection"},{"name":"password","label":"Password","type":"password","group":"Connection"},{"name":"topic_prefix","label":"Topic Prefix","type":"string","default":"aegis","group":"MQTT"},{"name":"events","label":"Events to Publish","type":"string","default":"clip_completed,person_detected,alert","description":"Comma-separated event types","group":"MQTT"}] |
| capabilities | {"automation":{"script":"scripts/mqtt_publish.py","description":"Publishes Aegis events to MQTT topics"}} |
Publishes SharpAI Aegis events to an MQTT broker. Integrate with Home Assistant, Node-RED, or any MQTT-compatible automation platform.
| Event | Topic | When |
|---|---|---|
clip_completed | aegis/{camera_id}/clip_completed | New clip analyzed |
person_detected | aegis/{camera_id}/person_detected | Person identified |
alert | aegis/{camera_id}/alert | Smart alert triggered |
camera_offline | aegis/{camera_id}/camera_offline | Camera stops responding |
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt