ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

第37篇-附录A-CLI命令速查手册

2026/9/2 22:03:14 拓冰建站 浏览量
第37篇-附录A-CLI命令速查手册 【OpenClaw 从入门到精通】附录 ACLI 命令完整速查手册OpenClaw CLI核心命令onboardgatewaydashboarddoctorupdateAgent / 对话agentchatmessage配置config认证auth loginauth addauth listauth remove通道与 Pairingpairing listpairing approvepairing revoke节点nodes listnodes pairnodes removedevices pair自动化cronwebhook技能skills browseskills searchskills installskills listskills uninstallskills update会话sessions listsessions historyChat 命令/status/new/reset/compact/think/verbose/trace/usage/restart/activation本系列定位零基础入门从安装配置到高级架构全覆盖。一、核心命令openclaw onboard --install-daemon# 初始配置向导openclaw gateway start/stop/restart# Gateway 服务控制openclaw gateway status# 状态查看openclaw gateway run--verbose# 前台调试模式openclaw dashboard# 打开控制面板openclaw doctor[--fix]# 健康诊断openclaw update[--channel stable]# 更新二、Agent / 对话openclaw agent-mmessage# 单次消息openclaw agent-mmessage--thinkinghigh# 指定推理级别openclaw chat# 持续对话模式openclaw message send--target1234--messageHello# 发送消息到通道三、配置openclaw config# 查看配置openclaw configsetKEY VAL# 设置配置项openclaw config edit# 编辑器编辑四、认证openclaw auth login--providerP# OAuth 登录openclaw authadd# 添加 API Keyopenclaw auth list[PROVIDER]# 查看凭证池openclaw auth remove P INDEX# 删除凭证五、通道与 Pairingopenclaw pairing list# 查看待批准openclaw pairing approve CH CODE# 批准openclaw pairing revoke CH USER_ID# 撤销六、节点openclaw nodes list# 列出节点openclaw nodes pair# 配对新节点openclaw nodes remove ID# 移除节点openclaw devices pair# 设备配对七、自动化openclawcronlist# 定时任务列表openclawcroncreate--scheduleSCHED# 创建openclawcronpause/resume ID# 暂停/恢复openclawcronremove ID# 删除openclaw webhook subscribe NAME# 创建 Webhookopenclaw webhook list# 列出openclaw webhooktestNAME# 测试openclaw webhook remove NAME# 删除八、技能openclaw skills browse# 浏览 ClawHubopenclaw skills search QUERY# 搜索openclaw skillsinstallNAME# 安装openclaw skills list# 已安装openclaw skills uninstall NAME# 卸载openclaw skills update# 更新九、会话openclaw sessions list# 列出openclaw sessionshistoryID# 历史十、Chat 命令会话内/status 会话状态 /new 新会话 /reset 重置 /compact 压缩上下文 /think level 推理级别 /verbose on|off 详细输出 /trace on|off 工具追踪 /usage off|tokens|full|cost 用量显示 /restart 重启 Gateway /activation mention|always 激活模式下篇预告附录 B配置项完整速查手册终篇如果本篇内容对你有帮助欢迎点赞收藏有任何疑问欢迎在评论区交流。