Skip to content

HiClaw is an open-source Collaborative Multi-Agent OS that enables transparent, human-in-the-loop task coordination through Matrix rooms. Built on a Manager-Workers architecture, it allows humans to coordinate multiple Worker Agents to accomplish complex tasks, accelerating the realization of OPOC (One Person One Company) and enterprise digital workforce deployment.

Each Claw supports user customization and can be an OpenClaw, CoPaw, NanoClaw, ZeroClaw, or a custom enterprise Agent. The system comes pre-installed with OpenClaw.

Introduces a dedicated Manager Claw role, eliminating the need for humans to manually manage each Worker and significantly reducing management overhead.

Uses the Element IM client and Tuwunel IM server (based on the Matrix real-time communication protocol). Compared to enterprise IM solutions (such as DingTalk or Feishu/Lark), thereโ€™s no need for complex integration or approval processes โ€” experience seamless model service interaction right away.

Integrates MinIO as a shared file system for inter-Agent information exchange, supporting human collaboration with shared memory stored directly on the file system.

Integrates Higress AI Gateway to centrally manage entry points and credentials, significantly reducing security risks and eliminating user concerns about the security of native โ€œLobsterโ€ (OpenClaw) deployments.

Worker Agents never hold real API Keys or GitHub PATs โ€” they only use consumer tokens (similar to โ€œemployee badgesโ€). Even if a Worker Agent is compromised, attackers cannot obtain any real credentials.

The Manager Agent intelligently decomposes tasks and coordinates multiple Worker Agents for parallel execution, significantly enhancing the ability to handle complex workflows.

Built on the open Matrix IM protocol, all Agent communication is transparent and auditable. The system natively supports distributed deployment and federated communication.

Humans can enter any Matrix room at any time to observe Agent conversations, intervene in real-time, or correct Agent behavior, ensuring safety and control.

Comes with a built-in Matrix server โ€” no need to apply for DingTalk or Feishu/Lark bots, no waiting for internal approvals. Open your browser to use Element Web, or command your Agents anytime, anywhere via mobile Matrix clients (such as Element or FluffyChat) on iOS, Android, and Web.

A clear two-tier Manager-Worker architecture with well-defined responsibilities. Easy to extend and customize Worker Agents for different scenarios, with support for managing CoPaw, NanoClaw, ZeroClaw, or custom enterprise Agents.

A single curl | bash command completes all setup โ€” Higress AI Gateway, Matrix server, file storage, Web client, and the Manager Agent itself.

Workers can pull skills on demand from skills.sh (80,000+ community skills). Safe to use because Workers cannot access real credentials.

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ hiclaw-manager-agent โ”‚
โ”‚ Higress โ”‚ Tuwunel โ”‚ MinIO โ”‚ Element Web โ”‚
โ”‚ Manager Agent (OpenClaw) โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
โ”‚ Matrix + HTTP Files
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ hiclaw-worker-agent โ”‚ โ”‚ hiclaw-worker โ”‚
โ”‚ Worker Alice (OpenClaw)โ”‚ โ”‚ Worker Bob โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
ComponentRole
Higress AI GatewayLLM proxy, MCP Server hosting, credential management
Tuwunel (Matrix)IM server for all Agent + Human communication
Element WebBrowser client, zero configuration
MinIOCentralized file storage, Workers are stateless
OpenClawAgent runtime with Matrix plugin and skills
FeatureNative OpenClawHiClaw
DeploymentSingle processDistributed containers
Agent CreationManual configuration + restartConversational creation
Credential ManagementEach Agent holds credentialsWorkers only hold consumer tokens
Human VisibilityOptionalBuilt-in โ€” humans in every room
Mobile AccessDepends on channel setupAny Matrix client, zero configuration
MonitoringNoneManager heartbeat, visible in rooms
Worker (only holds consumer token)
โ†’ Higress AI Gateway (holds real API keys, GitHub PAT)
โ†’ LLM API / GitHub API / MCP Servers

Workers only see their consumer tokens. The Gateway handles all real credentials. The Manager knows what Workers are doing but also never touches actual keys.

Every Matrix Room includes you, the Manager, and the relevant Workers. You can intervene at any time:

You: @bob hold on, change the password rule to minimum 8 characters
Bob: Got it, updated.
Alice: Frontend validation has been updated too.

No black boxes. No hidden inter-Agent calls.