4. OpenClaw TUI Interaction

TUI (Text User Interface) is OpenClaw's "command line chat window". When you can't easily open the web console on Jetson, or you're connected via SSH remotely, you can use TUI to complete most daily interactions in the terminal: conversations, model switching, status checking, session management, skill invocation, etc.

OpenClaw TUI 界面(可替换为你的截图)

1. How to Enter TUI

Execute in terminal:

If you have already started openclaw gateway (e.g., gateway/server) in another terminal, you can directly execute openclaw tui to enter the interactive interface

2. What is the TUI Interface

You can understand TUI as a "chat box with commands":

Recommended first-time actions:

3. Slash Commands

Slash commands generally need to be sent as standalone messages starting with /, used to control sessions and run operations.

CommandFunctionWhen to UseExample
/helpView help and command listWhen you don't know available commands/help
/statusCheck current statusWhen suspecting disconnection, want to see context usage/status
/newStart new conversation line (new session)Topic switching, avoid context interference/new
/resetReset session (equivalent to restarting, same effect as new)Conversation goes off track, want to clear context/reset
/model / /models listView/switch modelsWhen wanting faster or stronger models/models list
/think mediumSet thinking depthDaily recommendation: use low or disable/think medium
/stopStop current taskWhen stuck, want to stop immediately/stop
/context detailView currently injected contextTroubleshoot "why it remembers/forgets certain content"/context detail
/compactCompress earlier history into summaryConversation too long, context nearly full/compact
/skill <name>Run a specific skillWhen you know skill name and want to run directly/skill web_search

Two additional "daily usage" recommendations:

4. Sessions and Memory

In OpenClaw, these two concepts have clear divisions:

4.1 Where are Session Files

Sessions are saved to disk in JSONL format, common locations (actual installation path may vary):

A more convenient way for actual troubleshooting is to first execute:

It usually provides the store path and recent session information.

4.2 How to "Use" Memory

You can understand Memory as "letting the robot take notes":

Practical recommendations:

5. Quick Start Workflow

  1. Enter TUI: openclaw tui
  2. Confirm status: /status
  3. Select model: /models list/model <number or name>
  4. Daily conversation: directly enter questions and press Enter
  5. Topic switching: /new
  6. Context too long: /compact
  7. Key conclusions need long-term retention: have robot write to Memory

6. Common Troubleshooting

6.1 No Response After Entering Commands

6.2 Feeling "It's Starting to Talk Nonsense or Can't Understand" or Being Interfered by History

6.3 Responses Getting Slower