展览网站模板商城网站数据库
展览网站模板,商城网站数据库,有创意的网络营销案例,小程序开发代码1. 下载 Powershell 离线安装包
PowerShell 7.5.3 离线安装程序
版本适用平台下载链接PowerShell 7.5.3Windows 10/11x64 | x86PowerShell 7.5.3MacOS64-bit | ARM64PowerShell 7.5.3LinuxRedhat | Debian
如需更多下载选项#xff0c;请访问 PowerShell 7.5.3 发布页面。 …1. 下载 Powershell 离线安装包PowerShell 7.5.3 离线安装程序版本适用平台下载链接PowerShell 7.5.3Windows 10/11x64 | x86PowerShell 7.5.3MacOS64-bit | ARM64PowerShell 7.5.3LinuxRedhat | Debian如需更多下载选项请访问 PowerShell 7.5.3 发布页面。PowerShell 7.4.12 LTS 离线安装程序版本适用平台下载链接PowerShell 7.4.12 LTSWindows 10/11x64 | x86PowerShell 7.4.12 LTSMacOS64-bit | ARM64PowerShell 7.4.12 LTSLinuxRedhat | Debian2. 在PowerShell安装 Node.js 和 pnpm 1. 安装Node.js推荐18版本 brew install node # macOS用brewLinux用apt install nodejs 2. 安装pnpm国内镜像加速 npm install -g pnpm --registryhttps://registry.npmmirror.com # 3. 验证安装 node -v pnpm -v # 输出版本号即成功 # 设置淘宝镜像源并安装 npm config set registry https://registry.npmmirror.com npm install -g pnpm pnpm -v # 输出版本号即表示安装成功3.安装国内版OpenClaw# 卸载旧版如有 npm uninstall -g openclaw # 安装国内增强版 npm install -g openclaw-cn --registryhttps://registry.npmmirror.com # 初始化配置自动生成国内适配的配置文件 openclaw-cn onboard --install-daemon #4.申请key1.DeepSeek|深度求索 https://www.deepseek.com/2.Kimi https://platform.moonshot.cn/3.开发者后台 - 飞书开放平台 https://open.feishu.cn/4. 百度开发平台 百度千帆Coding Plan-百度智能云 7.9元 可以体验一下百度千帆配置文件C:\Users\Administrator\.openclaw\openclaw.json# 直接在PowerShell中创建并编辑 notepad $env:USERPROFILE\.openclaw\openclaw.json{ models: { mode: merge, providers: { baiduqianfancodingplan: { baseUrl: https://qianfan.baidubce.com/v2/coding, apiKey: 在此处获取https://console.bce.baidu.com/qianfan/resource/subscribe, api: openai-completions, models: [ { id: qianfan-code-latest, name: qianfan-code-latest, reasoning: false, input: [ text ], cost: { input: 0.0025, output: 0.01, cacheRead: 0, cacheWrite: 0 }, contextWindow: 98304, maxTokens: 65536 } ] } } }, agents: { defaults: { model: { primary: baiduqianfancodingplan/qianfan-code-latest }, models: { baiduqianfancodingplan/qianfan-code-latest: { alias: QianfanCodingPlan } }, compaction: { mode: safeguard }, maxConcurrent: 4, subagents: { maxConcurrent: 8 } } } }5.安装国内可用的Skills核心功能扩展海外版ClawHub国内访问受限直接用Gitee克隆国内技能无需翻墙# 克隆国内技能仓库无需翻墙 git clone https://gitee.com/mirrors/openclaw-skills.git # 或 git clone https://gitee.com/openclaw-cn/skills.git # 进入目录安装 cd openclaw-skills pnpm install # 配置技能路径 openclaw-cn config set skills.path ./skills5.OpenClaw 首次启动配置AI模型openclaw-cn onboard6 其他日常启动 openclaw-cn gateway stop openclaw-cn gateway start 打开界面openclaw-cn dashboard 遇到问题openclaw-cn doctor 或 openclaw-cn logs --follow