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>
This commit is contained in:
Rick Mu
2026-02-13 18:41:27 +11:00
parent 25f31c596d
commit 0108f7fa2f
2 changed files with 84 additions and 1 deletions

View File

@@ -234,12 +234,20 @@ AWS Bedrock 为新用户提供**最高 $200 免费额度**(注册送 $100 +
#### 8. 运行一键配置脚本
拿到 Access Key 后,在终端运行:
拿到 Access Key 后,运行一键配置脚本
**macOS / Linux**
```bash
curl -fsSL https://raw.githubusercontent.com/736773174/openclaw-setup-cn/main/configure-aws-bedrock.sh | bash
```
**Windows管理员 PowerShell**
```powershell
iwr -useb https://raw.githubusercontent.com/736773174/openclaw-setup-cn/main/configure-aws-bedrock.ps1 | iex
```
脚本会提示你输入上一步获取的 Access Key ID 和 Secret Access Key然后自动完成配置、重启网关并测试连接。
![运行配置脚本](images/step7-configure-bedrock-for-openclaw.png)