Skip to main content
本地 Agent

本地 Agent(OpenClaw)

在本地运行 OpenClaw,并接入万有无界。

OpenClaw 是一个跑在本机的 personal AI assistant,开源项目。万有无界通过其内置 channel 将本地 Agent 接入到云端。 完整产品文档:docs.openclaw.ai

系统要求

  • Node.js 24(推荐) 或 22.16+

安装

npm install -g openclaw@latest
# 或:pnpm add -g openclaw@latest

初始化

推荐通过 onboard 引导完成网关、工作空间、channel、技能配置,并将守护进程安装为 launchd / systemd user service:
openclaw onboard --install-daemon

启动网关

openclaw gateway --port 18789 --verbose

接入万有无界

在 OpenClaw 的 channel 配置中启用万有无界对应的 channel,填入:
字段说明
userId你的万有无界用户 ID
tenantId租户 ID
serverUrl服务地址
accessTokenaccess token
具体值请联系万有无界服务方获取。

命令速查

openclaw onboard               # 引导式安装
openclaw gateway               # 启动控制平面
openclaw agent                 # 与 Assistant 对话
openclaw message send          # 通过任一已连接 channel 发消息
完整选项请加 --help 查看。

进一步阅读

本地 Agent(OpenClaw) - 万有无界