matrix-message

star 55

Send messages and manage rooms using Matrix Synapse at {{MATRIX_HOST}}:{{MATRIX_PORT}}.

bidewio By bidewio schedule Updated 2/21/2026

name: matrix-message description: "Send messages and manage rooms using Matrix Synapse at {{MATRIX_HOST}}:{{MATRIX_PORT}}." metadata: openclaw: emoji: "🟢"


Matrix Messaging

Matrix Synapse is available at http://{{MATRIX_HOST}}:{{MATRIX_PORT}} within the Docker network.

Send a Message

curl -X PUT "http://{{MATRIX_HOST}}:{{MATRIX_PORT}}/_matrix/client/v3/rooms/{room_id}/send/m.room.message/{txn_id}" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $MATRIX_ACCESS_TOKEN" \
  -d '{"msgtype": "m.text", "body": "Hello from OpenClaw!"}'

Tips for AI Agents

  • Matrix is a decentralized protocol — rooms can span multiple servers.
  • Use end-to-end encryption for sensitive communications.
  • Supports file uploads, reactions, and threaded conversations.
Install via CLI
npx skills add https://github.com/bidewio/better-openclaw --skill matrix-message
Repository Details
star Stars 55
call_split Forks 8
navigation Branch main
article Path SKILL.md
More from Creator