create-openclaw-bot 5.7.10 β 5.8.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 +159 -315
- package/README.vi.md +164 -315
- package/dist/cli.js +111 -2809
- package/dist/legacy-cli.js +2812 -0
- package/dist/server/local-server.js +2372 -0
- package/dist/setup/data/header.js +80 -80
- package/dist/setup/shared/bot-config-gen.js +469 -462
- package/dist/setup/shared/common-gen.js +313 -315
- package/dist/setup/shared/docker-gen.js +574 -500
- package/dist/setup/shared/install-gen.js +566 -566
- package/dist/setup/shared/workspace-gen.js +2 -1
- package/dist/setup.js +396 -204
- package/dist/web/app.js +1106 -0
- package/dist/web/bvvbank.jpg +0 -0
- package/dist/web/index.html +14 -0
- package/dist/web/momo.jpg +0 -0
- package/dist/web/openclaw-logo.png +0 -0
- package/dist/web/openclaw-logo.svg +1 -0
- package/dist/web/styles.css +607 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,315 +1,159 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
|
|
3
|
-
# π¦ OpenClaw Setup
|
|
4
|
-
|
|
5
|
-
<p align="center">
|
|
6
|
-
<a href="https://github.com/tuanminhhole/openclaw-setup/releases"><img src="https://img.shields.io/badge/RELEASE-v5.
|
|
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
|
-
<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
|
-
<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
|
-
</p>
|
|
11
|
-
|
|
12
|
-
<p style="margin-top: 16px;">
|
|
13
|
-
<img src="https://flagcdn.com/24x18/
|
|
14
|
-
<img src="https://flagcdn.com/24x18/
|
|
15
|
-
</p>
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
<
|
|
20
|
-
<img src="https://raw.githubusercontent.com/tuanminhhole/openclaw-setup/main/docs/
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
## β¨ Features
|
|
41
|
-
|
|
42
|
-
- π€ **Multi-
|
|
43
|
-
- π§βπ€βπ§ **Multi-
|
|
44
|
-
- π§ **
|
|
45
|
-
- π§© **Skills** β Web Search, Browser Automation
|
|
46
|
-
- π **
|
|
47
|
-
- π **9Router** β
|
|
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
|
-
|
|
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
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
> β οΈ **Zalo Personal** uses an unofficial API. Your account may be restricted. Use a secondary account only.
|
|
161
|
-
|
|
162
|
-
---
|
|
163
|
-
|
|
164
|
-
## π Repo Structure
|
|
165
|
-
|
|
166
|
-
```
|
|
167
|
-
index.html β Setup Wizard UI (open in browser)
|
|
168
|
-
style.css β Wizard styles
|
|
169
|
-
setup.js β Wizard logic
|
|
170
|
-
cli.js β Interactive CLI (npx create-openclaw-bot)
|
|
171
|
-
CHANGELOG.md/.vi.md β Version history
|
|
172
|
-
README.md β You're here (English)
|
|
173
|
-
README.vi.md β HΖ°α»ng dαΊ«n tiαΊΏng Viα»t
|
|
174
|
-
SETUP.md/.vi.md β Technical guide for AI Agent
|
|
175
|
-
docs/
|
|
176
|
-
install-docker.md/.vi.md β Docker setup per OS
|
|
177
|
-
install-native.md/.vi.md β Native/PM2 install per OS
|
|
178
|
-
ai-providers.md/.vi.md β AI provider configuration
|
|
179
|
-
hardware-guide.md/.vi.md β RAM planning for Ollama/Gemma 4
|
|
180
|
-
faq.md/.vi.md β Frequently asked questions
|
|
181
|
-
```
|
|
182
|
-
|
|
183
|
-
> **Note:** Startup scripts (`.bat`, `.sh`) are **not included** in the repo β they are generated by the Web Wizard or CLI based on your specific configuration.
|
|
184
|
-
|
|
185
|
-
---
|
|
186
|
-
|
|
187
|
-
## β FAQ
|
|
188
|
-
|
|
189
|
-
<details>
|
|
190
|
-
<summary><b>Is it really free?</b></summary>
|
|
191
|
-
|
|
192
|
-
Yes. Docker, Google Gemini API (free tier), and Telegram/Zalo bot tokens are all free. You only pay if you choose a paid AI provider like Claude or GPT-4o.
|
|
193
|
-
|
|
194
|
-
</details>
|
|
195
|
-
|
|
196
|
-
<details>
|
|
197
|
-
<summary><b>Where does the bot run?</b></summary>
|
|
198
|
-
|
|
199
|
-
On your computer or server. With Docker it runs in a container; with Native mode it runs as a PM2-managed process. If the machine is off, the bot is off. Use a VPS for 24/7 uptime.
|
|
200
|
-
|
|
201
|
-
</details>
|
|
202
|
-
|
|
203
|
-
<details>
|
|
204
|
-
<summary><b>Do I need Docker?</b></summary>
|
|
205
|
-
|
|
206
|
-
No. Docker is optional. Windows/macOS users should use Docker for clean isolation. Ubuntu/VPS users should install natively with PM2 β less overhead and OpenClaw is already secure by design.
|
|
207
|
-
|
|
208
|
-
</details>
|
|
209
|
-
|
|
210
|
-
<details>
|
|
211
|
-
<summary><b>How do I stop/restart the bot?</b></summary>
|
|
212
|
-
|
|
213
|
-
**Docker:**
|
|
214
|
-
|
|
215
|
-
```bash
|
|
216
|
-
docker compose down # Stop
|
|
217
|
-
docker compose up -d # Start
|
|
218
|
-
docker compose restart # Restart
|
|
219
|
-
```
|
|
220
|
-
|
|
221
|
-
**PM2 (native):**
|
|
222
|
-
|
|
223
|
-
```bash
|
|
224
|
-
pm2 stop openclaw-bot
|
|
225
|
-
pm2 start openclaw-bot
|
|
226
|
-
pm2 restart openclaw-bot
|
|
227
|
-
```
|
|
228
|
-
|
|
229
|
-
</details>
|
|
230
|
-
|
|
231
|
-
<details>
|
|
232
|
-
<summary><b>Can I switch AI models later?</b></summary>
|
|
233
|
-
|
|
234
|
-
Yes. Re-run `npx create-openclaw-bot` in your bot folder, or edit `.openclaw/openclaw.json` directly and restart the bot.
|
|
235
|
-
|
|
236
|
-
</details>
|
|
237
|
-
|
|
238
|
-
<details>
|
|
239
|
-
<summary><b>Is it safe?</b></summary>
|
|
240
|
-
|
|
241
|
-
Your API keys are stored only on your machine in a local `.env` file. OpenClaw never transmits them anywhere. When using Ollama, all AI inference runs completely offline.
|
|
242
|
-
|
|
243
|
-
</details>
|
|
244
|
-
|
|
245
|
-
<details>
|
|
246
|
-
<summary><b>What is 9Router?</b></summary>
|
|
247
|
-
|
|
248
|
-
9Router is an open-source AI proxy. Instead of managing API keys from multiple providers, you log in once via OAuth at `localhost:20128/dashboard`. It auto-routes requests to the best available AI model. Starting v0.3.75, it also supports lossless passthrough for Claude Code, Codex, Gemini CLI, and Antigravity.
|
|
249
|
-
|
|
250
|
-
</details>
|
|
251
|
-
|
|
252
|
-
<details>
|
|
253
|
-
<summary><b>What's the difference between Skills and Plugins?</b></summary>
|
|
254
|
-
|
|
255
|
-
**Skills** add agent capabilities (Web Search, Browser Automation, Memory, RAG, Code Interpreter...) β install via `openclaw skills install` from ClawHub.
|
|
256
|
-
|
|
257
|
-
**Plugins** add channels or runtime extensions (Voice Call, Matrix, MS Teams...) β install via `openclaw plugins install` from npm.
|
|
258
|
-
|
|
259
|
-
</details>
|
|
260
|
-
|
|
261
|
-
<details>
|
|
262
|
-
<summary><b>How much RAM do I need for Gemma 4?</b></summary>
|
|
263
|
-
|
|
264
|
-
| Model | Min RAM (Native) | Min RAM (Docker) |
|
|
265
|
-
| ------------ | ---------------- | ---------------- |
|
|
266
|
-
| `gemma4:e2b` | ~4 GB | ~5 GB |
|
|
267
|
-
| `gemma4:e4b` | ~8 GB | ~9 GB |
|
|
268
|
-
| `gemma4:26b` | ~18 GB | ~20 GB |
|
|
269
|
-
| `gemma4:31b` | ~24 GB | ~26 GB |
|
|
270
|
-
|
|
271
|
-
See [docs/hardware-guide.md](docs/hardware-guide.md) for full details including VPS swap setup.
|
|
272
|
-
|
|
273
|
-
</details>
|
|
274
|
-
|
|
275
|
-
---
|
|
276
|
-
|
|
277
|
-
## π Links
|
|
278
|
-
|
|
279
|
-
- [OpenClaw Docs](https://openclaw.ai/docs)
|
|
280
|
-
- [9Router](https://github.com/decolua/9router)
|
|
281
|
-
- [Google AI Studio](https://aistudio.google.com/)
|
|
282
|
-
- [Telegram BotFather](https://t.me/BotFather)
|
|
283
|
-
- [Zalo Developer Platform](https://developers.zalo.me)
|
|
284
|
-
- [Docker Desktop](https://www.docker.com/products/docker-desktop/)
|
|
285
|
-
- [Ollama](https://ollama.com)
|
|
286
|
-
- [OpenRouter](https://openrouter.ai)
|
|
287
|
-
- [ClawHub (Skills)](https://clawhub.com)
|
|
288
|
-
|
|
289
|
-
---
|
|
290
|
-
|
|
291
|
-
## π Star History
|
|
292
|
-
|
|
293
|
-
<div align="center">
|
|
294
|
-
|
|
295
|
-
[](https://starchart.cc/tuanminhhole/openclaw-setup)
|
|
296
|
-
|
|
297
|
-
</div>
|
|
298
|
-
|
|
299
|
-
---
|
|
300
|
-
|
|
301
|
-
## π Acknowledgments
|
|
302
|
-
|
|
303
|
-
- [OpenClaw](https://openclaw.ai) β AI Gateway framework
|
|
304
|
-
- [9Router](https://github.com/decolua/9router) β Open-source AI proxy (OAuth-based, no API keys)
|
|
305
|
-
- [Playwright](https://playwright.dev) β Browser automation engine
|
|
306
|
-
- [ClawHub](https://clawhub.com) β Skills registry
|
|
307
|
-
- [TheSVG](https://thesvg.org) β High-quality SVG brand icons
|
|
308
|
-
|
|
309
|
-
---
|
|
310
|
-
|
|
311
|
-
<div align="center">
|
|
312
|
-
|
|
313
|
-
Made with π¦ by [Kent](https://github.com/tuanminhhole)
|
|
314
|
-
|
|
315
|
-
</div>
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
# π¦ OpenClaw Setup
|
|
4
|
+
|
|
5
|
+
<p align="center">
|
|
6
|
+
<a href="https://github.com/tuanminhhole/openclaw-setup/releases"><img src="https://img.shields.io/badge/RELEASE-v5.8.0-0EA5E9?style=for-the-badge" alt="Version 5.8.0" /></a>
|
|
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
|
+
<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
|
+
<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
|
+
</p>
|
|
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;"> <a href="README.vi.md">TiαΊΏng Viα»t</a> Β·
|
|
14
|
+
<img src="https://flagcdn.com/24x18/gb.png" alt="English" width="24" height="18" style="vertical-align: sub;"> <strong>English</strong>
|
|
15
|
+
</p>
|
|
16
|
+
|
|
17
|
+
A next-generation **Web UI Setup** and management dashboard that automates 100% of the project scaffolding, deployment, and control of free multi-bot AI assistants on Telegram or Zalo β supports **Windows, macOS, Ubuntu, and VPS**.
|
|
18
|
+
|
|
19
|
+
<p align="center" style="margin: 24px 0;">
|
|
20
|
+
<img src="https://raw.githubusercontent.com/tuanminhhole/openclaw-setup/main/docs/openclaw-setup.png" alt="OpenClaw Setup" width="49%" style="border-radius: 8px; border: 1px solid #333;" />
|
|
21
|
+
<img src="https://raw.githubusercontent.com/tuanminhhole/openclaw-setup/main/docs/dashboard.png" alt="OpenClaw Dashboard" width="49%" style="border-radius: 8px; border: 1px solid #333;" />
|
|
22
|
+
</p>
|
|
23
|
+
|
|
24
|
+
</div>
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## π What's New in v5.8.0 (Major Release)
|
|
29
|
+
|
|
30
|
+
- π¨ **Modern Web UI Dashboard**: Completely replaces the legacy `index.html` static wizard and terminal-based manual setups with a highly intuitive, premium dark red/black themed web dashboard to install and manage bots.
|
|
31
|
+
- π **Centralized AI Proxy via 9Router**: The installer now relies exclusively on **9Router** as the unified AI gateway. You no longer need to manually manage separate API keys or endpoints for each provider. Through 9Router's OAuth sign-in flow, you can easily route requests to free models (like Google Gemini free tier, Ollama local offline models) as well as premium paid models (like OpenAI GPT-4o, Anthropic Claude...).
|
|
32
|
+
- π **Process Controller**: Directly Start, Stop, or Recreate bot containers and processes via user-friendly dashboard buttons without ever touching Docker CLI commands.
|
|
33
|
+
- π **Real-Time Live Logs**: View real-time streaming console logs of your bot processes directly on the Web UI for instant debugging and monitoring.
|
|
34
|
+
- π **File Tree Editor**: Read, modify, and save configuration files (`openclaw.json`, `SOUL.md`, `AGENTS.md`) directly in the browser.
|
|
35
|
+
- π **Zalo QR Authorization**: Authorize Zalo Personal bots in seconds by scanning the Zalo login QR code rendered directly on the management dashboard.
|
|
36
|
+
- π **Smart Port Conflict Resolution**: Automatically scans and dynamically assigns unique network ports (`routerPort`) to avoid conflicts when launching multiple bot instances.
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## β¨ Features
|
|
41
|
+
|
|
42
|
+
- π€ **Multi-Channel** β Telegram (single or multi-bot relay), Zalo Bot API, or Zalo Personal.
|
|
43
|
+
- π§βπ€βπ§ **Multi-Bot Team** β Run multiple Telegram/Zalo bots simultaneously with synchronized workspaces and teamwork.
|
|
44
|
+
- π§ **Unified AI Routing via 9Router** β Easily route messages to Google Gemini, Claude, GPT-4o, OpenRouter, and Ollama (local offline models).
|
|
45
|
+
- π§© **Built-in Skills** β Web Search, Browser Automation (Chrome CDP), and Cron/Scheduler tasks.
|
|
46
|
+
- π **Integrated Marketplace** β Install advanced plugins (like `openclaw-zalo-mod`, Facebook Crawler...) with a single click.
|
|
47
|
+
- π **9Router Integration** β Open-source OAuth-based AI proxy that gets you up and running for free without individual API keys.
|
|
48
|
+
- π **Safe & Private** β All configurations and API keys are stored locally on your own machine.
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
## πΊοΈ Quick Start
|
|
53
|
+
|
|
54
|
+
### 1οΈβ£ Method 1: Using NPX (Recommended)
|
|
55
|
+
Open your terminal and run this single command:
|
|
56
|
+
```bash
|
|
57
|
+
npx create-openclaw-bot
|
|
58
|
+
```
|
|
59
|
+
*The bootstrapper will automatically download package files, launch the local backend server, and open the Setup UI in your browser.*
|
|
60
|
+
|
|
61
|
+
### 2οΈβ£ Method 2: Manual Clone
|
|
62
|
+
If you downloaded or cloned the repository files locally:
|
|
63
|
+
```bash
|
|
64
|
+
npm install
|
|
65
|
+
npm start
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## π System Prerequisites
|
|
71
|
+
|
|
72
|
+
- **Node.js**: Version 20, 22, or 24 (Avoid Node 25 due to runtime library deprecations).
|
|
73
|
+
- **Git**: Installed and available in your environment PATH.
|
|
74
|
+
- **Docker Desktop** (If deploying via Docker): Support for Docker Compose V2.
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
## π§ Supported AI Providers (via 9Router)
|
|
79
|
+
|
|
80
|
+
- [9Router GitHub](https://github.com/decolua/9router)
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
84
|
+
## π Supported Channels
|
|
85
|
+
|
|
86
|
+
- **Telegram**: Acquire your official Bot Token from `@BotFather`.
|
|
87
|
+
- **Zalo Bot API**: Obtain credentials from [developers.zalo.me](https://developers.zalo.me).
|
|
88
|
+
- **Zalo Personal**: Scan the QR authorization image displayed on the OpenClaw Dashboard.
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
## π Repository Structure
|
|
93
|
+
|
|
94
|
+
```text
|
|
95
|
+
openclaw-setup/
|
|
96
|
+
|-- README.md β English documentation (You are here)
|
|
97
|
+
|-- README.vi.md β Vietnamese documentation
|
|
98
|
+
|-- package.json β NPM entry and runner scripts
|
|
99
|
+
|-- dist/ β Compiled Web UI and CLI bundles
|
|
100
|
+
`-- src/ β Source code (UI, local API backend, build tools)
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
## β FAQ
|
|
106
|
+
|
|
107
|
+
<details>
|
|
108
|
+
<summary><b>How do I start or stop the bot?</b></summary>
|
|
109
|
+
You no longer need to type terminal commands! Simply access the Setup Web UI, navigate to the <b>Bot</b> tab, and use the interactive <b>Start / Stop / Recreate</b> buttons to manage your bot lifecycle.
|
|
110
|
+
</details>
|
|
111
|
+
|
|
112
|
+
<details>
|
|
113
|
+
<summary><b>Where do I edit the bot's persona and instructions?</b></summary>
|
|
114
|
+
You can edit them directly in your browser. Go to the <b>Bot</b> tab, scroll down to the <b>Bot file tree</b> section, and select the file you want to edit (e.g., `SOUL.md` or `AGENTS.md`). Click <b>Save</b> to apply changes instantly.
|
|
115
|
+
</details>
|
|
116
|
+
|
|
117
|
+
<details>
|
|
118
|
+
<summary><b>Can I change the AI model configuration later?</b></summary>
|
|
119
|
+
Yes. You can edit the config JSON directly via the integrated File Editor in the Web UI, or re-run the setup script pointing to your existing project folder.
|
|
120
|
+
</details>
|
|
121
|
+
|
|
122
|
+
---
|
|
123
|
+
|
|
124
|
+
## π Useful Links
|
|
125
|
+
|
|
126
|
+
- [OpenClaw Docs](https://openclaw.ai/docs)
|
|
127
|
+
- [9Router GitHub](https://github.com/decolua/9router)
|
|
128
|
+
- [Google AI Studio](https://aistudio.google.com/)
|
|
129
|
+
- [Telegram BotFather](https://t.me/BotFather)
|
|
130
|
+
- [Zalo Developer Platform](https://developers.zalo.me)
|
|
131
|
+
- [Docker Desktop](https://www.docker.com/products/docker-desktop/)
|
|
132
|
+
- [ClawHub (Skills)](https://clawhub.com)
|
|
133
|
+
|
|
134
|
+
---
|
|
135
|
+
|
|
136
|
+
## π Star History
|
|
137
|
+
|
|
138
|
+
<div align="center">
|
|
139
|
+
|
|
140
|
+
[](https://starchart.cc/tuanminhhole/openclaw-setup)
|
|
141
|
+
|
|
142
|
+
</div>
|
|
143
|
+
|
|
144
|
+
---
|
|
145
|
+
|
|
146
|
+
## π Acknowledgments
|
|
147
|
+
|
|
148
|
+
- [OpenClaw](https://openclaw.ai) β Core AI Gateway framework
|
|
149
|
+
- [9Router](https://github.com/decolua/9router) β Open-source AI proxy (OAuth-based, no API keys)
|
|
150
|
+
- [ClawHub](https://clawhub.com) β Bot skills registry
|
|
151
|
+
- [TheSVG](https://thesvg.org) β High-quality SVG brand icons
|
|
152
|
+
|
|
153
|
+
---
|
|
154
|
+
|
|
155
|
+
<div align="center">
|
|
156
|
+
|
|
157
|
+
Made with π¦ by [Kent](https://github.com/tuanminhhole)
|
|
158
|
+
|
|
159
|
+
</div>
|