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 automates that entire idempotent setup flow. ## Core Features & Use Cases - Adapter Installation: Fetches the Matrix adapter and its registration test from the channels branch, wires self-registration into the channel barrel, and installs the pinned @beeper/chat-adapter-matrix package. - ESM Compatibility Patching: Fixes matrix-js-sdk import paths so the adapter runs 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 invite auto-join allowlists and E2EE recovery keys. - Use Case: You want your NanoClaw agent to answer messages in a Matrix room. Run this Skill to install the adapter, configure the bot account, validate the build, and then wire the channel to an agent group. ## Quick Start Ask the assistant to add the Matrix channel to NanoClaw and configure it with your bot account credentials.