create-openclaw-bot 5.11.0 → 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 +40 -36
- package/README.vi.md +40 -36
- package/dist/server/local-server.js +264 -353
- package/dist/setup/data/channels.js +13 -14
- package/dist/setup/shared/bot-config-gen.js +39 -32
- package/dist/setup/shared/common-gen.js +11 -0
- package/dist/setup/shared/docker-gen.js +45 -74
- package/dist/setup/shared/workspace-gen.js +828 -180
- package/dist/web/app.js +48 -13
- package/package.json +2 -2
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.
|
|
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,12 +27,29 @@
|
|
|
27
27
|
|
|
28
28
|
---
|
|
29
29
|
|
|
30
|
-
## 🆕 What's New in v5.
|
|
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>
|
|
38
|
+
|
|
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.
|
|
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.
|
|
41
|
+
|
|
42
|
+
</details>
|
|
43
|
+
|
|
44
|
+
<details>
|
|
45
|
+
<summary><b>Previous: What's new in v5.11.0</b></summary>
|
|
31
46
|
|
|
32
47
|
- 🚀 **Facebook Messenger, 1-click**: the `fb-messenger` plugin is now **public on ClawHub** and installs straight from the dashboard — create a Messenger bot, open **Bot → Plugins**, and hit **Install** on the `openclaw-fb-messenger` card. Webhook + Graph API, auto User→Page token, HMAC verify.
|
|
33
48
|
- 🐳 **Docker-only, rock-solid**: dropped the native (non-Docker) install path to focus on the Docker flow that runs flawlessly and stably across Windows / macOS / Linux / VPS, with cross-OS Docker auto-install.
|
|
34
49
|
- 🖥️ **Chrome-debug on headless VPS**: the browser-automation Chrome-debug relay now works on a headless VPS (bridge-IP-scoped, auto-opens ufw); the bot file editor also saves non-`.md` text files.
|
|
35
50
|
|
|
51
|
+
</details>
|
|
52
|
+
|
|
36
53
|
<details>
|
|
37
54
|
<summary><b>Previous: What's new in v5.10.1</b></summary>
|
|
38
55
|
|
|
@@ -79,11 +96,6 @@
|
|
|
79
96
|
<summary><b>Previous: What's new in v5.8.22</b></summary>
|
|
80
97
|
|
|
81
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.
|
|
82
|
-
- **Zalo Sticker & Auto-Tag Skill**:
|
|
83
|
-
- Automatically mentions the active sender in group chats (Agent doesn't need to manually prefix with `@Name` anymore, the system handles it).
|
|
84
|
-
- Enables agents to dynamically send Zalo stickers by appending `[Sticker: <keyword>]` at the end of their text responses.
|
|
85
|
-
- Automatically maps emotional keywords (such as `love`, `haha`, `ca khia`, `angry`, `thank you`, etc.) to Zalo sticker IDs.
|
|
86
|
-
- Generates the patch script `mentions.js` and a dedicated `SKILL.md` inside the agent's workspace.
|
|
87
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.
|
|
88
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.
|
|
89
101
|
|
|
@@ -107,15 +119,25 @@
|
|
|
107
119
|
|
|
108
120
|
### 1️⃣ Method 1 — Quick install (Recommended)
|
|
109
121
|
|
|
110
|
-
Open your terminal and run this single command (works on macOS, Linux & Windows — needs Node.js
|
|
122
|
+
Open your terminal and run this single command (works on macOS, Linux & Windows — needs Node.js 24 LTS):
|
|
111
123
|
|
|
112
124
|
```bash
|
|
113
|
-
npx
|
|
125
|
+
npx create-openclaw-bot
|
|
114
126
|
```
|
|
115
127
|
|
|
116
128
|
It downloads the wizard, starts the local server, and opens the Setup UI in your browser at **http://127.0.0.1:51789**.
|
|
117
129
|
|
|
118
|
-
### 2️⃣ Method 2 —
|
|
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)
|
|
119
141
|
|
|
120
142
|
For contributors who want the full source. Run each line in order:
|
|
121
143
|
|
|
@@ -128,38 +150,19 @@ npm start
|
|
|
128
150
|
|
|
129
151
|
Then open **http://127.0.0.1:51789** if the browser doesn't open by itself.
|
|
130
152
|
|
|
131
|
-
> ⚠️ `npm install` / `npm start` only work **inside the cloned `openclaw-setup` folder**. If you used
|
|
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.
|
|
132
154
|
|
|
133
155
|
### 🔁 Reopen the UI later
|
|
134
156
|
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
```bash
|
|
138
|
-
openclaw-ui
|
|
139
|
-
```
|
|
140
|
-
|
|
141
|
-
<details>
|
|
142
|
-
<summary>Manual command (fallback — also no re-download)</summary>
|
|
157
|
+
Run the recommended command again. Setup detects and reopens your existing project:
|
|
143
158
|
|
|
144
159
|
```bash
|
|
145
|
-
|
|
146
|
-
OPENCLAW_SETUP_WIZARD=true node ~/.openclaw-setup/node_modules/create-openclaw-bot/dist/cli.js
|
|
160
|
+
npx create-openclaw-bot
|
|
147
161
|
```
|
|
148
162
|
|
|
149
|
-
```powershell
|
|
150
|
-
# Windows (PowerShell)
|
|
151
|
-
$env:OPENCLAW_SETUP_WIZARD="true"; node "$env:USERPROFILE\.openclaw-setup\node_modules\create-openclaw-bot\dist\cli.js"
|
|
152
|
-
```
|
|
153
|
-
|
|
154
|
-
</details>
|
|
155
|
-
|
|
156
163
|
### ⬆️ Update to the newest version
|
|
157
164
|
|
|
158
|
-
Click **Update** in the
|
|
159
|
-
|
|
160
|
-
```bash
|
|
161
|
-
npx github:tuanminhhole/openclaw-setup
|
|
162
|
-
```
|
|
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.
|
|
163
166
|
|
|
164
167
|
---
|
|
165
168
|
|
|
@@ -261,11 +264,12 @@ Yes. You can edit the config JSON directly via the integrated File Editor in the
|
|
|
261
264
|
|
|
262
265
|
---
|
|
263
266
|
|
|
264
|
-
##
|
|
267
|
+
## ⭐ Repository Stars
|
|
265
268
|
|
|
266
269
|
<div align="center">
|
|
267
270
|
|
|
268
|
-
|
|
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>
|
|
269
273
|
|
|
270
274
|
</div>
|
|
271
275
|
|
|
@@ -298,6 +302,7 @@ Companion repos to build a complete, self-running AI assistant:
|
|
|
298
302
|
**🔌 Plugins (runtime)**
|
|
299
303
|
- [openclaw-fb-messenger](https://github.com/tuanminhhole/openclaw-fb-messenger) — Facebook Messenger channel (webhook + Graph API), installable from the Setup UI
|
|
300
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
|
|
301
306
|
- [openclaw-zalo-mod](https://github.com/tuanminhhole/openclaw-zalo-mod) — Zero-token Zalo group management (slash commands, anti-spam, warn, memory)
|
|
302
307
|
- [openclaw-browser-automation](https://github.com/tuanminhhole/openclaw-browser-automation) — Smart Search & Browser Automation
|
|
303
308
|
- [openclaw-facebook-crawler](https://github.com/tuanminhhole/openclaw-facebook-crawler) — Facebook data crawler
|
|
@@ -306,7 +311,6 @@ Companion repos to build a complete, self-running AI assistant:
|
|
|
306
311
|
**🧩 Skills**
|
|
307
312
|
- [openclaw-skill-learning-memory](https://github.com/tuanminhhole/openclaw-skill-learning-memory) — Self-evolving long-term memory for agents
|
|
308
313
|
- [openclaw-skill-infographic](https://github.com/tuanminhhole/openclaw-skill-infographic) — Infographic generation
|
|
309
|
-
- [openclaw-skill-zalo-sticker-mention](https://github.com/tuanminhhole/openclaw-skill-zalo-sticker-mention) — Stickers & mentions on Zalo
|
|
310
314
|
|
|
311
315
|
---
|
|
312
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.
|
|
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,12 +27,29 @@
|
|
|
27
27
|
|
|
28
28
|
---
|
|
29
29
|
|
|
30
|
-
## 🆕 Có gì mới trong v5.
|
|
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>
|
|
38
|
+
|
|
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.
|
|
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ũ.
|
|
41
|
+
|
|
42
|
+
</details>
|
|
43
|
+
|
|
44
|
+
<details>
|
|
45
|
+
<summary><b>Trước đó: Có gì mới trong v5.11.0</b></summary>
|
|
31
46
|
|
|
32
47
|
- 🚀 **Facebook Messenger, cài 1 chạm**: plugin `fb-messenger` giờ đã **public trên ClawHub** và cài ngay trên dashboard — tạo bot Messenger, mở **Bot → Plugins**, bấm **Cài** ở thẻ `openclaw-fb-messenger`. Webhook + Graph API, tự đổi User→Page token, xác minh HMAC.
|
|
33
48
|
- 🐳 **Chỉ còn Docker, cực ổn định**: loại bỏ kiểu cài native (không Docker) để tập trung cho luồng Docker chạy hoàn hảo & ổn định trên Windows / macOS / Linux / VPS, kèm tự cài Docker đa hệ điều hành.
|
|
34
49
|
- 🖥️ **Chrome-debug trên VPS headless**: relay Chrome-debug của browser-automation giờ chạy được trên VPS headless (giới hạn theo bridge-IP, tự mở ufw); trình sửa file bot cũng lưu được file text không phải `.md`.
|
|
35
50
|
|
|
51
|
+
</details>
|
|
52
|
+
|
|
36
53
|
<details>
|
|
37
54
|
<summary><b>Trước đó: Có gì mới trong v5.10.1</b></summary>
|
|
38
55
|
|
|
@@ -79,11 +96,6 @@
|
|
|
79
96
|
<summary><b>Trước đó: Có gì mới trong v5.8.22</b></summary>
|
|
80
97
|
|
|
81
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.
|
|
82
|
-
- **Hỗ trợ Skill Sticker & Auto-Tag (Zalo)**:
|
|
83
|
-
- 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).
|
|
84
|
-
- 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.
|
|
85
|
-
- 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.
|
|
86
|
-
- Tự động sinh script vá logic `mentions.js` và tài liệu hướng dẫn `SKILL.md` trong workspace.
|
|
87
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.
|
|
88
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ả.
|
|
89
101
|
|
|
@@ -107,15 +119,25 @@
|
|
|
107
119
|
|
|
108
120
|
### 1️⃣ Cách 1 — Cài nhanh (Khuyên dùng)
|
|
109
121
|
|
|
110
|
-
Mở terminal và chạy đúng một lệnh (chạy trên macOS, Linux & Windows — cần Node.js
|
|
122
|
+
Mở terminal và chạy đúng một lệnh (chạy trên macOS, Linux & Windows — cần Node.js 24 LTS):
|
|
111
123
|
|
|
112
124
|
```bash
|
|
113
|
-
npx
|
|
125
|
+
npx create-openclaw-bot
|
|
114
126
|
```
|
|
115
127
|
|
|
116
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**.
|
|
117
129
|
|
|
118
|
-
### 2️⃣ Cách 2 —
|
|
130
|
+
### 2️⃣ Cách 2 — Chạy mã 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)
|
|
119
141
|
|
|
120
142
|
Dành cho người muốn lấy full source. Chạy lần lượt từng dòng:
|
|
121
143
|
|
|
@@ -128,38 +150,19 @@ npm start
|
|
|
128
150
|
|
|
129
151
|
Sau đó mở **http://127.0.0.1:51789** nếu trình duyệt không tự bật.
|
|
130
152
|
|
|
131
|
-
> ⚠️ `npm install` / `npm start` **chỉ chạy được
|
|
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.
|
|
132
154
|
|
|
133
155
|
### 🔁 Mở lại giao diện sau này
|
|
134
156
|
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
```bash
|
|
138
|
-
openclaw-ui
|
|
139
|
-
```
|
|
140
|
-
|
|
141
|
-
<details>
|
|
142
|
-
<summary>Lệnh thủ công (dự phòng — cũng không tải lại)</summary>
|
|
157
|
+
Chạy lại lệnh khuyên dùng. Setup sẽ tự nhận diện và mở project hiện có:
|
|
143
158
|
|
|
144
159
|
```bash
|
|
145
|
-
|
|
146
|
-
OPENCLAW_SETUP_WIZARD=true node ~/.openclaw-setup/node_modules/create-openclaw-bot/dist/cli.js
|
|
160
|
+
npx create-openclaw-bot
|
|
147
161
|
```
|
|
148
162
|
|
|
149
|
-
```powershell
|
|
150
|
-
# Windows (PowerShell)
|
|
151
|
-
$env:OPENCLAW_SETUP_WIZARD="true"; node "$env:USERPROFILE\.openclaw-setup\node_modules\create-openclaw-bot\dist\cli.js"
|
|
152
|
-
```
|
|
153
|
-
|
|
154
|
-
</details>
|
|
155
|
-
|
|
156
163
|
### ⬆️ Cập nhật lên phiên bản mới
|
|
157
164
|
|
|
158
|
-
Bấm **Cập nhật**
|
|
159
|
-
|
|
160
|
-
```bash
|
|
161
|
-
npx github:tuanminhhole/openclaw-setup
|
|
162
|
-
```
|
|
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.
|
|
163
166
|
|
|
164
167
|
---
|
|
165
168
|
|
|
@@ -261,11 +264,12 @@ Hoàn toàn được. Bạn có thể sửa trực tiếp file `openclaw.json`
|
|
|
261
264
|
|
|
262
265
|
---
|
|
263
266
|
|
|
264
|
-
##
|
|
267
|
+
## ⭐ Sao của repository
|
|
265
268
|
|
|
266
269
|
<div align="center">
|
|
267
270
|
|
|
268
|
-
|
|
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>
|
|
269
273
|
|
|
270
274
|
</div>
|
|
271
275
|
|
|
@@ -298,6 +302,7 @@ Các repo đi kèm để bạn dựng một trợ lý AI "tự vận hành" hoà
|
|
|
298
302
|
**🔌 Plugin (runtime)**
|
|
299
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
|
|
300
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
|
|
301
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)
|
|
302
307
|
- [openclaw-browser-automation](https://github.com/tuanminhhole/openclaw-browser-automation) — Smart Search & Browser Automation
|
|
303
308
|
- [openclaw-facebook-crawler](https://github.com/tuanminhhole/openclaw-facebook-crawler) — Crawl dữ liệu Facebook
|
|
@@ -306,7 +311,6 @@ Các repo đi kèm để bạn dựng một trợ lý AI "tự vận hành" hoà
|
|
|
306
311
|
**🧩 Skill**
|
|
307
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
|
|
308
313
|
- [openclaw-skill-infographic](https://github.com/tuanminhhole/openclaw-skill-infographic) — Tạo infographic
|
|
309
|
-
- [openclaw-skill-zalo-sticker-mention](https://github.com/tuanminhhole/openclaw-skill-zalo-sticker-mention) — Sticker & mention trên Zalo
|
|
310
314
|
|
|
311
315
|
---
|
|
312
316
|
|