一个 OpenClaw Skill,帮助布朗Dust2玩家自动完成每日签到和兑换码兑换。
- ✅ 每日自动签到(网页商店)
- ✅ 自动检查并兑换最新兑换码(BD2Pulse)
clawhub install browndust2git clone https://github.com/your-repo/openclaw-skill-browndust2.git ~/.openclaw/workspace/skills/browndust2让 Agent 执行:
请帮我签到 Brown Dust 2
让 Agent 执行:
请帮我兑换 Brown Dust 2 兑换码,昵称是"你的游戏昵称"
如果需要每天自动执行,可以设置 Cron:
# 每天早上8点签到
openclaw cron add --name "BD2签到" --cron "0 8 * * *" --message "请帮我签到Brown Dust 2" --channel discord --to "你的ID" --expect-final
# 每天早上8点30兑换码
openclaw cron add --name "BD2兑换码" --cron "30 8 * * *" --message "请帮我兑换Brown Dust 2兑换码,昵称是你的昵称" --channel discord --to "你的ID" --expect-final- 登录失效:需要重新在浏览器登录
- 兑换失败:某些码可能已经兑换过,这是正常的
cd ~/.openclaw/workspace/skills/browndust2
git add .
git commit -m "更新说明"
git push
clawhub publishMIT