#!/bin/bash
echo "===== Coze扣子 企业微信OpenClaw机器人一键部署 ====="
# 1. 更新系统并安装依赖
yum update -y
yum install -y git curl wget unzip
# 2. 拉取OpenClaw开源项目
git clone https://github.com/openclaw/openclaw.git
cd openclaw
# 3. 后续按引导配置扣子Agent ID、企微CorpID、Secret
