Commit Graph

37 Commits

Author SHA1 Message Date
4dcf1d6b3c feat: china-first openclaw install (npmmirror fallback to npmjs) 2026-03-09 22:18:52 +08:00
ff9383f597 feat: merge install/uninstall into one interactive entrypoint 2026-03-09 21:43:24 +08:00
126b19dd7a feat: add and align uninstall flow for newbie setup 2026-03-09 21:40:02 +08:00
da477378a7 feat: newbie-safe defaults (loopback/no channels/skills) and switch install links to gitea 2026-03-09 21:33:41 +08:00
2007545b1d chore: align install flow with latest OpenClaw and remove marketing copy 2026-03-09 21:26:40 +08:00
Rick Mu
966f7e0ac8 Add direct Git download+silent install fallback
When winget and choco are unavailable, download latest Git for
Windows 64-bit from GitHub releases and install silently with
/VERYSILENT flag. Only falls through to manual prompt if all
three methods fail.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 19:05:40 +11:00
Rick Mu
1a84adb97b Add Git install step before OpenClaw (fixes npm ENOENT spawn git)
OpenClaw npm dependencies require git. Add check/install via
winget or choco, with fallback to git-scm.com manual download.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 19:01:15 +11:00
Rick Mu
5e9d63ae1a Fix PowerShell window closing: wrap in try/catch/finally
- Remove $ErrorActionPreference = "Stop" (caused unhandled exits)
- Write-Err now throws to outer catch (shows error, stays open)
- finally block always pauses with Read-Host before closing
- npm output piped through Write-Host to prevent stream errors

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 18:58:56 +11:00
Rick Mu
cde26a8f7f Fix: pause on error instead of closing PowerShell window
Replace exit 1 with Read-Host + return so users can read
the error message before the window closes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 18:53:35 +11:00
Rick Mu
40983ec0ee Add English version of Windows install script
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 18:51:24 +11:00
Rick Mu
68c1bee826 Rewrite Windows scripts: drop WSL, run natively
- install-windows.ps1: install Node.js via winget/choco (fallback
  to nodejs.cn manual download), then npm install openclaw. No WSL.
- configure-aws-bedrock.ps1: full native PowerShell port with
  SecureString input, user-level env vars, config backup.
- README: update Windows instructions to reflect native install.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 18:49:49 +11:00
Rick Mu
0108f7fa2f Add Windows PowerShell configure-aws-bedrock script
- PowerShell wrapper that checks WSL + OpenClaw, then runs
  the bash config script inside WSL with interactive input
- Update README step 8 to show both macOS and Windows commands

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 18:41:27 +11:00
Rick Mu
25f31c596d Update 方法三 pricing tiers + remove pahud gist reference
- 3 tiers: 250元 ($25/day), 450元 ($50/day), 900元 ($100/day)
- Add value comparison vs official Claude pricing
- Remove pahud gist link from 方法二

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 18:28:59 +11:00
Rick Mu
d33688454b Switch hero banner to hero-banner.png, update pricing to 250元/月起
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 18:26:53 +11:00
Rick Mu
8385460172 Add hero banner + rewrite 方法三 to promote Claude 拼车 service
- Replace TODO hero image with pinche.png banner
- Rewrite 方法三 to advertise our 拼车 service with pricing
- Add WeChat group QR and personal QR for onboarding

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 18:20:13 +11:00
Rick Mu
e26c811b51 Add script execution as step 8 with screenshot
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 18:06:10 +11:00
Rick Mu
bc4766f90e Add IAM Access Key creation screenshots
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 18:01:49 +11:00
Rick Mu
bf5f425cd1 Add step-by-step IAM Access Key guide with screenshots
Replaces the dry IAM permissions prerequisite with a visual 7-step
walkthrough showing how to create an IAM user, attach
AmazonBedrockFullAccess, and copy the Access Key for the script.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 17:59:56 +11:00
Rick Mu
900bb2b805 Remove manual config section, keep one-click script only
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 17:45:56 +11:00
Rick Mu
169fcd6a50 Update README AWS Bedrock section to match new configure script
Replaces outdated Bearer Token auth with correct aws-sdk auth,
fixes config structure, model IDs, adds one-click script option,
IAM prerequisites, and models overview table.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 17:43:22 +11:00
Rick Mu
1ee3a97ebf Add AWS Bedrock configuration script with manual setup
- Manual provider and model configuration (not auto-discovery)
- Supports latest Claude 4.5/4.6 models on AWS Bedrock
- Includes Opus 4.6, Opus 4.5, Sonnet 4.5, and Haiku 4.5
- Auto-restarts gateway after configuration
- Tests connection with health check and test message
- Uses bedrock-converse-stream API with aws-sdk auth

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-13 17:34:37 +11:00
Rick Mu
5041923c4b 完善方法二:添加 OpenClaw 配置 AWS Bedrock 详细步骤
新增内容:
- 生成 AWS Bedrock Bearer Token
- 编辑 ~/.openclaw/openclaw.json 配置文件
- 设置 AWS_BEARER_TOKEN_BEDROCK 环境变量
- 重启网关并验证
- 链接到 claude-code-free repo 的 AWS 注册教程

参考:https://gist.github.com/pahud/8965bfeec441225009abfa96f4751f48

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-13 15:20:08 +11:00
Rick Mu
f41903aa1e 更新方法二链接:指向新的 claude-code-free repo
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-13 15:00:35 +11:00
Rick Mu
b2174bc872 简化方法二:AWS 内容移到独立 repo
将 AWS Bedrock 详细教程移到独立 repo (aws-bedrock-free-cn),
本 README 仅保留摘要和链接。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 14:47:01 +11:00
Rick Mu
4587ac6667 修正 AWS Bedrock 任务详情(基于官方文档)
根据 AWS 官方文档更新:
- 总额度:$100(注册)+ $100(任务)= $200
- 列出 5 个官方任务的准确名称和文档链接:
  1. 启动 EC2 实例
  2. 在 Bedrock Playground 使用基础模型
  3. 设置成本预算
  4. 创建 Lambda Web 应用
  5. 创建 RDS 数据库
- 任务入口:AWS 控制台首页的 Explore AWS 小组件

来源:https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/free-tier-plans-activities.html

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-13 14:39:03 +11:00
Rick Mu
9493798d7f 更新方法二:AWS Bedrock 免费额度详情
主要改动:
- 更正额度结构:注册送 $100 + 完成任务送 $200 = 总计 $300
- 拆分为 3 个步骤:注册、完成任务、配置 OpenClaw
- 列出 5 个 AWS 任务清单
- 添加 3 个截图占位符(待补充)
- 更新额度说明表格

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-13 14:37:58 +11:00
Rick Mu
5fe442fec7 标注方法三(合租拼车)适合国内用户
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-13 14:31:33 +11:00
Rick Mu
6b1abe0ff9 更新配置流程:移除手动输入 API Key 步骤
- OAuth 会自动打开浏览器授权,无需手动输入 API Key
- 在步骤 3 强调新用户免费 7 天额度
- 调整步骤编号

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-13 14:30:23 +11:00
Rick Mu
8e6367f9e8 重构安装章节并添加配置流程截图
主要改动:
- 移动"脚本做了什么?"到一键安装章节顶部(增强透明度)
- 新增"配置流程"章节,详细展示 5 个配置步骤
- 添加 5 张配置截图:选择 MiniMax、OAuth、版本、Telegram、飞书
- 简化"方法一:免费白嫖 MiniMax"章节,避免重复
- 更新频道说明:Telegram(国际用户首选)、飞书(国内用户首选)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-13 14:26:27 +11:00
Rick Mu
86176f93d0 更新 MiniMax 配置流程说明
详细说明选择 MiniMax 的步骤:
1. 选择服务商:MiniMax
2. 认证方式:MiniMax OAuth
3. 选择版本:国际版 / 国内版
4. 输入 API Key

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-13 14:11:56 +11:00
Rick Mu
5bbd17885a 更新脚本标题:OpenClaw 一键部署安装器
从"OpenClaw + MiniMax 安装器"改为"OpenClaw 一键部署安装器",
因为脚本支持多种模型提供商,不限于 MiniMax。

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-13 14:11:19 +11:00
Rick Mu
45f3c0f66b 修复:curl | bash 时交互式提示无法工作的问题
添加 < /dev/tty 重定向 stdin 到终端,使 openclaw onboard
的交互式提示在通过 curl | bash 运行时也能正常工作。

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-13 14:07:29 +11:00
Rick Mu
7784983d1a 更新 README:正确描述 OpenClaw 为个人 AI 助手平台
主要改动:
- 修正定位:从"AI 编程助手"改为"个人 AI 助手"
- 强调实际功能:邮件管理、日程管理、订机票等
- 更新对比表:对比"传统 AI 助手"而非编程工具
- 新增"OpenClaw 能做什么?"章节,列举具体功能
- 更新 AWS Bedrock 免费额度说明($200 可用 3 个月)
- 优化关键词:移除编程相关,增加聊天工具集成相关

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-13 14:01:04 +11:00
Rick Mu
18298254f3 优化:在快速方案中增加安装方法
- 分成「一键安装」和「免费方案」两部分
- 突出 macOS 和 Windows 安装步骤
- 使用 emoji 增强视觉效果
2026-02-13 13:41:28 +11:00
Rick Mu
8d9255bd80 更新:重新定义方法二和方法三
- 方法二改为 AWS Bedrock 白嫖
- 方法三改为 Claude 合租/拼车降低价格
- 增加风险提示和平台推荐
2026-02-13 13:38:34 +11:00
Rick Mu
171a579cef 更新:修改开场语,更新仓库 URL 2026-02-13 13:35:25 +11:00
Rick Mu
11e8a6b66c Initial commit: OpenClaw 龙虾AI 一键部署脚本 2026-02-13 13:31:07 +11:00