Skip to main content

Matrix Agents

Facilitates multi-agent coordination using a self-hosted Matrix server, enabling real-time communication between OpenClaw instances.

Install this skill

or
87/100

Security score

The Matrix Agents skill was audited on Mar 2, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 102

Curl to non-GitHub URL

SourceSKILL.md
102curl -X PUT "http://localhost:8008/_matrix/client/v3/rooms/ROOM_ID/send/m.room.message/txn$(date +%s)" \
medium line 138

Access to hidden dotfiles in home directory

SourceSKILL.md
138**Bridge not receiving messages**: Check that the bridge is running and the `since` token is being saved (check `~/.matrix-bridge-since`).
low line 29

External URL reference

SourceSKILL.md
29python3 bridge.py --user @claw:home.local --password <password> --openclaw-url http://localhost:18789 --openclaw-token <your-token>
low line 71

External URL reference

SourceSKILL.md
71--openclaw-url http://localhost:18789 \
low line 102

External URL reference

SourceSKILL.md
102curl -X PUT "http://localhost:8008/_matrix/client/v3/rooms/ROOM_ID/send/m.room.message/txn$(date +%s)" \
Scanned on Mar 2, 2026
View Security Dashboard