北橘 (@2337761309)OpenClaw 部署与配置实践指南 中发帖

短短一个月内,一个名为 OpenClaw(曾用名 Clawdbot、Moltbot)的开源项目,在 GitHub 上狂揽超过 14 万颗 Star,其热度甚至盖过了多家大模型公司的新品发布。 
接下来我写的教程很菜很菜!!! 请大佬们观摩观摩,希望对新手也能有帮助。
这是我自己每一步做下来的操作可能细节没有截图下来
基础部署教程
[image]
安装语法
##Macos/Linux
One-liner:curl -fsSL https://openclaw.ai/install.sh | bash
npm:
# Install OpenClaw
npm i -g openclaw
# Meet your lobster
openclaw onboard
Hackable
# For those who read source code for fun
curl -fsSL htt...