← 返回 Skills 市场
rascal6666

游戏自动化-向僵尸开炮

作者 rascal6666 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
132
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install game-autogame
功能描述
基于OCR的微信小程序游戏脚本,自动开始游戏、智能选技能、循环刷关支持普通关和精英关。
使用说明 (SKILL.md)

游戏自动化 - 向僵尸开炮

基于OCR的微信小程序游戏自动化脚本,自动刷关+智能选技能。

功能

  • 自动检测"开始游戏"并点击
  • 自动检测技能弹窗 → OCR识别技能 → 关键词智能选择
  • 自动检测"返回" → 循环刷关
  • 支持普通关/精英关

技能选择逻辑

  1. 优先:技能名称含"连"、"齐"
  2. 其次:技能名称含"子弹"(排除属性弹)
  3. 默认:选择中间技能

使用方法

1. 安装依赖

cd C:\Users\HQY\.openclaw\workspace\skills\game-autogame
pip install -r requirements.txt

2. 运行

python start.py

3. 停止

Ctrl+Q 停止程序

文件说明

文件 说明
start.py 主入口,循环执行
GameControl.py 游戏控制逻辑
rapidocrhelper.py OCR识别辅助
win32helper.py 窗口操作辅助
requirements.txt 依赖库

依赖

pywin32
rapidocr
onnxruntime
pyautogui
loguru
keyboard

注意事项

  • 运行时会占用鼠标
  • 需要提前打开微信小程序并选中要刷的关卡
  • 游戏窗口标题必须是"向僵尸开炮"
安全使用建议
This skill appears coherent with its description: it takes screenshots of a specific game window, runs OCR locally, and simulates mouse clicks. Before running, consider: 1) it requires Windows (uses win32 APIs) and will take control of your mouse while running — use a dedicated/isolated session or VM; 2) pip installing rapidocr/onnxruntime may download large models or native binaries — review requirements.txt and install in a virtualenv; 3) confirm you are comfortable with local files being written to ./cache and log files being created; 4) automating a game may violate the game's terms of service — proceed accordingly. If you want extra assurance, inspect requirements and the installed packages (and their network activity) or run the script in an isolated environment before giving it broader access.
功能分析
Type: OpenClaw Skill Name: game-autogame Version: 1.0.0 The skill bundle is a legitimate game automation tool for a WeChat mini-game ('向僵尸开炮'). It uses standard libraries like RapidOCR for screen text recognition, pywin32 for window management, and pyautogui for simulated mouse clicks. The code logic (in start.py, GameControl.py, and win32helper.py) is consistent with the stated purpose of automating gameplay and skill selection. There are no signs of data exfiltration, malicious execution, or persistence mechanisms. While it disables pyautogui's safety failsafe, it provides a manual hotkey (Ctrl+Q) for termination.
能力评估
Purpose & Capability
Name/description describe an OCR-based game automation tool. The code (win32helper, rapidocrhelper, GameControl, start scripts) implements window finding, screenshots, OCR, and simulated clicks — all consistent with the claimed purpose.
Instruction Scope
SKILL.md instructs installing Python requirements and running start.py; the source code follows those instructions (taking screenshots into ./cache, calling RapidOCR, clicking via pyautogui). There are no instructions to read unrelated system files, exfiltrate data, or call unexpected remote endpoints.
Install Mechanism
No install script is included; the project relies on pip and a requirements.txt (pywin32, rapidocr, onnxruntime, pyautogui, etc.). These dependencies are proportionate for local OCR and UI automation. A commented paddlepaddle URL appears in comments only; no arbitrary download-and-extract URLs are used.
Credentials
The skill declares no required env vars or credentials. The code does not access environment variables or external secrets. The only external artifact loaded is monsters.json (local) and OCR models loaded by rapidocr/onnxruntime at runtime, which is expected for OCR functionality.
Persistence & Privilege
always is false, the skill does not request permanent platform presence, and it does not modify other skills or systemwide agent settings. It writes local cache and log files (./cache/shot.png, file_{time}.log), which is normal for this sort of tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install game-autogame
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /game-autogame 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本:智能选技能+怪物数据库+BOSS攻略
元数据
Slug game-autogame
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

游戏自动化-向僵尸开炮 是什么?

基于OCR的微信小程序游戏脚本,自动开始游戏、智能选技能、循环刷关支持普通关和精英关。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。

如何安装 游戏自动化-向僵尸开炮?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install game-autogame」即可一键安装,无需额外配置。

游戏自动化-向僵尸开炮 是免费的吗?

是的,游戏自动化-向僵尸开炮 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

游戏自动化-向僵尸开炮 支持哪些平台?

游戏自动化-向僵尸开炮 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 游戏自动化-向僵尸开炮?

由 rascal6666(@rascal6666)开发并维护,当前版本 v1.0.0。

💬 留言讨论