$npx -y skills add SharpAI/DeepCamera --skill matrixMatrix/Element messaging channel for Clawdbot agent
| 1 | # Matrix Channel |
| 2 | |
| 3 | Connect SharpAI Aegis's Clawdbot agent to Matrix/Element. Have full conversations — search clips, get alerts, control cameras — all from your Matrix room. |
| 4 | |
| 5 | ## Setup |
| 6 | |
| 7 | ```bash |
| 8 | python3 -m venv .venv && source .venv/bin/activate |
| 9 | pip install -r requirements.txt |
| 10 | ``` |