with one click
webhook-trigger
POST Aegis events to webhook URLs
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
POST Aegis events to webhook URLs
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 | webhook-trigger |
| description | POST Aegis events to webhook URLs |
| version | 1.0.0 |
| parameters | [{"name":"webhook_url","label":"Webhook URL","type":"url","required":true,"group":"Connection"},{"name":"secret","label":"Webhook Secret","type":"password","description":"Sent as X-Aegis-Secret header","group":"Connection"},{"name":"events","label":"Events to Send","type":"string","default":"clip_completed,person_detected,alert","group":"Webhook"}] |
| capabilities | {"automation":{"script":"scripts/webhook.py","description":"POSTs Aegis events to webhook URL"}} |
Posts SharpAI Aegis events as JSON to any webhook URL. Works with Zapier, IFTTT, Make, n8n, or custom endpoints.
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt