بنقرة واحدة
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