DeepCamera webhook-trigger

POST Aegis events to webhook URLs

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/webhook" ~/.claude/skills/sharpai-deepcamera-webhook-trigger && rm -rf "$T"
manifest: skills/automation/webhook/SKILL.md
source content

Webhook Trigger

Posts SharpAI Aegis events as JSON to any webhook URL. Works with Zapier, IFTTT, Make, n8n, or custom endpoints.

Setup

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