channel-management
Channel Management
Manages communication channels, admin identity recognition, trusted contacts, and primary channel configuration.
Gotchas
- Primary channel cannot be set to "matrix" — Matrix DM is the default fallback. Use
--action resetto revert to it - Unknown senders in group rooms must be silently ignored — no response at all, until admin explicitly approves them as trusted contacts
- Trusted contacts must never receive sensitive info — no API keys, tokens, passwords, Worker credentials, or internal config. No management operations either
- When calling
messagetool from a Matrix session, you MUST explicitly setchannelandtarget— otherwise the message goes to the current Matrix room instead of the primary channel tofield in primary-channel.json maps totargetparameter inmessagetool — pass the value directly, no transformation needed- First-contact protocol: always ask in admin's language — match the language they used in their message
Operation Reference
Read the relevant doc before executing. Do not load all of them.
More from agentscope-ai/hiclaw
coding-cli
将编码工作委托给 Manager 持有的 AI CLI 工具(Claude Code / Gemini CLI / qodercli)执行
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.
1human-management
Use when admin requests adding a human user to the system, changing human permissions, removing human access, or managing human accounts.
1