create-openclaw-bot 5.11.1 → 5.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  *Run one command → open the dashboard → your bot is live. Windows · macOS · Linux · VPS — Docker-powered, auto-installed for you.*
8
8
 
9
9
  <p align="center">
10
- <a href="https://github.com/tuanminhhole/openclaw-setup/releases"><img src="https://img.shields.io/badge/RELEASE-v5.11.1-0EA5E9?style=for-the-badge" alt="Version 5.11.1" /></a>
10
+ <a href="https://github.com/tuanminhhole/openclaw-setup/releases"><img src="https://img.shields.io/badge/RELEASE-v5.12.0-0EA5E9?style=for-the-badge" alt="Version 5.12.0" /></a>
11
11
  <a href="https://github.com/tuanminhhole/openclaw-setup?tab=MIT-1-ov-file"><img src="https://img.shields.io/badge/LICENSE-MIT-success?style=for-the-badge" alt="MIT License" /></a>
12
12
  <a href="https://www.npmjs.com/package/create-openclaw-bot"><img src="https://img.shields.io/npm/v/create-openclaw-bot?style=for-the-badge&label=CLI&color=2563EB&logo=npm&logoColor=white" alt="NPM Version" /></a>
13
13
  <a href="https://github.com/tuanminhhole/openclaw-setup/stargazers"><img src="https://img.shields.io/github/stars/tuanminhhole/openclaw-setup?style=for-the-badge&color=eab308&logo=github&logoColor=white" alt="GitHub Stars" /></a>
@@ -27,11 +27,20 @@
27
27
 
28
28
  ---
29
29
 
30
- ## 🆕 What's New in v5.11.1
30
+ ## 🆕 What's New in v5.12.0
31
+
32
+ - 💬 **OpenClaw Zalo Connect, ready in one click**: create a personal Zalo bot or press **Zalo Login** and Setup prepares the channel automatically, then opens the QR flow in the dashboard.
33
+ - ⚡ **Install once, reconnect faster**: an existing Zalo Connect installation is reused instead of being downloaded again on every login or restart.
34
+ - ✨ **Cleaner native Zalo experience**: group mentions, reactions and moderation now run through one maintained Zalo runtime; the retired integration and Sticker add-on are gone from Setup.
35
+
36
+ <details>
37
+ <summary><b>Previous: What's new in v5.11.1</b></summary>
31
38
 
32
39
  - 📄 **Workspace defaults, rebuilt on OpenClaw's canonical files**: new bots get all 7 upstream default workspace files (`AGENTS`/`BOOTSTRAP`/`HEARTBEAT`/`IDENTITY`/`SOUL`/`TOOLS`/`USER.md`) as the base, with this project's extra rules appended as clearly-marked add-ons — VI + EN, every bot variant.
33
40
  - 🗄️ **SQLite "disk I/O error" on Docker Desktop — fixed**: `.openclaw/state` now lives in a named volume on macOS/Windows (WAL locking doesn't survive virtiofs); Linux/VPS keeps the bind mount.
34
41
 
42
+ </details>
43
+
35
44
  <details>
36
45
  <summary><b>Previous: What's new in v5.11.0</b></summary>
37
46
 
@@ -87,11 +96,6 @@
87
96
  <summary><b>Previous: What's new in v5.8.22</b></summary>
88
97
 
89
98
  - **Infographic Poster Generator Skill**: Integrates automatic infographic and poster generation via 9Router API. Automatically generates the helper script `image-generator.js` (synchronizing API credentials from `openclaw.json`) and a comprehensive `SKILL.md` guiding agents on styling rules, Vietnamese font support, layouts, and image generation syntax.
90
- - **Zalo Sticker & Auto-Tag Skill**:
91
- - Automatically mentions the active sender in group chats (Agent doesn't need to manually prefix with `@Name` anymore, the system handles it).
92
- - Enables agents to dynamically send Zalo stickers by appending `[Sticker: <keyword>]` at the end of their text responses.
93
- - Automatically maps emotional keywords (such as `love`, `haha`, `ca khia`, `angry`, `thank you`, etc.) to Zalo sticker IDs.
94
- - Generates the patch script `mentions.js` and a dedicated `SKILL.md` inside the agent's workspace.
95
99
  - **Polish: Simplified TOOLS.md generation**: Streamlined the `TOOLS.md` generator to output a concise, static guide focusing on general principles and referencing the `./skills/` directory.
96
100
  - **Polish: Standardized Reference Docs list in AGENTS.md**: Updated the reference docs list in the generated `AGENTS.md` (for both single and relay variants in Vietnamese and English) to match the new structure, removing obsolete files (`TEAMS.md` for single-bot, `BROWSER.md`) and standardizing descriptions to keep exactly 9 core documents.
97
101
 
@@ -115,15 +119,25 @@
115
119
 
116
120
  ### 1️⃣ Method 1 — Quick install (Recommended)
117
121
 
118
- Open your terminal and run this single command (works on macOS, Linux & Windows — needs Node.js 22):
122
+ Open your terminal and run this single command (works on macOS, Linux & Windows — needs Node.js 24 LTS):
119
123
 
120
124
  ```bash
121
- npx github:tuanminhhole/openclaw-setup
125
+ npx create-openclaw-bot
122
126
  ```
123
127
 
124
128
  It downloads the wizard, starts the local server, and opens the Setup UI in your browser at **http://127.0.0.1:51789**.
125
129
 
126
- ### 2️⃣ Method 2 — Manual clone (for developers)
130
+ ### 2️⃣ Method 2 — Run the newest GitHub source
131
+
132
+ Use this if you specifically want the newest code directly from GitHub:
133
+
134
+ ```bash
135
+ npx github:tuanminhhole/openclaw-setup
136
+ ```
137
+
138
+ > **Git is required for this method.** Install [Git](https://git-scm.com/downloads) and make sure the `git` command works in your terminal first; otherwise npm cannot download the GitHub repository.
139
+
140
+ ### 3️⃣ Method 3 — Manual clone (for developers)
127
141
 
128
142
  For contributors who want the full source. Run each line in order:
129
143
 
@@ -136,38 +150,19 @@ npm start
136
150
 
137
151
  Then open **http://127.0.0.1:51789** if the browser doesn't open by itself.
138
152
 
139
- > ⚠️ `npm install` / `npm start` only work **inside the cloned `openclaw-setup` folder**. If you used Method 1 (npx), you did **not** clone the repo use the reopen command below instead.
153
+ > ⚠️ `npm install` / `npm start` only work **inside the cloned `openclaw-setup` folder**. If you used either npx method, simply run the same npx command again when you want to reopen Setup.
140
154
 
141
155
  ### 🔁 Reopen the UI later
142
156
 
143
- The **first launch automatically creates a short `openclaw-ui` command** for your OS (zsh/bash on macOS & Linux, PowerShell on Windows). Next time, just open a **new** terminal and run:
157
+ Run the recommended command again. Setup detects and reopens your existing project:
144
158
 
145
159
  ```bash
146
- openclaw-ui
160
+ npx create-openclaw-bot
147
161
  ```
148
162
 
149
- <details>
150
- <summary>Manual command (fallback — also no re-download)</summary>
151
-
152
- ```bash
153
- # macOS / Linux
154
- OPENCLAW_SETUP_WIZARD=true node ~/.openclaw-setup/node_modules/create-openclaw-bot/dist/cli.js
155
- ```
156
-
157
- ```powershell
158
- # Windows (PowerShell)
159
- $env:OPENCLAW_SETUP_WIZARD="true"; node "$env:USERPROFILE\.openclaw-setup\node_modules\create-openclaw-bot\dist\cli.js"
160
- ```
161
-
162
- </details>
163
-
164
163
  ### ⬆️ Update to the newest version
165
164
 
166
- Click **Update** in the dashboard it pulls the latest and **auto-restarts the UI** for you (the tab reconnects on its own). Or from the terminal, just re-run the command — it always fetches the latest from GitHub:
167
-
168
- ```bash
169
- npx github:tuanminhhole/openclaw-setup
170
- ```
165
+ Click **Update** in the **top-right corner of the Setup interface**. It downloads the newest version and restarts the UI automatically; the current browser tab reconnects on its own.
171
166
 
172
167
  ---
173
168
 
@@ -269,11 +264,12 @@ Yes. You can edit the config JSON directly via the integrated File Editor in the
269
264
 
270
265
  ---
271
266
 
272
- ## 📈 Star History
267
+ ## Repository Stars
273
268
 
274
269
  <div align="center">
275
270
 
276
- [![Star History Chart](https://starchart.cc/tuanminhhole/openclaw-setup.svg?variant=adaptive)](https://starchart.cc/tuanminhhole/openclaw-setup)
271
+ <a href="https://github.com/tuanminhhole/openclaw-setup/stargazers"><img src="https://img.shields.io/github/stars/tuanminhhole/openclaw-setup?style=for-the-badge&logo=github&color=eab308" alt="GitHub Stars" /></a>
272
+ <a href="https://github.com/tuanminhhole/openclaw-setup/forks"><img src="https://img.shields.io/github/forks/tuanminhhole/openclaw-setup?style=for-the-badge&logo=github&color=0ea5e9" alt="GitHub Forks" /></a>
277
273
 
278
274
  </div>
279
275
 
@@ -306,6 +302,7 @@ Companion repos to build a complete, self-running AI assistant:
306
302
  **🔌 Plugins (runtime)**
307
303
  - [openclaw-fb-messenger](https://github.com/tuanminhhole/openclaw-fb-messenger) — Facebook Messenger channel (webhook + Graph API), installable from the Setup UI
308
304
  - [openclaw-telegram-multibot-relay](https://github.com/tuanminhhole/openclaw-telegram-multibot-relay) — Multibot Telegram relay, delegation & native cron reminders
305
+ - [openclaw-zalo-connect](https://github.com/tuanminhhole/openclaw-zalo-connect) — Personal Zalo channel/runtime with QR login, native mentions and group actions
309
306
  - [openclaw-zalo-mod](https://github.com/tuanminhhole/openclaw-zalo-mod) — Zero-token Zalo group management (slash commands, anti-spam, warn, memory)
310
307
  - [openclaw-browser-automation](https://github.com/tuanminhhole/openclaw-browser-automation) — Smart Search & Browser Automation
311
308
  - [openclaw-facebook-crawler](https://github.com/tuanminhhole/openclaw-facebook-crawler) — Facebook data crawler
@@ -314,7 +311,6 @@ Companion repos to build a complete, self-running AI assistant:
314
311
  **🧩 Skills**
315
312
  - [openclaw-skill-learning-memory](https://github.com/tuanminhhole/openclaw-skill-learning-memory) — Self-evolving long-term memory for agents
316
313
  - [openclaw-skill-infographic](https://github.com/tuanminhhole/openclaw-skill-infographic) — Infographic generation
317
- - [openclaw-skill-zalo-sticker-mention](https://github.com/tuanminhhole/openclaw-skill-zalo-sticker-mention) — Stickers & mentions on Zalo
318
314
 
319
315
  ---
320
316
 
package/README.vi.md CHANGED
@@ -7,7 +7,7 @@
7
7
  *Chạy một lệnh → mở dashboard → bot lên sóng. Windows · macOS · Linux · VPS — chạy trên Docker, tự cài giúp bạn.*
8
8
 
9
9
  <p align="center">
10
- <a href="https://github.com/tuanminhhole/openclaw-setup/releases"><img src="https://img.shields.io/badge/RELEASE-v5.11.1-0EA5E9?style=for-the-badge" alt="Version 5.11.1" /></a>
10
+ <a href="https://github.com/tuanminhhole/openclaw-setup/releases"><img src="https://img.shields.io/badge/RELEASE-v5.12.0-0EA5E9?style=for-the-badge" alt="Version 5.12.0" /></a>
11
11
  <a href="https://github.com/tuanminhhole/openclaw-setup?tab=MIT-1-ov-file"><img src="https://img.shields.io/badge/LICENSE-MIT-success?style=for-the-badge" alt="MIT License" /></a>
12
12
  <a href="https://www.npmjs.com/package/create-openclaw-bot"><img src="https://img.shields.io/npm/v/create-openclaw-bot?style=for-the-badge&label=CLI&color=2563EB&logo=npm&logoColor=white" alt="NPM Version" /></a>
13
13
  <a href="https://github.com/tuanminhhole/openclaw-setup/stargazers"><img src="https://img.shields.io/github/stars/tuanminhhole/openclaw-setup?style=for-the-badge&color=eab308&logo=github&logoColor=white" alt="GitHub Stars" /></a>
@@ -27,11 +27,20 @@
27
27
 
28
28
  ---
29
29
 
30
- ## 🆕 Có gì mới trong v5.11.1
30
+ ## 🆕 Có gì mới trong v5.12.0
31
+
32
+ - 💬 **OpenClaw Zalo Connect, sẵn sàng trong một chạm**: tạo bot Zalo cá nhân hoặc bấm **Đăng nhập Zalo**, Setup tự chuẩn bị channel rồi mở luồng quét QR ngay trên dashboard.
33
+ - ⚡ **Cài một lần, kết nối lại nhanh hơn**: nếu Zalo Connect đã có, Setup dùng lại bản hiện tại thay vì tải lại mỗi lần đăng nhập hay restart.
34
+ - ✨ **Trải nghiệm Zalo native gọn hơn**: mention nhóm, reaction và quản trị dùng chung một Zalo runtime được duy trì; luồng tích hợp cũ và tiện ích Sticker đã được gỡ khỏi Setup.
35
+
36
+ <details>
37
+ <summary><b>Trước đó: Có gì mới trong v5.11.1</b></summary>
31
38
 
32
39
  - 📄 **Workspace mặc định dựng lại theo bộ file chuẩn OpenClaw**: bot tạo mới nhận đủ 7 file workspace gốc (`AGENTS`/`BOOTSTRAP`/`HEARTBEAT`/`IDENTITY`/`SOUL`/`TOOLS`/`USER.md`) làm khung, quy tắc riêng của dự án gắn thành mục bổ sung đánh dấu rõ — đủ VI + EN, mọi kiểu bot.
33
40
  - 🗄️ **Hết lỗi SQLite "disk I/O error" trên Docker Desktop**: `.openclaw/state` chuyển sang named volume trên macOS/Windows (khóa WAL không sống nổi qua virtiofs); Linux/VPS vẫn bind mount như cũ.
34
41
 
42
+ </details>
43
+
35
44
  <details>
36
45
  <summary><b>Trước đó: Có gì mới trong v5.11.0</b></summary>
37
46
 
@@ -87,11 +96,6 @@
87
96
  <summary><b>Trước đó: Có gì mới trong v5.8.22</b></summary>
88
97
 
89
98
  - **Hỗ trợ Skill Tạo ảnh Infographic chuyên nghiệp**: Tích hợp hoàn toàn công cụ tạo ảnh infographic, poster tự động thông qua API của 9Router. Tự động sinh mã nguồn script `image-generator.js` đồng bộ API credentials từ `openclaw.json` và hướng dẫn `SKILL.md` cụ thể giúp Agent nắm vững cấu trúc prompt, font chữ tiếng Việt, layout và quy tắc thiết kế ảnh.
90
- - **Hỗ trợ Skill Sticker & Auto-Tag (Zalo)**:
91
- - Tự động tag tên người gửi tin nhắn gần nhất trong group chat Zalo (Agent không cần tự điền `@Tên` ở đầu câu trả lời nữa, hệ thống sẽ tự làm).
92
- - Cho phép Agent gửi kèm Sticker Zalo trực tiếp trong câu trả lời thông qua thẻ `[Sticker: <từ_khóa>]` đặt ở cuối tin nhắn.
93
- - Tích hợp bộ giải nghĩa từ khóa cảm xúc thông minh (như `love`, `haha`, `ca khia`, `angry`, `thank you`,...) để tự động map sang sticker Zalo phù hợp.
94
- - Tự động sinh script vá logic `mentions.js` và tài liệu hướng dẫn `SKILL.md` trong workspace.
95
99
  - **Tối ưu hóa: Đơn giản hóa sinh file TOOLS.md**: Điều chỉnh generator của `TOOLS.md` để sinh ra nội dung tĩnh gọn gàng, tập trung định hướng Agent đọc chi tiết các tài liệu hướng dẫn skill tương ứng.
96
100
  - **Tối ưu hóa: Chuẩn hóa danh sách Tài liệu tham chiếu trong AGENTS.md**: Cập nhật danh sách tài liệu tham chiếu được tạo trong file `AGENTS.md` (cho cả 2 chế độ single/relay và cả tiếng Việt/tiếng Anh) để khớp chính xác cấu trúc mới gồm đúng 9 tài liệu cốt lõi, loại bỏ các file không còn phù hợp (`TEAMS.md` cho single-bot, `BROWSER.md`) và chuẩn hóa phần mô tả.
97
101
 
@@ -115,15 +119,25 @@
115
119
 
116
120
  ### 1️⃣ Cách 1 — Cài nhanh (Khuyên dùng)
117
121
 
118
- Mở terminal và chạy đúng một lệnh (chạy trên macOS, Linux & Windows — cần Node.js 22):
122
+ Mở terminal và chạy đúng một lệnh (chạy trên macOS, Linux & Windows — cần Node.js 24 LTS):
119
123
 
120
124
  ```bash
121
- npx github:tuanminhhole/openclaw-setup
125
+ npx create-openclaw-bot
122
126
  ```
123
127
 
124
128
  Lệnh này tự tải wizard, chạy server và **mở giao diện Setup** trên trình duyệt tại **http://127.0.0.1:51789**.
125
129
 
126
- ### 2️⃣ Cách 2 — Clone thủ công (dành cho developer)
130
+ ### 2️⃣ Cách 2 — Chạy mới nhất trực tiếp từ GitHub
131
+
132
+ Dùng cách này nếu bạn muốn lấy code mới nhất trực tiếp từ GitHub:
133
+
134
+ ```bash
135
+ npx github:tuanminhhole/openclaw-setup
136
+ ```
137
+
138
+ > **Cách này bắt buộc máy phải cài Git.** Hãy cài [Git](https://git-scm.com/downloads) và kiểm tra lệnh `git` chạy được trong terminal trước; nếu thiếu Git, npm không thể tải repository từ GitHub.
139
+
140
+ ### 3️⃣ Cách 3 — Clone thủ công (dành cho developer)
127
141
 
128
142
  Dành cho người muốn lấy full source. Chạy lần lượt từng dòng:
129
143
 
@@ -136,38 +150,19 @@ npm start
136
150
 
137
151
  Sau đó mở **http://127.0.0.1:51789** nếu trình duyệt không tự bật.
138
152
 
139
- > ⚠️ `npm install` / `npm start` **chỉ chạy được KHI bạn đang ở trong thư mục `openclaw-setup` đã clone**. Nếu bạn dùng Cách 1 (npx) thì **chưa hề clone repo** hãy dùng lệnh mở lại bên dưới, đừng chạy `npm install`/`npm start` (sẽ báo lỗi thiếu `package.json`).
153
+ > ⚠️ `npm install` / `npm start` **chỉ chạy được khi bạn đang ở trong thư mục `openclaw-setup` đã clone**. Nếu dùng một trong hai cách npx, lần sau chỉ cần chạy lại đúng lệnh npx đó để mở Setup.
140
154
 
141
155
  ### 🔁 Mở lại giao diện sau này
142
156
 
143
- **Lần chạy đầu tiên sẽ tự tạo lệnh ngắn `openclaw-ui`** đúng theo OS của bạn (zsh/bash trên macOS & Linux, PowerShell trên Windows). Lần sau chỉ cần mở terminal **mới** và gõ:
157
+ Chạy lại lệnh khuyên dùng. Setup sẽ tự nhận diện mở project hiện có:
144
158
 
145
159
  ```bash
146
- openclaw-ui
160
+ npx create-openclaw-bot
147
161
  ```
148
162
 
149
- <details>
150
- <summary>Lệnh thủ công (dự phòng — cũng không tải lại)</summary>
151
-
152
- ```bash
153
- # macOS / Linux
154
- OPENCLAW_SETUP_WIZARD=true node ~/.openclaw-setup/node_modules/create-openclaw-bot/dist/cli.js
155
- ```
156
-
157
- ```powershell
158
- # Windows (PowerShell)
159
- $env:OPENCLAW_SETUP_WIZARD="true"; node "$env:USERPROFILE\.openclaw-setup\node_modules\create-openclaw-bot\dist\cli.js"
160
- ```
161
-
162
- </details>
163
-
164
163
  ### ⬆️ Cập nhật lên phiên bản mới
165
164
 
166
- Bấm **Cập nhật** ngay trong dashboard tự kéo bản mới và **tự khởi động lại UI** (tab tự kết nối lại). Hoặc chạy lại lệnh trong terminal — luôn lấy bản mới nhất từ GitHub:
167
-
168
- ```bash
169
- npx github:tuanminhhole/openclaw-setup
170
- ```
165
+ Bấm nút **Cập nhật** **góc trên bên phải giao diện Setup**. Hệ thống tự tải phiên bản mới và khởi động lại UI; tab đang mở sẽ tự kết nối lại.
171
166
 
172
167
  ---
173
168
 
@@ -269,11 +264,12 @@ Hoàn toàn được. Bạn có thể sửa trực tiếp file `openclaw.json`
269
264
 
270
265
  ---
271
266
 
272
- ## 📈 Star History
267
+ ## Sao của repository
273
268
 
274
269
  <div align="center">
275
270
 
276
- [![Star History Chart](https://starchart.cc/tuanminhhole/openclaw-setup.svg?variant=adaptive)](https://starchart.cc/tuanminhhole/openclaw-setup)
271
+ <a href="https://github.com/tuanminhhole/openclaw-setup/stargazers"><img src="https://img.shields.io/github/stars/tuanminhhole/openclaw-setup?style=for-the-badge&logo=github&color=eab308" alt="GitHub Stars" /></a>
272
+ <a href="https://github.com/tuanminhhole/openclaw-setup/forks"><img src="https://img.shields.io/github/forks/tuanminhhole/openclaw-setup?style=for-the-badge&logo=github&color=0ea5e9" alt="GitHub Forks" /></a>
277
273
 
278
274
  </div>
279
275
 
@@ -306,6 +302,7 @@ Các repo đi kèm để bạn dựng một trợ lý AI "tự vận hành" hoà
306
302
  **🔌 Plugin (runtime)**
307
303
  - [openclaw-fb-messenger](https://github.com/tuanminhhole/openclaw-fb-messenger) — Kênh Facebook Messenger (webhook + Graph API), cài ngay trên giao diện Setup
308
304
  - [openclaw-telegram-multibot-relay](https://github.com/tuanminhhole/openclaw-telegram-multibot-relay) — Multibot Telegram relay, delegation & cron nhắc lịch native
305
+ - [openclaw-zalo-connect](https://github.com/tuanminhhole/openclaw-zalo-connect) — Channel/runtime Zalo cá nhân với đăng nhập QR, mention native và thao tác nhóm
309
306
  - [openclaw-zalo-mod](https://github.com/tuanminhhole/openclaw-zalo-mod) — Quản lý nhóm Zalo zero-token (slash command, anti-spam, warn, memory)
310
307
  - [openclaw-browser-automation](https://github.com/tuanminhhole/openclaw-browser-automation) — Smart Search & Browser Automation
311
308
  - [openclaw-facebook-crawler](https://github.com/tuanminhhole/openclaw-facebook-crawler) — Crawl dữ liệu Facebook
@@ -314,7 +311,6 @@ Các repo đi kèm để bạn dựng một trợ lý AI "tự vận hành" hoà
314
311
  **🧩 Skill**
315
312
  - [openclaw-skill-learning-memory](https://github.com/tuanminhhole/openclaw-skill-learning-memory) — Bộ nhớ dài hạn tự tiến hoá cho agent
316
313
  - [openclaw-skill-infographic](https://github.com/tuanminhhole/openclaw-skill-infographic) — Tạo infographic
317
- - [openclaw-skill-zalo-sticker-mention](https://github.com/tuanminhhole/openclaw-skill-zalo-sticker-mention) — Sticker & mention trên Zalo
318
314
 
319
315
  ---
320
316