DeepCamera mqtt-automation

Publish Aegis events to MQTT broker

install
source · Clone the upstream repo
git clone https://github.com/SharpAI/DeepCamera
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/SharpAI/DeepCamera "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/automation/mqtt" ~/.claude/skills/sharpai-deepcamera-mqtt-automation && rm -rf "$T"
manifest: skills/automation/mqtt/SKILL.md
source content

MQTT Automation

Publishes SharpAI Aegis events to an MQTT broker. Integrate with Home Assistant, Node-RED, or any MQTT-compatible automation platform.

Events Published

EventTopicWhen
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

Setup

python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt