From 0868164ca4e8849460ab936a660c2ab705c89404 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 16 Feb 2026 11:47:50 +0100 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20MS=20=E5=8A=A9=E6=89=8B?= =?UTF-8?q?=E5=90=AF=E5=81=9C=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MS_ASSISTANT.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 MS_ASSISTANT.md diff --git a/MS_ASSISTANT.md b/MS_ASSISTANT.md new file mode 100644 index 00000000..d4c8490b --- /dev/null +++ b/MS_ASSISTANT.md @@ -0,0 +1,26 @@ +# MS 助手 (MileStone AI Assistant) + +## 快速启停 +# 启动 +systemctl enable openclaw && systemctl start openclaw +# 停止 +systemctl stop openclaw && systemctl disable openclaw +# 状态 +systemctl status openclaw +# 日志 +journalctl -u openclaw -f + +## 配置 +- OpenClaw: ~/.openclaw/openclaw.json +- systemd: /etc/systemd/system/openclaw.service +- 身份: SOUL.md, IDENTITY.md, AGENTS.md, TOOLS.md + +## Mattermost +- 域名: https://im.puro.im +- Bot: @erp_devbot +- 模型: anthropic/claude-opus-4-6 +- Web UI: https://claw.puro.im (admin/Qweewqzzx1) + +## 注意 +- Opus 模型 token 消耗大,不用时关闭 +- Restart=always,stop 后需 disable 防自动重启