DeepCamera channel-matrix

Matrix/Element messaging channel for Clawdbot agent

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

Matrix Channel

Connect SharpAI Aegis's Clawdbot agent to Matrix/Element. Have full conversations — search clips, get alerts, control cameras — all from your Matrix room.

Setup

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