← Back to Plugins
Featured Channels OpenClaw

Matrix

OpenClaw By OpenClaw 👁 11 views ▲ 0 votes

Connect OpenClaw to the Matrix decentralized communication protocol. Chat with your AI assistant through any Matrix client.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...