What problem does it solve? Connecting messaging platforms like Telegram, Slack, Discord, and WhatsApp to AI agent groups requires coordinating database rows, channel credentials, engagement modes, and isolation policies. This Skill guides that wiring process end-to-end, preventing misconfigured routings and orphaned sessions. ## Core Features & Use Cases - State Assessment: Queries the central SQLite database to categorize channels as wired, configured-but-unwired, or not configured, and audits privileged user roles. - Channel Wiring: Registers new messaging groups and wirings via the register step or ncl CLI, resolving engage modes, threading, and unknown-sender policies from adapter declarations. - Isolation Management: Helps choose between shared conversations, shared agents with separate sessions, or fully separate agents when adding channels or groups. - Use Case: After adding a second Telegram group, run the pairing flow, then wire it to an existing agent group with the correct session mode and engagement pattern. ## Quick Start Ask the assistant to assess the current channel configuration and wire a new Telegram group to an existing agent group.