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.mdsource 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
| Event | Topic | When |
|---|---|---|
| | New clip analyzed |
| | Person identified |
| | Smart alert triggered |
| | Camera stops responding |
Setup
python3 -m venv .venv && source .venv/bin/activate pip install -r requirements.txt