CLI commands
Dokumentacja referencyjna CLI
openclaw to główny punkt wejścia CLI. Każde podstawowe polecenie ma
dedykowaną stronę referencyjną albo jest udokumentowane razem z poleceniem, którego jest aliasem; ten
indeks wymienia polecenia, flagi globalne oraz reguły stylizacji wyjścia, które
obowiązują w całym CLI.
Strony poleceń
| Obszar | Polecenia |
|---|---|
| Konfiguracja i wdrożenie | crestodian · setup · onboard · configure · config · completion · doctor · dashboard |
| Resetowanie i odinstalowanie | backup · reset · uninstall · update |
| Wiadomości i agenci | message · agent · agents · acp · mcp |
| Kondycja i sesje | status · health · sessions |
| Gateway i logi | gateway · logs · system |
| Modele i wnioskowanie | models · infer · capability (alias dla infer) · memory · commitments · wiki |
| Sieć i węzły | directory · nodes · devices · node |
| Środowisko uruchomieniowe i sandbox | approvals · exec-policy (zobacz approvals) · sandbox · tui · chat/terminal (aliasy dla tui --local) · browser |
| Automatyzacja | cron · tasks · hooks · webhooks |
| Odkrywanie i dokumentacja | dns · docs |
| Parowanie i kanały | pairing · qr · channels |
| Bezpieczeństwo i Pluginy | security · secrets · skills · plugins · proxy |
| Starsze aliasy | daemon (usługa Gateway) · clawbot (przestrzeń nazw) |
| Pluginy (opcjonalne) | voicecall (jeśli zainstalowano) |
Flagi globalne
| Flaga | Cel |
|---|---|
--dev |
Izoluje stan w ~/.openclaw-dev i przesuwa porty domyślne |
--profile <name> |
Izoluje stan w ~/.openclaw-<name> |
--container <name> |
Wskazuje nazwany kontener jako cel wykonania |
--no-color |
Wyłącza kolory ANSI (NO_COLOR=1 jest również respektowane) |
--update |
Skrót dla openclaw update (tylko instalacje ze źródeł) |
-V, --version, -v |
Wypisuje wersję i kończy działanie |
Tryby wyjścia
- Kolory ANSI i wskaźniki postępu renderują się tylko w sesjach TTY.
- Hiperłącza OSC-8 renderują się jako klikalne linki tam, gdzie są obsługiwane; w przeciwnym razie CLI wraca do zwykłych adresów URL.
--json(oraz--plaintam, gdzie jest obsługiwane) wyłącza stylizację dla czystego wyjścia.- Długo działające polecenia pokazują wskaźnik postępu (OSC 9;4, gdy jest obsługiwane).
Źródło prawdy dla palety: src/terminal/palette.ts.
Drzewo poleceń
Pełne drzewo poleceń
openclaw [--dev] [--profile <name>] <command>
crestodian
setup
onboard
configure
config
get
set
unset
file
schema
validate
completion
doctor
dashboard
backup
create
verify
security
audit
secrets
reload
audit
configure
apply
reset
uninstall
update
wizard
status
channels
list
status
capabilities
resolve
logs
add
remove
login
logout
directory
self
peers list
groups list|members
skills
search
install
update
list
info
check
plugins
list
inspect
install
uninstall
update
enable
disable
doctor
marketplace list
memory
status
index
search
commitments
list
dismiss
wiki
status
doctor
init
ingest
compile
lint
search
get
apply
bridge import
unsafe-local import
obsidian status|search|open|command|daily
message
send
broadcast
poll
react
reactions
read
edit
delete
pin
unpin
pins
permissions
search
thread create|list|reply
emoji list|upload
sticker send|upload
role info|add|remove
channel info|list
member info
voice status
event list|create
timeout
kick
ban
agent
agents
list
add
delete
bindings
bind
unbind
set-identity
acp
mcp
serve
list
show
set
unset
status
health
sessions
cleanup
tasks
list
audit
maintenance
show
notify
cancel
flow list|show|cancel
gateway
call
usage-cost
health
status
probe
discover
install
uninstall
start
stop
restart
run
daemon
status
install
uninstall
start
stop
restart
logs
system
event
heartbeat last|enable|disable
presence
models
list
status
set
set-image
aliases list|add|remove
fallbacks list|add|remove|clear
image-fallbacks list|add|remove|clear
scan
infer (alias: capability)
list
inspect
model run|list|inspect|providers|auth login|logout|status
image generate|edit|describe|describe-many|providers
audio transcribe|providers
tts convert|voices|providers|status|enable|disable|set-provider
video generate|describe|providers
web search|fetch|providers
embedding create|providers
auth add|login|login-github-copilot|setup-token|paste-token
auth order get|set|clear
sandbox
list
recreate
explain
cron
status
list
add
edit
rm
enable
disable
runs
run
nodes
status
describe
list
pending
approve
reject
rename
invoke
notify
push
canvas snapshot|present|hide|navigate|eval
canvas a2ui push|reset
camera list|snap|clip
screen record
location get
devices
list
remove
clear
approve
reject
rotate
revoke
node
run
status
install
uninstall
stop
restart
approvals
get
set
allowlist add|remove
exec-policy
show
preset
set
browser
status
start
stop
reset-profile
tabs
open
focus
close
profiles
create-profile
delete-profile
screenshot
snapshot
navigate
resize
click
type
press
hover
drag
select
upload
fill
dialog
wait
evaluate
console
pdf
hooks
list
info
check
enable
disable
install
update
webhooks
gmail setup|run
proxy
start
run
coverage
sessions
query
blob
purge
pairing
list
approve
qr
clawbot
qr
docs
dns
setup
tui
chat (alias: tui --local)
terminal (alias: tui --local)
Pluginy mogą dodawać dodatkowe polecenia najwyższego poziomu (na przykład openclaw voicecall).
Polecenia ukośnikowe czatu
Wiadomości czatu obsługują polecenia /.... Zobacz polecenia ukośnikowe.
Najważniejsze:
/status— szybka diagnostyka./trace— linie śledzenia/debugowania Pluginów w zakresie sesji./config— utrwalone zmiany konfiguracji./debug— nadpisania konfiguracji tylko w czasie działania (pamięć, nie dysk; wymagacommands.debug: true).
Śledzenie użycia
openclaw status --usage oraz Control UI pokazują użycie/limit dostawcy, gdy
dostępne są poświadczenia OAuth/API. Dane pochodzą bezpośrednio z punktów końcowych użycia
dostawcy i są normalizowane do X% left. Dostawcy z bieżącymi
oknami użycia: Anthropic, GitHub Copilot, Gemini CLI, OpenAI Codex, MiniMax,
Xiaomi i z.ai.
Szczegóły znajdziesz w Śledzenie użycia.