matrix-server-management
Installation
SKILL.md
Matrix Server Management
Manage the Tuwunel Matrix Homeserver at ${HICLAW_MATRIX_SERVER}. User ID format: @<username>:${HICLAW_MATRIX_DOMAIN}.
Gotchas
- Workers IGNORE messages without
m.mentions— they haverequireMention: true. You MUST includem.mentions.user_idswith the full Matrix user ID for Workers to process the message (MSC3952) - User IDs in body text and
m.mentions.user_idsmust match exactly — partial or mismatched IDs cause silent failures trusted_private_chatpreset auto-joins all invited members — no invite acceptance needed- Matrix accounts cannot be deleted via API — reuse the same username on reset
- Do NOT use this skill for Worker/project creation —
create-worker.shandcreate-project.shhandle Matrix operations internally
Operation Reference
| Situation | Read |
|---|---|
| Any Matrix API call (register, login, rooms, messages, mentions, file upload) | references/api-reference.md |