乐于分享
好东西不私藏

OpenClaw 完全安装指南

OpenClaw 完全安装指南

OpenClaw 完全安装指南

从零开始搭建你的 AI 智能助手

OpenClaw 是一个强大的 AI Agent 框架,让你能够创建个性化的智能助手。

核心特性

  • 智能助手 基于大模型的对话式 AI
  • 多平台支持 微信 Telegram Discord 飞书
  • 技能系统 可扩展的功能模块
  • 记忆系统 长期记忆管理
  • 定时任务 Cron 调度
  • 网页控制 可视化管理

Windows 安装

打开 PowerShell 管理员运行

npm install -g openclaw

openclaw gateway start

访问 http://localhost:3000[1]

Linux 安装

Ubuntu Debian 系统

curl -fsSL https://deb.nodesource.com/setup_20.x[2] -o nodesource_setup.sh

sudo bash nodesource_setup.sh

sudo apt-get install -y nodejs

npm install -g openclaw

openclaw gateway start

Docker 安装

docker pull openclaw/openclaw:latest

docker run -d --name openclaw -p 3000:3000 openclaw/openclaw:latest

配置说明

首次启动自动创建配置文件

SOUL.md 助手人格

USER.md 用户信息

TOOLS.md 工具配置

连接平台

支持微信 Telegram Discord 飞书 Slack

在 TOOLS.md 中添加对应平台凭证

发布公众号

安装 wenyan-cli

npm install -g @wenyan-md/cli

配置公众号凭证到 TOOLS.md

运行发布脚本

学习资源

官方网站 openclaw.ai

文档中心 docs.openclaw.ai

GitHub 开源项目

Discord 社区交流


开始你的 AI 助手之旅

引用链接

[1]http://localhost:3000

[2]https://deb.nodesource.com/setup_20.x