Hermes Agent & OpenClaw常见命令对比

这是目前能找到最完整的两个官方文档对比,数据全部直接来自官方。按使用场景分类整理如下:


启动与会话管理

操作 Hermes Agent OpenClaw
启动交互 hermeshermes chat openclaw tui(TUI)或通过 gateway
新建会话 /new/reset /new(chat 内)
清屏+新会话 /clear
恢复会话 hermes -c(最近)/ hermes -r <id>(指定)/ /resume [name] openclaw sessions list 后手动指定
查看历史 /history openclaw sessions list
会话重命名 /title <名称> openclaw sessions rename <id> <名>
删除/清理会话 hermes sessions delete <id> / hermes sessions prune openclaw sessions 子命令
后台并行任务 /background <prompt>(alias: /bg — 无原生支持
快速侧问不入历史 /btw <问题>
分支探索 /branch [name](alias: /fork

切换模型与 Provider

操作 Hermes Agent OpenClaw
交互式选模型(全局) hermes model openclaw models scan + openclaw configure
会话内切模型 /model claude-sonnet-4 /model <name>(需确认 OpenClaw 支持)
带 provider 切换 /model openrouter:anthropic/claude-sonnet-4 openclaw models status 查看,配置改 config
自定义 endpoint /model custom:qwen-2.5hermes chat --provider custom openclaw config set 手动配置
查看当前 provider /provider openclaw models status
单次对话临时指定 hermes chat -m anthropic/claude-opus-4.6
切换推理力度 /reasoning [low\|medium\|high] 取决于模型配置

查看状态与诊断

操作 Hermes Agent OpenClaw
快速状态总览 hermes status openclaw status
Token 用量 & 费用 /usage — (无内建费用展示)
历史用量分析 /insightshermes insights --days 30
健康检查 hermes doctor [--fix] openclaw doctor
调试信息导出 hermes dump
查看日志 hermes logs [-f] [--since 1h] [--level WARNING] openclaw logs [--follow]
gateway 状态 hermes gateway status openclaw gateway status / health
渠道健康 hermes gateway status openclaw channels status [--probe]
配置文件路径 hermes config path

技能(Skills)管理

操作 Hermes Agent OpenClaw
浏览技能库 hermes skills browse openclaw skills list
搜索技能 hermes skills search <关键词>
安装技能 hermes skills install <名称> 手动放入目录
查看已装技能 hermes skills list openclaw skills list
检查更新 hermes skills check + hermes skills update
会话内调用技能 /<skill-name> /<skill-name>
发布技能 hermes skills publish 手动提交 ClawHub PR
预览不安装 hermes skills inspect <名称>

记忆(Memory)管理

操作 Hermes Agent OpenClaw
查看记忆状态 hermes memory status openclaw memory status [--deep]
搜索记忆 会话内自动 + hermes honcho openclaw memory search "关键词"
强制重建索引 openclaw memory index --force
记忆晋升预览 openclaw memory promote
记忆晋升应用 openclaw memory promote --apply
开启 Dreaming 整合 /dreaming on(chat 内)
切换记忆 provider hermes memory setup / hermes plugins openclaw plugins 安装 memory 插件
压缩当前上下文 /compress
回滚文件系统 /rollback [步数]

定时任务(Cron)

操作 Hermes Agent OpenClaw
列出任务 hermes cron list/cron openclaw cron list
新建任务 hermes cron create "每天9点发报告" openclaw cron add
暂停/恢复 hermes cron pause <id> / resume openclaw cron disable / enable
手动触发 hermes cron run <id> openclaw cron run
查看运行记录 openclaw cron runs

Gateway / 消息平台

操作 Hermes Agent OpenClaw
前台运行 hermes gateway run openclaw gateway run
后台服务 hermes gateway start/stop/restart openclaw gateway install + start/stop/restart
配置平台 hermes gateway setup openclaw channels add
查看平台列表 /platforms(chat 内) openclaw channels list
Webhook 订阅 hermes webhook subscribe <name> openclaw hooks(hook 系统)

独有命令(无对应物)

Hermes 独有:

  • hermes profile — 多实例隔离(work/personal/dev 互不干扰)

  • hermes claw migrate — 一键从 OpenClaw 迁移到 Hermes(含 30+ 类数据自动映射)

  • hermes dump — 一键导出调试快照贴到 GitHub issue

  • hermes acp / hermes mcp — 编辑器 ACP 集成 + MCP 服务端模式

  • /btw — 不入历史的临时侧问

  • /background — 并行后台子 agent

  • /branch — 会话分叉探索

OpenClaw 独有:

滚动至顶部