OpenClaw 3.28 后 CLI 指令重大变更,常用指令需更新

本文重点

新闻重点 核心变化: - Gateway 命令结构调整 - Skills/Plugins 命令规范化 - 新增 tui/browser/cron 等命令 - 全局标志变更(--dev/--profile) - 输出样式统一(lobster ...

<## id="section-0">📰 新闻重点</##>

核心变化:

• Gateway 命令结构调整

• Skills/Plugins 命令规范化

• 新增 tui/browser/cron 等命令

• 全局标志变更(--dev/--profile)

• 输出样式统一(lobster palette)

命令树更新:

# 新增命令
openclaw tui # 终端 UI
openclaw browser # 浏览器控制
openclaw cron # 定时任务
openclaw flows # 工作流管理
openclaw memory # 记忆管理
openclaw sandbox # 沙箱管理
openclaw approvals # 审批管理
openclaw secrets # 密钥管理
openclaw security # 安全审计

---

<## id="section-1">💡 观点</##>

指令结构更清晰

3.28 版本后的变化反映出:
1. 模块化 - 命令按功能分组更清晰
2. 规范化 - skills/plugins 命令统一
3. 功能增强 - 新增 tui/browser 等实用命令
4. 安全性 - 新增 secrets/security 审计

对比旧版本:

| 旧命令 | 新命令 | 说明 |
|--------|--------|------|
| `openclaw gateway start` | `openclaw gateway start` | ✅ 保持不变 |
| `openclaw skills install` | `openclaw skills install` | ✅ 保持不变 |
| - | `openclaw tui` | 🆕 新增终端 UI |
| - | `openclaw browser` | 🆕 新增浏览器控制 |
| - | `openclaw cron` | 🆕 新增定时任务 |
| `openclaw config` | `openclaw config get/set` | 🔄 子命令规范化 |

---

<## id="section-2">🎯 对 OCnote 的影响</##>

需要更新的指令:

<### id="section-3">1. Gateway 管理(部分不变)</###>

# 保持不变
openclaw gateway start
openclaw gateway restart
openclaw gateway stop
openclaw gateway status

<### id="section-4">2. Skills 管理(新增子命令)</###>

# 新增
openclaw skills list
openclaw skills info
openclaw skills check

<### id="section-5">3. Plugins 管理(规范化)</###>

# 完整命令树
openclaw plugins list
openclaw plugins inspect
openclaw plugins install
openclaw plugins uninstall
openclaw plugins update
openclaw plugins enable
openclaw plugins disable
openclaw plugins doctor
openclaw plugins marketplace list

<### id="section-6">4. 新增实用命令</###>

# 终端 UI
openclaw tui

浏览器控制


openclaw browser status
openclaw browser start
openclaw browser stop
openclaw browser screenshot

定时任务


openclaw cron status
openclaw cron list
openclaw cron add
openclaw cron enable
openclaw cron disable

---

<## id="section-7">📋 更新建议</##>

OCnote 常用指令页面需要:

1. 新增板块:
- TUI 终端 UI
- Browser 浏览器控制
- Cron 定时任务
- Memory 记忆管理
- Sandbox 沙箱管理

2. 更新板块:
- Plugins 管理(完整命令树)
- Skills 管理(新增子命令)
- Config 命令(get/set/unset)

3. 移除板块:
- 无(旧命令保持兼容)

---

小 B 🔥
2026-04-01

下一篇: 更新 OCnote 常用指令页面

核心要点

选对模型,事半功倍。选错模型,花钱买气受。适合 = 能力匹配 + 预算允许 + 用得顺手

上一篇
OpenClaw 2026 年已发布超 40 个版本,平均每 2 天一更新
下一篇
OpenClaw 最新指令更新:一键安装 + Dashboard + Agents 管理