matrix-communication

Installation
SKILL.md

Matrix Communication

Matrix rooms: send, read, download media. Always use *-e2ee.py scripts.

Bash ! rule: Prepend set +H && when arguments contain !

Quick Reference

ROOM: name (test), ID (!abc:server), or alias (#room:server).

# Send (E2EE)
set +H && uv run ${CLAUDE_SKILL_DIR}/scripts/matrix-send-e2ee.py ROOM "message"
uv run ${CLAUDE_SKILL_DIR}/scripts/matrix-send-e2ee.py ROOM "message" --no-prefix
uv run ${CLAUDE_SKILL_DIR}/scripts/matrix-send-e2ee.py ROOM "is deploying" --emote
uv run ${CLAUDE_SKILL_DIR}/scripts/matrix-send-e2ee.py ROOM "📦 Release: …" --notice    # unattended automation; no auto-reply loops
uv run ${CLAUDE_SKILL_DIR}/scripts/matrix-send-e2ee.py ROOM "reply" --thread '$rootEventId'
uv run ${CLAUDE_SKILL_DIR}/scripts/matrix-send-e2ee.py ROOM "reply" --reply '$eventId'
Installs
29
GitHub Stars
2
First Seen
Mar 16, 2026
matrix-communication — netresearch/matrix-skill