add-matrix

Integrate Matrix channels into NanoClaw agents via the standard management workflow.

Updated May 7, 2026
One-click install
npx skills add https://github.com/Bartunek/nanoclaw --skill add-matrix-bartunek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-matrix
Source: https://github.com/Bartunek/nanoclaw/tree/main/.claude/skills/add-matrix
Command: npx skills add https://github.com/Bartunek/nanoclaw --skill add-matrix-bartunek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Matrix channel integration in NanoClaw enables adding Matrix-based conversations to agents running in secure containers, bridging Matrix users with the agent ecosystem.

Core Features & Use Cases

  • Copy the Matrix adapter from the channels branch to enable Matrix support.
  • Install and patch the Matrix adapter, ensuring ESM compatibility and proper registration within src/channels.
  • Use the standard channel management workflow to connect Matrix rooms (groups or direct messages) to an agent group, enabling automated interactions.

Quick Start

Enable the Matrix channel for your agent group.

Frequently Asked Questions about add-matrix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect a Matrix homeserver to an agent group?

Matrix channel integration bridges Matrix users with an agent ecosystem running in secure containers. It enables automated interactions by connecting Matrix rooms, including group chats and direct messages, to agent groups.

How do I install and patch the Matrix adapter for ESM compatibility?

You install and patch the Matrix adapter by copying it from the channels branch and ensuring proper registration within src/channels. This patches imports to guarantee ESM compatibility for the channel integration workflow.

Can I use Matrix rooms for direct messages with agents in secure containers?

Yes, you can use Matrix rooms for direct messages with agents. The integration supports scenarios where teams communicate through Matrix rooms, bridging users with agents running in a secure containerized workflow.

What is the process to enable Matrix channel support via a Chat SDK?

Enabling Matrix channel support involves copying the adapter from the channels branch, patching imports for ESM compatibility, and wiring the channel via the standard management workflow to connect rooms to agents.

Do I need to patch imports when adding a Matrix channel integration?

Yes, you need to patch imports when adding a Matrix channel integration. Patching the Matrix adapter ensures ESM compatibility and proper registration within the src/channels directory during setup.