What problem does it solve? NanoClaw has no built-in Signal support, and Signal offers no bot API, so connecting an agent to Signal requires registering a real account, running a signal-cli daemon, and wiring a custom channel adapter — a multi-step process this Skill automates and documents end to end. ## Core Features & Use Cases - Native Signal Adapter: Copies a JSON-RPC-over-TCP adapter into src/channels/, registers it in the channel barrel, and validates it with a build plus an integration test. - Account Registration Guidance: Walks through registering a dedicated phone number (CAPTCHA, SMS/voice verification) or linking as a secondary device via QR code. - Wiring and Access Control: Shows how to route Signal DMs and groups to agent groups via SQL, grant user roles, and troubleshoot daemon, routing, and membership issues. - Use Case: You want your NanoClaw assistant reachable over Signal. Run this Skill to install the adapter, register a number, configure SIGNAL_* credentials, restart the service, and wire your Signal DM to an agent. ## Quick Start Ask the agent to add the Signal channel to NanoClaw and walk you through registering a phone number with signal-cli.