openclaw安装教程

openclaw的安装和使用。

安装nvm(通过nvm控制nodejs版本)

1
2
3
4
5
6
7
8
9
10
# Download and install nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash
# in lieu of restarting the shell
\. "$HOME/.nvm/nvm.sh"
# Download and install Node.js:
nvm install 24
# Verify the Node.js version:
node -v # Should print "v24.14.1".
# Verify npm version:
npm -v # Should print "11.11.0".

安装openclaw

具体可参考官方教程

1
curl -fsSL https://openclaw.ai/install.sh | bash

然后进行交互式安装,配置channels和skills以及使用的模型。