OpenClaw笔记

1、常用命令行

  • 开启网关
bash 复制代码
openclaw gateway start
  • 关闭网关
bash 复制代码
openclaw gateway stop
  • 重启网关
bash 复制代码
openclaw gateway restart
  • 打开控制台(web网页)
bash 复制代码
openclaw dashboard

备注:当关闭网关再打开时报错

Gateway service not loaded.
Start with: openclaw gateway install
Start with: openclaw gateway
Start with: launchctl bootstrap gui/$UID ~/Library/LaunchAgents/ai.openclaw.gateway.plist

运行命令行

bash 复制代码
openclaw doctor --fix

然后再启动网关

  • 授予本地文件操作权限
bash 复制代码
openclaw config set tools.profile full
  • 重新配置向导

    bash 复制代码
    openclaw onboard
相关推荐
zzzzzz31012 小时前
9K Star 炸裂开源!这个 C 语言写的代码知识图谱,把 Linux 内核索引压缩到了 3 分钟
linux·服务器·sql
XIAOHEZIcode12 小时前
Linux系统鼠标偏移常见原因以及修复方案
linux·运维·游戏
A小辣椒2 天前
TShark:Wireshark CLI 功能
linux
A小辣椒2 天前
TShark:基础知识
linux
AlfredZhao3 天前
OCI 明明分配了 200G 系统盘,为什么 df 只看到 30G?
linux·oci
AlfredZhao3 天前
vi 删除指定范围的行,不用再反复按 dd
linux·vi
用户9718356334663 天前
银河麒麟 KY10 申威(SW64) 安装 nginx-1.16.1-2.p01.ky10.sw_64.rpm 详细步骤
linux
猪脚踏浪3 天前
linux 拷贝文件或目录到指定的位置
linux
摇滚侠4 天前
Linux CentOS7 rpm 安装 MySQL 5.7
linux·运维·mysql
bush44 天前
嵌入式linux学习记录十四、术语
linux·嵌入式