📦 OpenClaw 11-in-1 Visual Automation Suite — 视觉自动化工具箱
v1.0.1专为 Windows 打造的 11 合 1 专业级视觉自动化工具箱,集成截图、OCR、模板匹配、点击、输入、环境配置与循环任务等模块,一键完成复杂重复操作,提升效率。
0· 387·0 当前·0 累计
下载技能包
最后更新
2026/4/22
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This package appears coherent for Windows desktop automation and implements the features it describes. Before installing or running: (1) Confirm you'll run it on Windows (code expects Windows APIs and a default Tesseract path). (2) Understand that it will control your mouse and keyboard and interact with any visible UI—do not run while doing sensitive work or with elevated privileges. (3) Install and verify dependencies (Python, tesseract binary, opencv, pytesseract, pyautogui, pillow) from trus...详细分析 ▾
ℹ 用途与能力
The name/description (Windows-only visual automation) matches the code and SKILL.md: functions for screenshots, OCR, template matching, locating, clicking, and typing are implemented. One small mismatch: the skill and code are Windows-centric (uses ctypes.windll and a Windows Tesseract default path), but registry metadata lists no OS restriction—this should be clarified to avoid accidental installation on non-Windows systems.
✓ 指令范围
SKILL.md instructions are limited to composing and running the provided automation units (init_env, screenshot_full, ocr_recognize, template_match, locate_target, mouse_click, keyboard_input, clean_temp, loop_restart). The instructions do not request unrelated files, credentials, or external endpoints, and the runtime code only reads/writes local files under the skill's base path.
✓ 安装机制
There is no install script; this is an instruction-and-code skill. Dependencies are declared (opencv-python, pyautogui, pytesseract, pillow) which match imports in all_skills.py. No downloads or remote installers are embedded in the package.
✓ 凭证需求
The skill requests no environment variables, credentials, or config paths. The code operates on local directories under the skill base path and uses local Tesseract (with a default Windows path); no external services or secrets are required.
✓ 持久化与权限
The skill does not ask for always:true and does not modify other skills or system-wide settings. It performs local file operations and uses OS APIs to control mouse/keyboard (expected for its purpose). Autonomous invocation is allowed by default but is not an additional red flag here.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/3/12
NULL
● 可疑
安装命令
点击复制官方npx clawhub@latest install openclaw-11-in-1-visual-automation-suite
镜像加速npx clawhub@latest install openclaw-11-in-1-visual-automation-suite --registry https://cn.longxiaskill.com镜像同步中