Quick Start
Get ClawCenter running in 5 minutes.
Prerequisites
- Node.js 22 or later
- At least one AI agent CLI installed (e.g.
claudefor Claude Code) - A WeChat account
Install
bash
npm install -g clawcenterStep 1: Start the Server
bash
clawcenter startYou'll see:
🐾 ClawCenter started
Web UI: http://localhost:9800
Worker hub: ws://0.0.0.0:9801Open http://localhost:9800 in your browser.
Step 2: Add a WeChat Account
- Go to WeChat in the sidebar
- Click Add Account
- Enter an ID (e.g.
personal) and a name (e.g.My WeChat) - Click Create, then click Login (QR)
- Scan the QR code with WeChat
- Confirm on your phone
- Click Connect to start receiving messages
Step 3: Add an Agent
- Go to Agents in the sidebar
- Click Add Agent
- Fill in:
- ID:
claude(this becomes the#claudehashtag) - Display Name:
🤖 Claude - Type: Claude Code
- Working Directory: your project path (e.g.
/home/user/myproject)
- ID:
- Click Create & Start
Step 4: Set Up Routing
- Go to Routing in the sidebar
- Select your WeChat account
- Click Add with:
- Agent: select
claude - User Pattern:
*(all users) - Check Default Agent
- Agent: select
Step 5: Try It Out
Send a message in WeChat to your bot:
#claude Hello! What can you do?The bot will reply:
[🤖 Claude] Hi! I can help you with coding tasks...Try replying to that message (quote it) with a follow-up question — it automatically continues the conversation with the same agent.
What's Next
- Add more agents with different working directories
- Configure routing rules for multiple users
- Set up multi-machine deployment for remote agents
- Learn the system commands available in WeChat