openclaw安装教程 发表于 2026-04-02 更新于 2026-07-29 分类于 工具 , openclaw 阅读次数: Disqus: 本文字数: 107 阅读时长 ≈ 1 分钟 openclaw的安装和使用。 安装nvm(通过nvm控制nodejs版本) 12345678910# 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 具体可参考官方教程。 1curl -fsSL https://openclaw.ai/install.sh | bash 然后进行交互式安装,配置channels和skills以及使用的模型。