create-openclaw-bot 4.0.9 → 4.1.1
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/CHANGELOG.md +177 -144
- package/CHANGELOG.vi.md +171 -139
- package/README.md +8 -8
- package/README.vi.md +8 -8
- package/cli.js +531 -589
- package/package.json +28 -28
- package/setup.js +75 -41
package/CHANGELOG.vi.md
CHANGED
|
@@ -1,139 +1,171 @@
|
|
|
1
|
-
# Changelog (Tiếng Việt)
|
|
2
|
-
|
|
3
|
-
Tất cả những thay đổi nổi bật của dự án sẽ được ghi chép trong file này.
|
|
4
|
-
|
|
5
|
-
## [4.
|
|
6
|
-
|
|
7
|
-
###
|
|
8
|
-
|
|
9
|
-
- **
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
- **
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
- **
|
|
42
|
-
- **
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
- **
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
- **
|
|
61
|
-
- **
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
-
|
|
68
|
-
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
- **
|
|
83
|
-
- **Skills
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
-
|
|
88
|
-
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
- `
|
|
98
|
-
- `
|
|
99
|
-
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
- **
|
|
113
|
-
- **
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
-
|
|
118
|
-
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
1
|
+
# Changelog (Tiếng Việt)
|
|
2
|
+
|
|
3
|
+
Tất cả những thay đổi nổi bật của dự án sẽ được ghi chép trong file này.
|
|
4
|
+
|
|
5
|
+
## [4.1.1] — 2026-04-01
|
|
6
|
+
|
|
7
|
+
### Khắc phục
|
|
8
|
+
|
|
9
|
+
- **CLI setup**: Khắc phục lỗi sinh file `docker-compose.yml` định dạng sai khi dùng 9Router (lỗi báo `yaml: while scanning a simple key`) bằng cách đổi cách escape string `syncComboScript` sang kiểu heredoc block scalars của bash để tránh xung đột nháy kép/nháy đơn trong YAML.
|
|
10
|
+
|
|
11
|
+
## [4.1.0] — 2026-04-01
|
|
12
|
+
|
|
13
|
+
### 🚀 Stable 9Router Smart Routing
|
|
14
|
+
|
|
15
|
+
- **Khởi tạo Database tinh gọn**: Combo mặc định của 9Router hiện tại sạch 100% (chỉ lưu `smart-route`). Đã loại bỏ việc tự động tiêm GPT-4o/Claude/Gemini như các rác hệ thống để ưu tiên 100% sức mạnh định tuyến động.
|
|
16
|
+
- **Tối giản Giao diện Toggling**: Cả web Setup Wizard và CLI đều được tinh giản, không còn liệt kê mảng models dư thừa khi chọn 9Router. Hệ thống mặc định chốt cứng Auto Route (`smart-route`) và giao hoàn toàn phán quyết chuyển đổi cho thuật toán `PREF`.
|
|
17
|
+
|
|
18
|
+
## [4.0.9] — 2026-04-01
|
|
19
|
+
|
|
20
|
+
### 🔄 Dynamic Smart Route (Đồng bộ Provider Realtime)
|
|
21
|
+
|
|
22
|
+
- **Routing Thông Minh**: Combo `smart-route` không còn là danh sách cứng 100+ model. Script đồng bộ chạy ngầm mỗi 30 giây sẽ tự động quét `/api/providers` của 9Router và chỉ đưa vào combo **những provider đã kết nối VÀ đang bật**. Triệt tiêu hoàn toàn lỗi `404 No active credentials`.
|
|
23
|
+
- **Bật/Tắt Tức Thì**: Bật hoặc tắt provider trên Dashboard 9Router — combo tự cập nhật trong vòng 30 giây, không cần restart container.
|
|
24
|
+
- **Mapping Đầy Đủ**: Hỗ trợ 25+ provider (Codex, Claude Code, GitHub Copilot, Cursor, Kilo, Cline, Gemini CLI, iFlow, Qwen, Kiro, Ollama, GLM, MiniMax, DeepSeek, xAI, Mistral, Groq...).
|
|
25
|
+
|
|
26
|
+
### 🐳 Tự Động Cài Docker
|
|
27
|
+
|
|
28
|
+
- **Zero-Prerequisite**: `npx create-openclaw-bot` tự phát hiện Docker chưa cài → tự tải + cài qua `winget` (Windows), `brew` (macOS), hoặc script chính thức Docker (Linux).
|
|
29
|
+
- **Hướng Dẫn Rõ Ràng**: Nếu cài tự động thất bại, hiển thị link tải trực tiếp kèm hướng dẫn chi tiết.
|
|
30
|
+
|
|
31
|
+
## [4.0.8] — 2026-03-31
|
|
32
|
+
|
|
33
|
+
### ✨ Tối ưu 9Router & Mở rộng Ollama Cloud
|
|
34
|
+
|
|
35
|
+
- **Tích hợp 9Router cực kỳ Ổn định (Zero Config)**: Proxy 9Router hiện được tự động kích hoạt bảo mật bên trong mạng Docker network qua cổng `sk-no-key`. Toàn bộ thiết đặt API keys thủ công và định tuyến models được gỡ bỏ khỏi `.env` để nhường chỗ cho hệ thống quản lý tập trung và thông minh hơn qua [9Router Dashboard](http://localhost:20128/dashboard).
|
|
36
|
+
- **Mở Rộng Kết Nối Models**: Đưa vào danh sách hỗ trợ trọn bộ hệ sinh thái Ollama Cloud (_Qwen 3.5, GLM-5, MiniMax, GPT-OSS_), Kiro Haiku, Qwen Flash, cùng toàn bộ iFlow models hoàn toàn miễn phí.
|
|
37
|
+
- **Tự động Inject Smart Routing**: Cấu hình tự động gài sẵn combo luân chuyển linh hoạt `smart-route` giúp cân bằng tải công việc qua lại mượt mà giữa Codex, Claude Code, Gemini, và iFlow.
|
|
38
|
+
|
|
39
|
+
### 🧹 Clean Workspace & Auto-Setup Đa Nền Tảng
|
|
40
|
+
|
|
41
|
+
- **Zero-Clutter Generation**: Dọn sạch hoàn toàn các template làm mẫu như `.env.example` hay các file cấu hình `docker-compose` tĩnh dư thừa. Script setup sẽ tự khởi tạo linh động các file thực thụ ngay lúc chạy cho một workspace gọn gàng nhất.
|
|
42
|
+
- **Auto Browser Đa Nền Tảng**: Bổ sung `start-chrome-debug.sh` mới đét cho macOS/Linux đồng bộ hoàn hảo với file `.bat` thiết lập chạy Automation trên Windows, mở ra kỷ nguyên Auto-Browser tiện lợi.
|
|
43
|
+
- **Auto Prompt CLI**: `npx create-openclaw-bot` hiện đã hoàn chỉnh về feature-parity với Web UI, hỗ trợ tra vấn thông tin thiết lập User Identity và Persona của Bot trực tiếp ở bảng console.
|
|
44
|
+
|
|
45
|
+
## [4.0.1] — 2026-03-31
|
|
46
|
+
|
|
47
|
+
### ✨ Tự Động Hoá (Tự tạo thư mục cài đặt gốc) & NPM CLI
|
|
48
|
+
|
|
49
|
+
- **One-Command Install (npx)**: Gói CLI `create-openclaw-bot` được tải lên NPM. Người dùng Windows, Linux, Mac chỉ cần mở Terminal gõ lệnh `npx create-openclaw-bot` để setup tự động từ A-Z qua giao diện tương tác.
|
|
50
|
+
- **Tự động Setup & Khởi động Docker**: Quy trình tạo `.bat`/CLI được viết lại, thiết lập xong sẽ mở Docker compose tự động tải và kích hoạt Bot ngay.
|
|
51
|
+
- **Improved UI Setup**: Gọn gàng hoá file preview, đổi layout UI cho Zalo Bot API để dùng official vector SVG, nổi màu xanh chủ đạo Zalo thay vì logo trong suốt.
|
|
52
|
+
- **Safety First**: Lược bỏ tuỳ chọn mô hình Antigravity (AG) khỏi 9router Proxy Models và thêm cảnh báo đỏ trên UI để tránh rủi ro người dùng bị khoá account Google AI Ultra do lạm dụng quá mức. Cập nhật icon credit cho thesvg.org.
|
|
53
|
+
|
|
54
|
+
## [4.0.0] — 2026-03-30
|
|
55
|
+
|
|
56
|
+
### ✨ New Features & Updates
|
|
57
|
+
|
|
58
|
+
- **Full English Localization** — Đã hoàn thiện toàn bộ bản dịch tiếng Anh cho Setup Wizard (Button, Label, Step 4 Output).
|
|
59
|
+
- **Language Toggle Relocation** — Di chuyển công tắc ngôn ngữ (VI/EN) sang vị trí dễ nhìn và thao tác hơn.
|
|
60
|
+
- **Setup UI/UX fixes** — Cải thiện giao diện Setup Wizard cho Browser Automation và sửa các lỗi hiển thị (như undefined model badge).
|
|
61
|
+
- **Reference Error Fixes** — Khắc phục một số lỗi Reference Error trong quá trình chạy setup.
|
|
62
|
+
|
|
63
|
+
## [3.0.2] — 2026-03-29
|
|
64
|
+
|
|
65
|
+
### ✨ 9Router Smart Proxy Expansion
|
|
66
|
+
|
|
67
|
+
- **9Router db.json Stability** — Cập nhật logic inject db.json của 9router qua entrypoint để tránh lỗi báo mất file "No such file or directory, lstat db.json".
|
|
68
|
+
- **Flagship Fallback Proxy** — Cấu hình "Smart Proxy" để có danh sách luân chuyển các LLMs Flagship mạnh mẽ nhất hiện tại của Codex, Antigravity, Claude Code, và Github Copilot.
|
|
69
|
+
- **Tùy chỉnh Setup Wizard** — Khi cài đặt hiện tại sẽ thấy danh sách provider/model hoàn chỉnh, và Smart Proxy được đặt làm chuẩn ưu tiên để tự fix lỗi "404 No Active Credentials".
|
|
70
|
+
|
|
71
|
+
## [3.0.1] — 2026-03-29
|
|
72
|
+
|
|
73
|
+
### ✨ New Features
|
|
74
|
+
|
|
75
|
+
- **Wizard UI Redesign (Step 2)** — AI Provider/Model lên đầu, sau đó Identity, Personality, Security Rules, Extensions
|
|
76
|
+
- **User Info textarea** — User tự nhập thông tin về mình → sinh vào `USER.md` để bot cá nhân hóa
|
|
77
|
+
- **Editable Security Rules** — Hiển thị quy tắc bảo mật mặc định, user có thể sửa → inject vào `AGENTS.md`
|
|
78
|
+
- **Section dividers** — Icon dividers giữa các nhóm config (🤖 🔐 🧩)
|
|
79
|
+
|
|
80
|
+
### 🐛 Bug Fixes
|
|
81
|
+
|
|
82
|
+
- **Skills auto-enable** — Khi chọn skill, giờ tự động khai báo trong `openclaw.json` → `skills.entries` (enabled: true). Trước đây chỉ cài Dockerfile nhưng không register → bot không nhận skill
|
|
83
|
+
- **Skills env injection** — Skills cần API key (Tavily, SMTP…) tự động inject env vars vào `skills.entries`
|
|
84
|
+
|
|
85
|
+
### 🎨 UI/UX
|
|
86
|
+
|
|
87
|
+
- Identity grid 3 cột (Tên, Vai trò, Emoji) — bỏ Vibe (gộp vào System Prompt)
|
|
88
|
+
- Emoji input fix: `form-input--emoji` class, cùng height với input khác
|
|
89
|
+
- Label System Prompt → "Tính cách, Vibe & Quy tắc trả lời"
|
|
90
|
+
- Responsive mobile: Name full width, Role + Emoji side-by-side
|
|
91
|
+
- Security textarea readonly mặc định, nút "✏️ Sửa" / "🔒 Khóa" toggle
|
|
92
|
+
|
|
93
|
+
### 🔧 Technical
|
|
94
|
+
|
|
95
|
+
- `state.config.userInfo` — new field, saved from `cfg-user-info` textarea
|
|
96
|
+
- `state.config.securityRules` — editable, defaults per language (vi/en)
|
|
97
|
+
- `DEFAULT_SECURITY_RULES` constant with vi/en templates
|
|
98
|
+
- `clawConfig.skills.entries` generated from selected skills
|
|
99
|
+
- Language toggle updates both prompt and security rules
|
|
100
|
+
|
|
101
|
+
---
|
|
102
|
+
|
|
103
|
+
## [3.0.0] — 2026-03-28
|
|
104
|
+
|
|
105
|
+
### ✨ New Features
|
|
106
|
+
|
|
107
|
+
- **9Router Integration** — AI proxy, không cần API key, multi-container Docker (`docker-compose.yml` 2 service)
|
|
108
|
+
- **Skills System (ClawHub)** — 8 agent capabilities: Web Search, Browser Automation, Memory, RAG, Image Gen, Bot Scheduler, Code Interpreter, Email Assistant
|
|
109
|
+
- **Plugins System (npm)** — 4 runtime extensions: Voice Call, Matrix, MS Teams, Nostr
|
|
110
|
+
- **Browser Automation** — Full Chrome Debug Mode support (socat proxy, agent-browser, Playwright engine)
|
|
111
|
+
- **Task Scheduler** — Windows Scheduled Task auto-starts Chrome Debug khi logon (delay 10s)
|
|
112
|
+
- **Skill-aware .env** — `.env` template tự động thêm env vars cho skills cần API key (Tavily, SMTP, Flux...)
|
|
113
|
+
- **Post-setup Management** — Hướng dẫn thêm/bỏ skills/plugins sau khi setup qua `docker exec`
|
|
114
|
+
|
|
115
|
+
### 🎨 UI/UX
|
|
116
|
+
|
|
117
|
+
- Tách Skills (4-column grid) và Plugins (riêng biệt) — rõ ràng hơn
|
|
118
|
+
- Skill cards hiện notes (⚙️) cho skills cần setup thêm
|
|
119
|
+
- Browser Automation notice card ở Step 4 với `.bat` + `.ps1` scripts
|
|
120
|
+
- Management guide card (🔧) với `docker exec` commands
|
|
121
|
+
|
|
122
|
+
### 📚 Documentation
|
|
123
|
+
|
|
124
|
+
- `docs/browser-automation-guide.md` — Hướng dẫn sử dụng Browser Automation cho user
|
|
125
|
+
- `docs/skills-plugins-guide.md` — Tổng hợp toàn bộ skills/plugins + setup + env vars
|
|
126
|
+
- README.md / README.vi.md — Thêm 9Router, Skills/Plugins, FAQs mới
|
|
127
|
+
|
|
128
|
+
### 🔧 Technical
|
|
129
|
+
|
|
130
|
+
- `state.config.skills[]` + `state.config.plugins[]` quản lý độc lập
|
|
131
|
+
- `openclaw.json` inject `browser` config khi Browser skill selected
|
|
132
|
+
- Dockerfile conditional: socat, agent-browser chỉ khi cần
|
|
133
|
+
- docker-compose: `extra_hosts` cho cả 9Router lẫn non-9Router
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
137
|
+
## [2.0.0] — 2026-03-27
|
|
138
|
+
|
|
139
|
+
### ✨ New Features
|
|
140
|
+
|
|
141
|
+
- **Setup Wizard UI** — Interactive web wizard (`index.html`) to configure OpenClaw bots visually
|
|
142
|
+
- **Multi-Channel Support** — Telegram, Zalo Bot API, Zalo Personal channel selection
|
|
143
|
+
- **Multi-Provider AI** — Google Gemini, Anthropic Claude, OpenAI/Codex, OpenRouter, Ollama (local)
|
|
144
|
+
- **Plugin System** — Modular plugin grid: Browser Automation, Scheduler, Memory, Web Search, RAG, Image Gen
|
|
145
|
+
- **Config Generation** — Auto-generates `openclaw.json`, `agent.yaml`, `Dockerfile`, `docker-compose.yml`
|
|
146
|
+
- **Language Toggle** — VI/EN toggle switch with SVG flag icons
|
|
147
|
+
- **Brand Logos** — Real SVG logos from [thesvg.org](https://thesvg.org) for all providers and channels
|
|
148
|
+
|
|
149
|
+
### 🎨 Design
|
|
150
|
+
|
|
151
|
+
- Dark-themed glassmorphism UI with animated multi-layer gradients
|
|
152
|
+
- Provider cards with unique colored icon backgrounds (Gemini purple, Claude orange, OpenAI green, OpenRouter violet, Ollama cyan)
|
|
153
|
+
- Auto-expanding System Prompt textarea (no internal scroll)
|
|
154
|
+
- Shimmer animation on title, glow effects on selected cards
|
|
155
|
+
|
|
156
|
+
### 📚 Documentation
|
|
157
|
+
|
|
158
|
+
- `README.md` / `README.vi.md` — Full bilingual docs with multi-provider table
|
|
159
|
+
- `SETUP.md` / `SETUP.vi.md` — Technical setup guide for AI agents
|
|
160
|
+
- Security notice: System Prompt = personality only, framework enforces security rules
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
## [1.0.0] — 2026-03-26
|
|
165
|
+
|
|
166
|
+
### Initial Release
|
|
167
|
+
|
|
168
|
+
- Basic OpenClaw setup guide
|
|
169
|
+
- Telegram-only configuration
|
|
170
|
+
- Google Gemini single provider support
|
|
171
|
+
- Manual config file instructions
|
package/README.md
CHANGED
|
@@ -3,23 +3,23 @@
|
|
|
3
3
|
# 🦞 OpenClaw Setup
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
<a href="https://github.com/tuanminhhole/openclaw-setup/releases"><img src="https://img.shields.io/badge/RELEASE-v4.
|
|
6
|
+
<a href="https://github.com/tuanminhhole/openclaw-setup/releases"><img src="https://img.shields.io/badge/RELEASE-v4.1.1-0EA5E9?style=for-the-badge" alt="Version 4.1.1" /></a>
|
|
7
7
|
<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>
|
|
8
8
|
<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>
|
|
9
9
|
<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>
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
|
+
<p style="margin-top: 16px;">
|
|
13
|
+
<img src="https://flagcdn.com/24x18/gb.png" alt="English" width="24" height="18" style="vertical-align: sub;"> <strong>English</strong> ·
|
|
14
|
+
<img src="https://flagcdn.com/24x18/vn.png" alt="Tiếng Việt" width="24" height="18" style="vertical-align: sub;"> <a href="README.vi.md">Tiếng Việt</a>
|
|
15
|
+
</p>
|
|
16
|
+
|
|
12
17
|
An interactive <strong>CLI tool</strong> and <strong>Setup Wizard</strong> to deploy your own free AI Bot on Telegram or Zalo in minutes.
|
|
13
18
|
|
|
14
19
|
<a href="https://github.com/tuanminhhole/openclaw-setup">
|
|
15
20
|
<img src="https://raw.githubusercontent.com/tuanminhhole/openclaw-setup/main/docs/preview.png" alt="OpenClaw Setup Hero Image" width="100%" style="border-radius: 8px; margin: 16px 0; border: 1px solid #333;" />
|
|
16
21
|
</a>
|
|
17
22
|
|
|
18
|
-
<p style="margin-top: 16px;">
|
|
19
|
-
<img src="https://flagcdn.com/24x18/gb.png" alt="English" width="24" height="18" style="vertical-align: sub;"> <strong>English</strong> ·
|
|
20
|
-
<img src="https://flagcdn.com/24x18/vn.png" alt="Tiếng Việt" width="24" height="18" style="vertical-align: sub;"> <a href="README.vi.md">Tiếng Việt</a>
|
|
21
|
-
</p>
|
|
22
|
-
|
|
23
23
|
</div>
|
|
24
24
|
|
|
25
25
|
---
|
|
@@ -119,7 +119,7 @@ The fastest way to install OpenClaw is using the interactive NPM package.
|
|
|
119
119
|
2. Open this repo as workspace
|
|
120
120
|
3. Paste into chat:
|
|
121
121
|
```text
|
|
122
|
-
Read SETUP.md and set up OpenClaw v4.
|
|
122
|
+
Read SETUP.md and set up OpenClaw v4.1.1 for me.
|
|
123
123
|
My bot token is X, my 9Router proxy doesn't need a key.
|
|
124
124
|
My project folder: <YOUR_PATH>
|
|
125
125
|
```
|
|
@@ -205,7 +205,7 @@ Yes! Re-run the Setup Wizard or manually edit <code>.openclaw/openclaw.json</cod
|
|
|
205
205
|
|
|
206
206
|
<div align="center">
|
|
207
207
|
|
|
208
|
-
[](https://starchart.cc/tuanminhhole/openclaw-setup)
|
|
209
209
|
|
|
210
210
|
</div>
|
|
211
211
|
|
package/README.vi.md
CHANGED
|
@@ -3,23 +3,23 @@
|
|
|
3
3
|
# 🦞 OpenClaw Setup
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
<a href="https://github.com/tuanminhhole/openclaw-setup/releases"><img src="https://img.shields.io/badge/RELEASE-v4.
|
|
6
|
+
<a href="https://github.com/tuanminhhole/openclaw-setup/releases"><img src="https://img.shields.io/badge/RELEASE-v4.1.1-0EA5E9?style=for-the-badge" alt="Version 4.1.1" /></a>
|
|
7
7
|
<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>
|
|
8
8
|
<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>
|
|
9
9
|
<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>
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
|
+
<p style="margin-top: 16px;">
|
|
13
|
+
<img src="https://flagcdn.com/24x18/vn.png" alt="Tiếng Việt" width="24" height="18" style="vertical-align: sub;"> <strong>Tiếng Việt</strong> ·
|
|
14
|
+
<img src="https://flagcdn.com/24x18/gb.png" alt="English" width="24" height="18" style="vertical-align: sub;"> <a href="README.md">English</a>
|
|
15
|
+
</p>
|
|
16
|
+
|
|
12
17
|
Một công cụ trực quan <strong>Setup Wizard (UI)</strong> & <strong>CLI</strong> để tự tay build Bot AI trên Telegram và Zalo chỉ trong vài phút.
|
|
13
18
|
|
|
14
19
|
<a href="https://github.com/tuanminhhole/openclaw-setup">
|
|
15
20
|
<img src="https://raw.githubusercontent.com/tuanminhhole/openclaw-setup/main/docs/preview.png" alt="OpenClaw Setup Hero Image" width="100%" style="border-radius: 8px; margin: 16px 0; border: 1px solid #333;" />
|
|
16
21
|
</a>
|
|
17
22
|
|
|
18
|
-
<p style="margin-top: 16px;">
|
|
19
|
-
<img src="https://flagcdn.com/24x18/vn.png" alt="Tiếng Việt" width="24" height="18" style="vertical-align: sub;"> <strong>Tiếng Việt</strong> ·
|
|
20
|
-
<img src="https://flagcdn.com/24x18/gb.png" alt="English" width="24" height="18" style="vertical-align: sub;"> <a href="README.md">English</a>
|
|
21
|
-
</p>
|
|
22
|
-
|
|
23
23
|
</div>
|
|
24
24
|
|
|
25
25
|
---
|
|
@@ -118,7 +118,7 @@ Dùng NPX là cách cài chuẩn nhất:
|
|
|
118
118
|
2. Mở repo này làm workspace
|
|
119
119
|
3. Paste vào chat:
|
|
120
120
|
```text
|
|
121
|
-
Read SETUP.md and install OpenClaw 4.
|
|
121
|
+
Read SETUP.md and install OpenClaw 4.1.1 for me.
|
|
122
122
|
My bot token is X, my 9Router proxy doesn't need a key.
|
|
123
123
|
My project folder: <THƯ_MỤC_CỦA_BẠN>
|
|
124
124
|
```
|
|
@@ -208,7 +208,7 @@ API key chỉ lưu trên máy bạn. SETUP.md có các quy tắc bảo mật ngh
|
|
|
208
208
|
|
|
209
209
|
<div align="center">
|
|
210
210
|
|
|
211
|
-
[](https://starchart.cc/tuanminhhole/openclaw-setup)
|
|
212
212
|
|
|
213
213
|
</div>
|
|
214
214
|
|