Skip to content

Commit 818daac

Browse files
canyugsclaude
andcommitted
Add use cases and verification tip to readme
- Add Use Cases section: multi-language execution, package install, data processing, git operations, system automation - Add conversation-based verification tip to all languages Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bccaf89 commit 818daac

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

zeabur-template-openclaw-devbox-ZBVZNH.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ spec:
4141
- `go install` → `~/go/`
4242
- `cargo install` → `~/.cargo/`
4343
44+
## Use Cases
45+
- **Multi-language code execution** — Ask the AI to write and run Python, Go, Rust, or C code in the conversation
46+
- **Package installation & testing** — Ask the AI to install third-party packages and verify functionality (installations persist across restarts)
47+
- **Data processing & analysis** — Upload data files and have the AI process, transform, or analyze them with Python or jq
48+
- **Git operations & project builds** — Clone repositories, build projects, and run tests
49+
- **System automation scripts** — Write and test shell scripts and automation tools
50+
4451
## Setup
4552
1. Copy the **Gateway Token** from your OpenClaw service's **Instructions** tab before deploying, so you can paste it easily during setup
4653
2. Deploy this template to the **same Zeabur project** as your OpenClaw instance
@@ -60,6 +67,7 @@ spec:
6067
After deployment, check that the devbox node appears in OpenClaw:
6168
- Run `openclaw nodes list` in your OpenClaw service terminal
6269
- Or check the Nodes page in the OpenClaw Web UI
70+
- Or simply ask in the conversation: "Can you see the devbox node?"
6371
6472
## Architecture
6573
- No exposed ports — the devbox initiates an outbound WebSocket connection to the OpenClaw gateway
@@ -195,6 +203,13 @@ localization:
195203
- `go install` → `~/go/`
196204
- `cargo install` → `~/.cargo/`
197205
206+
## 使用案例
207+
- **多語言程式執行** — 在對話中請 AI 撰寫並執行 Python、Go、Rust、C 程式碼
208+
- **套件安裝與測試** — 請 AI 安裝第三方套件並驗證功能(安裝會持久化,重啟後仍保留)
209+
- **資料處理與分析** — 上傳資料檔,請 AI 用 Python 或 jq 處理、轉換、分析
210+
- **Git 操作與專案建置** — Clone 儲存庫、建置專案、執行測試
211+
- **系統自動化腳本** — 撰寫和測試 shell script 與自動化工具
212+
198213
## 設定步驟
199214
1. 部署前,先從 OpenClaw 服務的**使用說明**分頁中複製 **Gateway Token**,方便後續輸入
200215
2. 將此模板部署到與您的 OpenClaw 實例**相同的 Zeabur 專案**
@@ -214,6 +229,7 @@ localization:
214229
部署後,確認 devbox 節點已出現在 OpenClaw 中:
215230
- 在 OpenClaw 服務終端中執行 `openclaw nodes list`
216231
- 或在 OpenClaw Web UI 的節點頁面中查看
232+
- 或直接在對話中詢問:「你現在有看到 devbox 的 node 嗎?」
217233
218234
## 架構
219235
- 無對外公開端口 — devbox 透過 WebSocket 主動連線至 OpenClaw gateway
@@ -253,6 +269,13 @@ localization:
253269
- `go install` → `~/go/`
254270
- `cargo install` → `~/.cargo/`
255271
272+
## 使用案例
273+
- **多语言程序执行** — 在对话中请 AI 编写并执行 Python、Go、Rust、C 代码
274+
- **包安装与测试** — 请 AI 安装第三方包并验证功能(安装会持久化,重启后仍保留)
275+
- **数据处理与分析** — 上传数据文件,请 AI 用 Python 或 jq 处理、转换、分析
276+
- **Git 操作与项目构建** — Clone 仓库、构建项目、运行测试
277+
- **系统自动化脚本** — 编写和测试 shell script 与自动化工具
278+
256279
## 设置步骤
257280
1. 部署前,先从 OpenClaw 服务的**操作说明**标签页中复制 **Gateway Token**,方便后续输入
258281
2. 将此模板部署到与您的 OpenClaw 实例**相同的 Zeabur 项目**
@@ -272,6 +295,7 @@ localization:
272295
部署后,确认 devbox 节点已出现在 OpenClaw 中:
273296
- 在 OpenClaw 服务终端中执行 `openclaw nodes list`
274297
- 或在 OpenClaw Web UI 的节点页面中查看
298+
- 或直接在对话中询问:"你现在有看到 devbox 的 node 吗?"
275299
276300
## 架构
277301
- 无对外公开端口 — devbox 通过 WebSocket 主动连接至 OpenClaw gateway
@@ -311,6 +335,13 @@ localization:
311335
- `go install` → `~/go/`
312336
- `cargo install` → `~/.cargo/`
313337
338+
## ユースケース
339+
- **多言語コード実行** — 会話で AI に Python、Go、Rust、C のコードを書いて実行してもらう
340+
- **パッケージのインストールとテスト** — AI にサードパーティパッケージをインストールして機能を検証してもらう(インストールは再起動後も保持)
341+
- **データ処理と分析** — データファイルをアップロードし、AI に Python や jq で処理・変換・分析してもらう
342+
- **Git 操作とプロジェクトビルド** — リポジトリのクローン、プロジェクトのビルド、テストの実行
343+
- **システム自動化スクリプト** — シェルスクリプトや自動化ツールの作成とテスト
344+
314345
## セットアップ
315346
1. デプロイ前に、OpenClaw サービスの**指示**タブから **Gateway Token** をコピーしておくと、入力がスムーズです
316347
2. このテンプレートを OpenClaw インスタンスと**同じ Zeabur プロジェクト**にデプロイします
@@ -330,6 +361,7 @@ localization:
330361
デプロイ後、devbox ノードが OpenClaw に表示されていることを確認します:
331362
- OpenClaw サービスターミナルで `openclaw nodes list` を実行
332363
- または OpenClaw Web UI のノードページで確認
364+
- または会話で直接聞く:「devbox の node は見えますか?」
333365
334366
## アーキテクチャ
335367
- 公開ポートなし — devbox は WebSocket で OpenClaw gateway に発信接続します
@@ -369,6 +401,13 @@ localization:
369401
- `go install` → `~/go/`
370402
- `cargo install` → `~/.cargo/`
371403
404+
## Casos de uso
405+
- **Ejecución de código multilenguaje** — Pida a la IA que escriba y ejecute código en Python, Go, Rust o C en la conversación
406+
- **Instalación y prueba de paquetes** — Pida a la IA que instale paquetes de terceros y verifique su funcionalidad (las instalaciones persisten tras reinicios)
407+
- **Procesamiento y análisis de datos** — Suba archivos de datos y pida a la IA que los procese, transforme o analice con Python o jq
408+
- **Operaciones Git y compilación de proyectos** — Clone repositorios, compile proyectos y ejecute pruebas
409+
- **Scripts de automatización del sistema** — Escriba y pruebe scripts de shell y herramientas de automatización
410+
372411
## Configuración
373412
1. Antes de desplegar, copie el **Gateway Token** de la pestaña **Instrucciones** de su servicio OpenClaw para facilitar la entrada
374413
2. Despliegue esta plantilla en el **mismo proyecto Zeabur** que su instancia de OpenClaw
@@ -388,6 +427,7 @@ localization:
388427
Después del despliegue, verifique que el nodo devbox aparezca en OpenClaw:
389428
- Ejecute `openclaw nodes list` en la terminal de su servicio OpenClaw
390429
- O consulte la página de Nodos en la interfaz web de OpenClaw
430+
- O simplemente pregunte en la conversación: "Can you see the devbox node?"
391431
392432
## Arquitectura
393433
- Sin puertos expuestos — el devbox inicia una conexión WebSocket saliente al gateway de OpenClaw
@@ -427,6 +467,13 @@ localization:
427467
- `go install` → `~/go/`
428468
- `cargo install` → `~/.cargo/`
429469
470+
## Kasus Penggunaan
471+
- **Eksekusi kode multi-bahasa** — Minta AI menulis dan menjalankan kode Python, Go, Rust, atau C dalam percakapan
472+
- **Instalasi dan pengujian paket** — Minta AI menginstal paket pihak ketiga dan memverifikasi fungsionalitasnya (instalasi tetap tersimpan setelah restart)
473+
- **Pemrosesan dan analisis data** — Unggah file data dan minta AI memprosesnya dengan Python atau jq
474+
- **Operasi Git dan build proyek** — Clone repositori, build proyek, dan jalankan pengujian
475+
- **Skrip otomasi sistem** — Tulis dan uji shell script dan alat otomasi
476+
430477
## Pengaturan
431478
1. Sebelum deploy, salin **Gateway Token** dari tab **Instruksi** layanan OpenClaw Anda agar mudah dimasukkan nanti
432479
2. Deploy template ini ke **proyek Zeabur yang sama** dengan instans OpenClaw Anda
@@ -446,6 +493,7 @@ localization:
446493
Setelah deployment, pastikan node devbox muncul di OpenClaw:
447494
- Jalankan `openclaw nodes list` di terminal layanan OpenClaw Anda
448495
- Atau periksa halaman Nodes di OpenClaw Web UI
496+
- Atau tanyakan langsung dalam percakapan: "Can you see the devbox node?"
449497
450498
## Arsitektur
451499
- Tidak ada port yang terbuka — devbox memulai koneksi WebSocket keluar ke gateway OpenClaw

0 commit comments

Comments
 (0)