add-matrix

Integrate Matrix chat functionality into the NanoClaw agent environment.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-matrix-vincentchong123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-matrix
Source: https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy/tree/main/.claude/skills/add-matrix
Command: npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-matrix-vincentchong123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @beeper/chat-adapter-matrix, matrix-js-sdk.

What problem does it solve?

This skill enables the integration of Matrix-based communication channels into your NanoClaw agent, allowing for seamless interaction across Matrix rooms and direct messages.

Core Features & Use Cases

  • Channel Integration: Adds the Matrix adapter to the NanoClaw Chat SDK bridge.
  • Flexible Authentication: Supports both standard username/password and secure access token authentication methods.
  • Use Case: Use this skill to connect your agent to a specific Matrix homeserver, enabling it to participate in group chats or handle direct messages as part of your automated workflow.

Quick Start

Run the add-matrix skill to fetch the adapter, install the required dependencies, and configure your Matrix credentials for the agent.

Frequently Asked Questions about add-matrix

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

FAQPage Schema
How do I integrate Matrix chat channels into a NanoClaw agent?

You can connect a NanoClaw agent to Matrix by deploying the Chat SDK adapter, which manages room subscriptions, authentication, and message handling via the Matrix protocol.

What credentials do I need to connect an agent to a Matrix homeserver?

Connecting an agent to a Matrix homeserver requires valid Matrix account credentials, supporting either standard username/password or secure access token authentication methods for establishing a connection.

Does the Matrix chat adapter require Node.js and pnpm to run?

Yes, setting up the Matrix chat adapter requires Node.js and pnpm to install dependencies like the matrix-js-sdk and establish a secure connection to your Matrix homeserver.

Can I use an access token instead of a password for Matrix authentication?

Yes, you can use a secure access token instead of a standard username and password for Matrix authentication, providing a flexible way to connect your agent to the homeserver.

What is the best way to handle direct messages in a NanoClaw automated workflow?

Integrating the Matrix chat adapter into NanoClaw enables automated workflows to handle direct messages and participate in group chats by managing room subscriptions and cross-platform communication.