-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcheatsheet.txt
More file actions
24 lines (19 loc) · 883 Bytes
/
Copy pathcheatsheet.txt
File metadata and controls
24 lines (19 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 🦞 OpenClaw Cheat Sheet
### 🚀 Management
- `openclaw status` - Check system & gateway health
- `openclaw daemon logs` - View live background logs
- `openclaw daemon restart` - Restart the gateway & agents
- `openclaw doctor` - Run auto-repair on dependencies
### 🤖 Interaction
- `openclaw tui` - Open the Terminal User Interface
- `openclaw onboard` - Re-run the first-time setup wizard
- `openclaw chat` - Start a quick CLI chat session
### 🔧 Configuration
- `openclaw configure` - Interactive configuration menu
- `openclaw hooks list` - See active automation hooks
- `openclaw skills list` - View available agent tools
### 🌍 Networking
- `sudo tailscale status` - Check remote access status
- `sudo tailscale ip -4` - Get your Tailscale IP address
---
*Documentation: https://docs.openclaw.ai*