跳转到主要内容
openclaw 是主要的 CLI 入口点。每个核心命令都有专门的 参考页面,或与其别名命令一起记录;此索引列出 适用于整个 CLI 的命令、全局标志和输出样式规则。 按意图划分的设置命令:
  • openclaw setupopenclaw onboard 运行完整的首次引导流程,涵盖 Gateway 网关、模型凭证、工作区、渠道、Skills 和健康检查。
  • openclaw setup --baseline 会创建基线配置和工作区,而不进入引导式新手引导流程。
  • openclaw configure 会更改现有设置中的目标部分:模型凭证、Gateway 网关、渠道、插件或 Skills。
  • openclaw channels add 会在基线存在后配置渠道账号;不带标志运行可进入引导式设置,或带上渠道专用标志用于脚本。

命令页面

领域命令
设置和新手引导crestodian · setup · onboard · configure · config · completion · doctor · dashboard
重置、备份和迁移backup · migrate · reset · uninstall · update
消息和智能体message · agent · agents · attach · acp · mcp
健康和会话status · health · sessions · audit
Gateway 网关和日志gateway · logs · system
模型和推理models · infer · capabilityinfer 的别名)· memory · commitments · wiki
网络和节点directory · nodes · devices · node
运行时和沙箱approvals · exec-policy(参见 approvals)· sandbox · tui · chat/terminaltui --local 的别名)· browser
自动化cron · tasks · hooks · webhooks · transcripts
设备发现和文档dns · docs
配对和渠道pairing · qr · channels
安全和插件security · secrets · skills · plugins · proxy
旧版别名daemon(Gateway 网关服务)· clawbot(命名空间)
插件(可选)path · policy · voicecall · workboard(如果已安装)

全局标志

标志用途
--dev将状态隔离在 ~/.openclaw-dev 下,默认 Gateway 网关端口为 19001,并偏移派生端口
--profile <name>将状态隔离在 ~/.openclaw-<name> 下(OPENCLAW_STATE_DIR/OPENCLAW_CONFIG_PATH
--container <name>在名为 <name> 的正在运行的 Podman/Docker 容器内运行 CLI(默认值:环境变量 OPENCLAW_CONTAINER
--log-level <level>覆盖文件和控制台输出的全局日志级别
--no-color禁用 ANSI 颜色(也会遵循 NO_COLOR=1
--updateopenclaw update 的简写;同时适用于源码检出和软件包安装
-V, --version, -v打印版本并退出

输出模式

  • ANSI 颜色和进度指示器只会在 TTY 会话中渲染。
  • OSC-8 超链接会在支持的位置渲染为可点击链接;否则 CLI 会回退为纯 URL。
  • --json(以及支持位置的 --plain)会禁用样式,以便输出干净内容。
  • 长时间运行的命令会显示进度指示器(在支持时使用 OSC 9;4)。

颜色色板

OpenClaw 对 CLI 输出使用龙虾色板:
标记十六进制用于
accent#FF5A2D标题、标签、主要高亮
accentBright#FF7A3D命令名称、强调
accentDim#D14A22次要高亮文本
info#FF8A5B信息值
success#2FBF71成功状态
warn#FFB020警告、选项标志、回退
error#E23D2D错误、失败
muted#8B7F77弱化显示、元数据
色板事实来源:packages/terminal-core/src/palette.ts

命令树

此映射涵盖核心命令及其主要子命令。插件添加的 子命令(例如 skillspluginswiki 下的子命令)会独立演进; 运行 <command> --help 可查看权威的当前列表。
openclaw [--dev] [--profile <name>] <command>
  crestodian
  setup
  onboard
  configure
  config
    get
    set
    unset
    file
    schema
    validate
  completion
  doctor
  dashboard
  backup
    create
    verify
  migrate
    list
    plan <provider>
    apply <provider>
  security
    audit
  secrets
    reload
    audit
    configure
    apply
  reset
  uninstall
  update
    wizard
    status
    repair
  channels
    list
    status
    capabilities
    resolve
    logs
    add
    remove
    login
    logout
  directory
    self
    peers list
    groups list|members
  skills
    search
    install
    update
    verify
    workshop list|inspect|propose-create|propose-update|revise|apply|reject|quarantine
    list
    info
    check
  plugins
    list
    search
    inspect
    install
    uninstall
    update
    enable
    disable
    doctor
    build
    validate
    init
    registry
    marketplace list|entries|refresh
  workboard
    list
    create
    show
    dispatch
  memory
    status
    index
    search
  transcripts
    list
    show
    path
  path
    resolve
    find
    set
    validate
    emit
  commitments
    list
    dismiss
  wiki
    status
    doctor
    init
    compile
    lint
    ingest
    okf import
    search
    get
    apply synthesis|metadata
    bridge import
    unsafe-local import
    chatgpt import|rollback
    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
  attach
  acp
  mcp
    serve
    list
    show
    set
    unset
  status
  health
  sessions
    cleanup
  audit
  tasks
    list
    audit
    maintenance
    show
    notify
    cancel
    flow list|show|cancel
  gateway
    call
    usage-cost
    health
    stability
    diagnostics export
    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
    auth list|add|login|setup-token|paste-token|paste-api-key|login-github-copilot
    auth order get|set|clear
  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|personas|providers|status|enable|disable|set-provider|set-persona
    video generate|describe|providers
    web search|fetch|providers
    embedding create|providers
  sandbox
    list
    recreate
    explain
  cron
    status
    list
    get
    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)
插件可以添加其他顶级命令,例如 openclaw workboardopenclaw voicecall

聊天斜杠命令

聊天消息支持 /... 命令。参见斜杠命令 重点:
  • /status - 快速诊断。
  • /trace - 会话范围的插件跟踪/调试行。
  • /config - 持久化配置更改。
  • /debug - 仅运行时配置覆盖(内存中,不写入磁盘;需要 commands.debug: true)。

使用量跟踪

当 OAuth/API 凭证可用时,openclaw status --usage 和 Control UI 会显示提供商使用量/配额。数据直接来自提供商使用量端点,并标准化为 X% left。具有当前使用量窗口的提供商:Anthropic、Gemini CLI、GitHub Copilot、MiniMax、OpenAI Codex、Xiaomi 和 z.ai。 详见使用量跟踪

相关