forked from Selig/openclaw-skill
6 custom skills (assign-task, dispatch-webhook, daily-briefing, task-capture, qmd-brain, tts-voice) with technical documentation. Compatible with Claude Code, OpenClaw, Codex CLI, and OpenCode.
18 lines
241 B
Markdown
18 lines
241 B
Markdown
# tui
|
|
|
|
# `openclaw tui`
|
|
|
|
Open the terminal UI connected to the Gateway.
|
|
|
|
Related:
|
|
|
|
* TUI guide: [TUI](/tui)
|
|
|
|
## Examples
|
|
|
|
```bash
|
|
openclaw tui
|
|
openclaw tui --url ws://127.0.0.1:18789 --token <token>
|
|
openclaw tui --session main --deliver
|
|
```
|