<## id="section-0">📰 新闻重点</##>
核心变化:
命令树更新:
# 新增命令
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 常用指令页面