with one click
channel-signal
Signal messaging channel for Clawdbot agent
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
Signal messaging channel for Clawdbot agent
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 | channel-signal |
| description | Signal messaging channel for Clawdbot agent |
| version | 1.0.0 |
| parameters | [{"name":"signal_cli_path","label":"signal-cli Path","type":"string","default":"signal-cli","group":"Connection"},{"name":"phone_number","label":"Bot Phone Number","type":"string","required":true,"placeholder":"+1234567890","group":"Connection"}] |
| capabilities | {"messaging_channel":{"script":"scripts/channel.py","description":"Signal messaging channel","supported_actions":["send","send_file","react","reply"]}} |
Connect SharpAI Aegis's Clawdbot agent to Signal — the most private messaging channel. Uses signal-cli for bot communication.
# Install signal-cli first: https://github.com/AsamK/signal-cli
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt