What problem does it solve? NanoClaw does not ship channel integrations in its trunk, so connecting an agent to a Matrix homeserver requires manually copying the adapter, registering it, patching dependencies, and configuring bot credentials. This Skill walks through that entire setup with idempotent, re-runnable steps. ## Core Features & Use Cases - Adapter Installation: Copies the Matrix adapter and its registration test from the channels branch, appends the self-registration import, and installs the pinned @beeper/chat-adapter-matrix package. - ESM Compatibility Patching: Fixes matrix-js-sdk import paths in the adapter's published dist so it works under Node 22 strict ESM resolution. - Credential Configuration: Guides creation of a dedicated Matrix bot account with either password or access-token authentication, plus optional auto-join, allowlist, E2EE recovery key, and device ID settings. - Use Case: You want your NanoClaw agent to send and receive messages in Matrix rooms or DMs. Run this Skill to wire up the channel, then use /manage-channels to bind it to an agent group. ## Quick Start Ask the assistant to add Matrix channel support to NanoClaw and configure it with your bot account credentials.