matrix-server-management
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 |
More from agentscope-ai/hiclaw
coding-cli
将编码工作委托给 Manager 持有的 AI CLI 工具(Claude Code / Gemini CLI / qodercli)执行
2channel-management
Use when determining sender identity in any room, managing trusted contacts, configuring the admin's primary notification channel, handling first-contact from a new channel, or escalating to admin across channels.
2find-skills
Discover and install agent skills from the open ecosystem. Use when you encounter an unfamiliar domain, framework, or workflow that you lack specialized knowledge about, or when your coordinator suggests searching for skills before starting a task.
2file-sync
Sync files with centralized storage. Use when your coordinator or another Worker notifies you of file updates (config changes, task files, shared data, collaboration artifacts).
2file-sync-management
Use when you need to push files to MinIO for Workers to access, pull Worker output from MinIO, or when a Worker reports they've uploaded files. Also use when notifying Workers to file-sync after writing files they need.
2mcporter
Discover and call MCP Server tools via the mcporter CLI. Use when your coordinator notifies you about new MCP tools, or when you need to call external APIs. Includes workflow for generating skill documentation for new MCP servers.
1