HiClaw Introduction
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.
Core Features
Section titled โCore Featuresโ๐ฆ Customizable โClawsโ
Section titled โ๐ฆ Customizable โClawsโโ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.
๐งฌ Dedicated Manager Claw Role
Section titled โ๐งฌ Dedicated Manager Claw RoleโIntroduces a dedicated Manager Claw role, eliminating the need for humans to manually manage each Worker and significantly reducing management overhead.
โ๏ธ Native Matrix Communication
Section titled โโ๏ธ Native Matrix Communicationโ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.
๐ฆ Shared File System (MinIO)
Section titled โ๐ฆ Shared File System (MinIO)โIntegrates MinIO as a shared file system for inter-Agent information exchange, supporting human collaboration with shared memory stored directly on the file system.
๐ Secure Entry via Higress AI Gateway
Section titled โ๐ Secure Entry via Higress AI Gatewayโ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.
Why Choose HiClaw
Section titled โWhy Choose HiClawโEnterprise-Grade Security
Section titled โEnterprise-Grade Securityโ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.
Multi-Agent Group Chat Network
Section titled โMulti-Agent Group Chat NetworkโThe Manager Agent intelligently decomposes tasks and coordinates multiple Worker Agents for parallel execution, significantly enhancing the ability to handle complex workflows.
Matrix Protocol Driven
Section titled โMatrix Protocol DrivenโBuilt on the open Matrix IM protocol, all Agent communication is transparent and auditable. The system natively supports distributed deployment and federated communication.
Full Human Oversight
Section titled โFull Human Oversightโ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.
Truly Out-of-the-Box IM Experience
Section titled โTruly Out-of-the-Box IM Experienceโ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.
Manager-Worker Architecture
Section titled โManager-Worker Architectureโ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.
One-Click Launch
Section titled โOne-Click LaunchโA single curl | bash command completes all setup โ Higress AI Gateway, Matrix server, file storage, Web client, and the Manager Agent itself.
Skills Ecosystem
Section titled โSkills EcosystemโWorkers can pull skills on demand from skills.sh (80,000+ community skills). Safe to use because Workers cannot access real credentials.
Architecture Overview
Section titled โArchitecture Overviewโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ hiclaw-manager-agent โโ Higress โ Tuwunel โ MinIO โ Element Web โโ Manager Agent (OpenClaw) โโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ Matrix + HTTP Filesโโโโโโโโโโโโโโโโโโโโดโโโโโโโ โโโโโโโโโโโโโโโโโโโ hiclaw-worker-agent โ โ hiclaw-worker โโ Worker Alice (OpenClaw)โ โ Worker Bob โโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโComponent Description
Section titled โComponent Descriptionโ| Component | Role |
|---|---|
| Higress AI Gateway | LLM proxy, MCP Server hosting, credential management |
| Tuwunel (Matrix) | IM server for all Agent + Human communication |
| Element Web | Browser client, zero configuration |
| MinIO | Centralized file storage, Workers are stateless |
| OpenClaw | Agent runtime with Matrix plugin and skills |
HiClaw vs Native OpenClaw
Section titled โHiClaw vs Native OpenClawโ| Feature | Native OpenClaw | HiClaw |
|---|---|---|
| Deployment | Single process | Distributed containers |
| Agent Creation | Manual configuration + restart | Conversational creation |
| Credential Management | Each Agent holds credentials | Workers only hold consumer tokens |
| Human Visibility | Optional | Built-in โ humans in every room |
| Mobile Access | Depends on channel setup | Any Matrix client, zero configuration |
| Monitoring | None | Manager heartbeat, visible in rooms |
Security Model
Section titled โSecurity ModelโWorker (only holds consumer token) โ Higress AI Gateway (holds real API keys, GitHub PAT) โ LLM API / GitHub API / MCP ServersWorkers only see their consumer tokens. The Gateway handles all real credentials. The Manager knows what Workers are doing but also never touches actual keys.
Human in the Loop
Section titled โHuman in the Loopโ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 charactersBob: Got it, updated.Alice: Frontend validation has been updated too.No black boxes. No hidden inter-Agent calls.
Related Links
Section titled โRelated Linksโ- Official Website: https://hiclaw.io/
- GitHub Repository: https://github.com/higress-group/HiClaw
- Quick Start: docs/quickstart.md
- Architecture Documentation: docs/architecture.md