一、国内镜像下载 直接终端运行
curl -fsSL https://res1.hermesagent.org.cn/install.sh | bash
二、先让它阅读
官方的文档 https://hermes-agent.nousresearch.com/docs
再阅读下 https://github.com/alchaincyf/hermes-agent-orange-book
再阅读下 https://hermesagent.org.cn](https://hermesagent.org.cn/
三、skills
https://hermes-agent.nousresearch.com/docs/skills
四、多智能体
bash
hermes profile list # 查看智能体列表
hermes profile create editor # 创建智能体
hermes --profile editor setup # 设置智能体
hermes --profile editor chat # 智能体聊天
hermes --profile editor gateway start #重启智能体
设置角色
javascript
~/.hermes/profiles/editor/SOUL.md
**帮我设置一个角色soul 修改 ~/.hermes/profiles/editor/SOUL.md 设置完重启**
设置用户
javascript
~/.hermes/profiles/editor/memories/USER.md
**帮我设置用户偏好与身份信息 修改 ~/.hermes/profiles/editor/memories/USER.md 设置完重启**
memory记忆
bash
~/.hermes/memories/MEMORY.md
1.**全局共享每个智能体都共享使用,这台机器的记忆**
2.每完成 5~10 轮对话 自动精简 写入 MEMORY.md
3.执行 /save、/sync、/memory 命令 立即整理
4.重启 OpenClaw / Hermes 时 自动保存一次
5.记忆内容超过阈值 自动压缩整理
五、目前感觉不好地方
hermes目前感觉不太好的地方是:他自己创建skill多了会有重复,要定期清理这点比较费事~
六、目前感觉好的地方
上手比较快,轻量,会自动创建和优化skill
七、文章沉淀
飞书聊天隔天就忘?我给 Hermes 换了个记忆引擎: https://mp.weixin.qq.com/s/D_YHqPtmlMZI_nmoF2uMlw
Hermes+树莓派,六个AI分身,我的飞书群机器人: https://mp.weixin.qq.com/s/icL0brgI3bu8vvqGWcGF5g
Hermes AI Bot接入生产后连夜加固: https://mp.weixin.qq.com/s/p-7hcD7TKFMkBPU8GYmDSw