$npx -y skills add SharpAI/DeepCamera --skill webhookPOST Aegis events to webhook URLs
| 1 | # Webhook Trigger |
| 2 | |
| 3 | Posts SharpAI Aegis events as JSON to any webhook URL. Works with Zapier, IFTTT, Make, n8n, or custom endpoints. |
| 4 | |
| 5 | ## Setup |
| 6 | |
| 7 | ```bash |
| 8 | python3 -m venv .venv && source .venv/bin/activate |
| 9 | pip install -r requirements.txt |
| 10 | ``` |