← 返回 Skills 市场
civen-cn

Windows Skills

作者 civen-cn · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
612
总下载
1
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install windows-skills
功能描述
Windows 桌面自动化技能,支持截图、文字识别(OCR)、图像定位。用于:(1) 截取屏幕内容 (2) 从图片提取文字 (3) 定位UI元素位置进行自动化操作
安全使用建议
This skill appears to do what it advertises (screenshots, OCR, image-based locating). Before installing: (1) verify you trust the skill source since it will install third-party Python packages via pip; (2) install and verify a local Tesseract binary if you need OCR; (3) be aware the code can simulate mouse clicks and enumerate windows—if you allow the agent to run autonomously it could interact with your desktop, so disable autonomous invocation or test in a sandbox if you are unsure; (4) inspect the Python files yourself or run them in a controlled environment to confirm behavior before granting broader use.
功能分析
Type: OpenClaw Skill Name: windows-skills Version: 1.0.1 The skill bundle provides standard Windows desktop automation capabilities, including screenshot capture, OCR text extraction, and image-based UI element localization. The implementation uses well-known libraries (mss, pytesseract, pyautogui, opencv) and standard Windows API calls via ctypes to manage window coordinates, with no evidence of malicious intent, data exfiltration, or unauthorized remote execution.
能力评估
Purpose & Capability
Name/description (screenshots, OCR, image-based UI location) align with included Python modules. The included files implement screenshot capture (mss/ctypes), OCR (pytesseract/Pillow), and image location (OpenCV/pyautogui), all expected for this functionality.
Instruction Scope
SKILL.md instructs installing the listed Python packages and using the provided functions. Runtime instructions only reference screenshot files, Tesseract path, and image templates; they do not read unrelated files, request secrets, or send data to external endpoints.
Install Mechanism
This is an instruction-only skill that recommends pip installing packages (mss, pytesseract, pillow, pyautogui, opencv-python, numpy). Using pip is common but introduces the usual supply-chain considerations (trust the PyPI packages being installed). There is no download-from-URL or archive extraction in the install spec.
Credentials
No credentials or config paths are required. The only environment consideration in code is an optional TESSERACT_CMD env var to locate the local tesseract binary (reasonable for OCR). No unrelated secrets or multiple service tokens are requested.
Persistence & Privilege
Skill is not always-enabled and does not request elevated platform privileges. However, it can perform input actions (pyautogui click) and enumerate windows via Windows APIs—if the agent is allowed to invoke skills autonomously, that ability could control the desktop; consider whether you want autonomous execution enabled.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install windows-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /windows-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Added full English documentation alongside the original Chinese instructions. - Provided English descriptions for all features, usage examples, and dependencies. - Added an English table describing each script's purpose. - Updated code examples: clarified parameter names and matching output variables in both languages. - Improved clarity of usage notes in English section. - Chinese documentation is preserved and now presented after the English section.
v1.0.0
Initial release of windows-skills. - Enables Windows desktop automation: screenshot, OCR, and UI element image location. - Provides scripts for capturing screen/regions/windows, extracting text from images, and locating images on the screen. - Supports both Chinese and English OCR. - Includes install instructions and usage notes for accurate results and required dependencies.
元数据
Slug windows-skills
版本 1.0.1
许可证
累计安装 5
当前安装数 4
历史版本数 2
常见问题

Windows Skills 是什么?

Windows 桌面自动化技能,支持截图、文字识别(OCR)、图像定位。用于:(1) 截取屏幕内容 (2) 从图片提取文字 (3) 定位UI元素位置进行自动化操作. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 612 次。

如何安装 Windows Skills?

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

Windows Skills 是免费的吗?

是的,Windows Skills 完全免费(开源免费),可自由下载、安装和使用。

Windows Skills 支持哪些平台?

Windows Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Windows Skills?

由 civen-cn(@civen-cn)开发并维护,当前版本 v1.0.1。

💬 留言讨论