You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Web Console**| Full admin — digital employees, models, skills, knowledge, security, cron, **runtime console** (see what every employee is doing, force-recycle in one click)|
64
64
|**Desktop**| Electron app with a bundled JRE 21. Double-click, run. No Java install |
65
65
|**Webchat Widget**| One `<script>` tag embed. Drop it on any site |
@@ -74,22 +74,28 @@ Same brain. Same memory. Same tools. Different doors.
74
74
75
75
## What's in the box
76
76
77
-
### Agent runtime
78
-
**ReAct**for iterative reasoning.**Plan-and-Execute**for complex multi-step work. Dynamic context pruning, smart truncation, stale-stream cleanup — the boring stuff that makes long conversations actually work.
77
+
### Digital employees, not chatbots
78
+
You hire coworkers, not chat boxes. Each one has a **Role**, a **Goal**, a **Backstory**, a pixel-art avatar, and a color of their own — five career templates ship ready (Product Researcher · Customer Support · Knowledge Curator · Data Analyst · Executive Assistant). **ReAct**drives iterative reasoning,**Plan-and-Execute**decomposes complex multi-step work, employees can delegate to one another in parallel. Dynamic context pruning, smart truncation, stale-stream cleanup — the boring stuff that makes long conversations actually work.
79
79
80
80
### Knowledge & memory
81
-
-**LLM Wiki** — raw materials digest into linked pages with citations
81
+
-**LLM Wiki** — raw materials digest into linked pages with citations; the **hot cache** auto-injects into every employee's system prompt
Built-in tools for web search, files, memory, date/time. **MCP** over stdio / SSE / Streamable HTTP. **SKILL.md** packages from the ClawHub marketplace. A **Tool Guard** layer with RBAC, approval flows, and path protection — capability needs boundaries.
85
+
### Skills · MCP · ACP — three ways to extend capability
86
+
-**SKILL.md packages** — manifest + prompt + tool list + **LESSONS.md (gets smarter the more you use it)**. Eight starter templates plus a five-step creation wizard, with **Pre-flight checks** that tell you what's missing before install
87
+
-**MCP** — stdio / SSE / Streamable HTTP, plug into any external tool server
88
+
-**ACP** — bring top-tier coding agents like Claude Code and Codex in as employees, auto-bridged to skill cards with wrapper tools
**Admin Runtime Console** (`Settings → System → Runtime`) — who's running, what step they're on, how many tokens, one-click force-recycle when stuck. Streaming is staged honestly (thinking / tool / answer), per-event SSE IDs make reconnects safe, multi-employee delegation no longer fights itself, long tasks demand evidence-grounded answers.
87
93
88
94
### Multimodal creation
89
-
Text-to-speech · Speech-to-text · Image · Music · Video. First-class, not add-ons.
95
+
Text-to-speech · Speech-to-text · Image · Music · Video · 3D. First-class, not add-ons.
90
96
91
97
### Enterprise-ready
92
-
RBAC + JWT. Full audit trail. Flyway-managed schema that auto-heals on upgrade. One JAR to ship. MySQL in production, H2 for dev — nothing to change in your code.
98
+
RBAC + JWT. **Personal Access Tokens** for headless scripts and CI. **HMAC-SHA-256 outbound webhook signing**. **Distributed Cron lock** so multi-instance deployments don't double-fire. Full audit trail. Flyway-managed schema that auto-heals on upgrade. One JAR to ship. MySQL in production, H2 for dev — nothing to change in your code.
93
99
94
100
---
95
101
@@ -109,14 +115,15 @@ This is the same shift databases went through around 2010 and cloud went through
109
115
|:---|:---:|:---:|:---:|:---:|:---:|
110
116
|**Multi-vendor failover**|**Chain + health tracker + cooldown**| Swap providers via config | Orchestration w/ retry | Anthropic only | One model |
111
117
|**Knowledge digestion**|**LLM Wiki + page-level citations**| Canvas + memory | Skills Hub + memory | — | Code index |
112
-
|**Multi-user admin**|**RBAC + approval flow + audit**| Config-file first | Single-user CLI | Enterprise tier | Teams plan |
118
+
|**Multi-user admin**|**RBAC + approval + audit + runtime console**| Config-file first | Single-user CLI | Enterprise tier | Teams plan |
**OpenClaw and Hermes Agent are excellent personal AI platforms** — pick either if you're running one user on one laptop, building your own agent from CLI, and treating everything as config files to hand-tune. Both have bigger communities than MateClaw today.
118
125
119
-
**MateClaw is the version built for teams.** RBAC per agent, per model, per tool. An approval flow that pauses risky actions for review. Full audit trail. A web admin dashboard where one operator manages 50 agents across 14 vendors. Spring Boot inside — drop-in for any Java shop already running production services.
126
+
**MateClaw is the version built for teams.** RBAC per digital employee, per model, per tool. An approval flow that pauses risky actions for review. Full audit trail. The Admin Runtime Console gives one operator real-time visibility into 50 employees running across 14 vendors — stuck? force-recycle in one click. Spring Boot inside — drop-in for any Java shop already running production services.
120
127
121
128
Same "whole widget" philosophy. Different center of gravity.
122
129
@@ -184,7 +191,8 @@ Desktop binaries ship via [GitHub Releases](https://github.com/matevip/mateclaw/
184
191
| Layer | Technology |
185
192
|---|---|
186
193
| Backend | Spring Boot 3.5 · Spring AI Alibaba 1.1 · MyBatis Plus · Flyway |
0 commit comments