What problem does it solve? Setting up an end-to-end encrypted messaging channel for an AI agent normally requires writing a custom adapter and wiring credentials, registration, and routing by hand. This Skill installs and configures a native DeltaChat channel adapter so an agent can send and receive encrypted messages over standard email infrastructure. ## Core Features & Use Cases - Native adapter installation: Copies the DeltaChat adapter and its registration test from the channels branch, appends the self-registration import, and pins the @deltachat/stdio-rpc-server dependency. - Credential and account setup: Configures IMAP/SMTP credentials with selectable security modes (SSL/TLS, STARTTLS) and persists account data including Autocrypt encryption keys. - Contact wiring: Generates an invite link and QR code for the SecureJoin handshake, then wires DeltaChat DMs and groups to agent groups via database records. - Use Case: A self-hosted assistant operator wants to chat with their agent over encrypted email-based messaging; they run this Skill to install the adapter, add credentials, restart the service, and pair their DeltaChat app via QR code. ## Quick Start Ask the assistant to add the DeltaChat channel to your NanoClaw installation and walk you through credentials and pairing.