mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 11:01:39 +03:00
5676a6b38d
What: switch to 你/你的 tone; standardize Skills/Gateway网关/local loopback/私信 wording Why: align zh-CN docs with issue 6995 feedback + idiomatic tech style Tests: pnpm docs:build
31 lines
658 B
Markdown
31 lines
658 B
Markdown
---
|
|
read_when:
|
|
- 想要使用 Gateway网关的终端 UI(支持远程)
|
|
- 想要从脚本传递 url/token/session
|
|
summary: 连接到 Gateway网关的终端 UI 的 `openclaw tui` CLI 参考
|
|
title: tui
|
|
x-i18n:
|
|
generated_at: "2026-02-01T20:21:31Z"
|
|
model: claude-opus-4-5
|
|
provider: pi
|
|
source_hash: f0a97d92e08746a9d6a4f31d361ccad9aea4c3dc61cfafb310d88715f61cfb64
|
|
source_path: cli/tui.md
|
|
workflow: 14
|
|
---
|
|
|
|
# `openclaw tui`
|
|
|
|
打开连接到 Gateway网关的终端 UI。
|
|
|
|
相关内容:
|
|
|
|
- TUI 指南:[TUI](/tui)
|
|
|
|
## 示例
|
|
|
|
```bash
|
|
openclaw tui
|
|
openclaw tui --url ws://127.0.0.1:18789 --token <token>
|
|
openclaw tui --session main --deliver
|
|
```
|