Matrix
Connect OpenClaw to the Matrix decentralized communication protocol. Chat with your AI assistant through any Matrix client.
Install
openclaw plugins install @openclaw/matrix
Configuration Example
{
channels: {
matrix: {
accounts: {
default: {
homeserverUrl: "https://matrix.example.com",
userId: "@bot:example.com",
accessToken: "YOUR_TOKEN",
enabled: true
}
}
}
}
}
channels
official
By
Comments
Sign in to leave a comment