ClawMaster β The Hexagonal Champion of the OpenClaw Ecosystem: Takeover, Observe, Save, Apply, Build, Guard.
ClawMaster is a one-stop intelligent management platform for the OpenClaw ecosystem, collaboratively built by the open-source community, delivering six core capabilities to every user: Takeover, Observe, Save, Apply, Build, and Guard.
| Capability | One-liner | Problem Solved |
|---|---|---|
| Takeover | Install, manage, everything starts here | High installation barrier, complex configuration |
| Observe | How much spent, how it runs, crystal clear | Token/cost/health are all black boxes |
| Save | PowerMem + seekdb, 96% token reduction | Token burn rate out of control |
| Apply | Photo Q&A, mistake notebook, invoice organizer β ready to use | "I installed it... now what?" |
| Build | Chat with the butler, agents build themselves | Traditional dev too hard for normal users |
| Guard | Encrypted keys, spending circuit breaker, access control | API keys exposed, spending unprotected |
See VISION.md for the full product positioning.
| Partner | Role | Capabilities |
|---|---|---|
| OceanBase | Data Layer | seekdb AI-native database, PowerMem memory engine |
| Baidu | Model Layer | PaddleOCR and foundational models for inference |
| LangChain Community | Orchestration Layer | DeepAgents, LangGraph workflows, LangSmith observability |
| Computing Cube | Hardware Layer | Open-source hardware standard with built-in ClawMaster |
- Desktop Framework: Tauri 2.x + React 18
- Language: TypeScript + Rust
- UI: Shadcn/ui + Tailwind CSS
- State: Zustand
- Dual Mode: Desktop (Tauri) + Web (Vite + Node.js backend)
- Data Layer: seekdb + PowerMem
- Agent Framework: LangChain DeepAgents + LangGraph
- OCR: PaddleOCR
Download the latest release for your platform from the Releases page.
# Clone the repository
git clone https://github.com/stliuexp/openclawmaneger.git
cd openclawmaneger
# Install dependencies
pnpm install
# Run in development mode (Web)
pnpm dev:web
# Run in development mode (Desktop)
pnpm tauri dev
# Build for production
pnpm tauri build- Launch the app β ClawMaster automatically detects your OpenClaw environment
- Takeover or install β Existing installation? One-click takeover. Fresh start? Guided installation
- Start using β Dashboard for status overview, built-in skills ready out of the box
- Go deeper β Cost tracking, memory management, agent building β six capabilities at your fingertips
Screenshots coming soon!
ClawMaster is a community-driven open-source project. All contributors are welcome:
- Submit Issues and Pull Requests
- Develop built-in skills and application scenarios
- Adapt to more hardware platforms
- Improve documentation and internationalization
This project is licensed under the MIT License - see the LICENSE file for details.
- OpenClaw β The open-source agent framework this project serves
- OceanBase β seekdb + PowerMem data layer support
- Baidu PaddlePaddle β PaddleOCR model support
- LangChain β DeepAgents + LangGraph orchestration support
- Tauri β Lightweight desktop framework
- Shadcn/ui β Beautiful UI components
Built with π¦ by the OpenClaw open-source community