원클릭으로
channel-matrix
Matrix/Element messaging channel for Clawdbot agent
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Matrix/Element messaging channel for Clawdbot agent
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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 | channel-matrix |
| description | Matrix/Element messaging channel for Clawdbot agent |
| version | 1.0.0 |
| parameters | [{"name":"homeserver","label":"Homeserver URL","type":"url","default":"https://matrix.org","required":true,"group":"Connection"},{"name":"access_token","label":"Bot Access Token","type":"password","required":true,"group":"Connection"},{"name":"room_id","label":"Room ID","type":"string","required":true,"placeholder":"!abc123:matrix.org","group":"Connection"}] |
| capabilities | {"messaging_channel":{"script":"scripts/channel.py","description":"Matrix messaging channel","supported_actions":["send","send_file","react","edit","delete","reply","thread-reply"]}} |
Connect SharpAI Aegis's Clawdbot agent to Matrix/Element. Have full conversations — search clips, get alerts, control cameras — all from your Matrix room.
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt