← 返回 Skills 市场
a770438678

windows-screenshot-ocr

作者 a770438678 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
450
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install windows-screenshot-ocr
功能描述
Windows全屏截图(自动标记鼠标位置)+ 原生OCR文字识别。完全本地运行,无需联网,无需API Key。适用于需要截图分析屏幕内容、自动化OCR识别的场景。
安全使用建议
This skill appears to do what it says: local screenshots with a mouse marker and Windows native OCR, and it does not contain network calls or secret requests. Before installing/running: (1) ensure you're on Windows 10/11 — it won't work on other OSes; (2) review and (if desired) change the hardcoded save_folder (E:\桌面\auto_screenshot) to a path you control; (3) edit windows_ocr.py to point image_path at the screenshot you want to process (the current default filename is an example and may not exist); (4) install the pip packages (mss, pyautogui, Pillow, winrt) from PyPI and ensure Windows OCR language packs are installed; (5) if concerned about safety, run the scripts in a controlled environment (virtual machine) and monitor network activity — although no network operations are present in the code, verifying in your environment is prudent.
功能分析
Type: OpenClaw Skill Name: windows-screenshot-ocr Version: 1.0.0 The skill provides local screenshot and OCR capabilities using standard libraries such as mss, pyautogui, and winrt. The code in screenshot.py and windows_ocr.py is transparent, lacks network activity, and aligns perfectly with the stated purpose in SKILL.md. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description claim Windows-only functionality and local OCR; the included scripts implement exactly that (mss/pyautogui for screenshots, winrt-based Windows OCR). Minor mismatch: registry metadata does not declare an OS restriction even though the skill requires Windows 10/11. The scripts also hardcode a save folder on E:\ (E:\桌面\auto_screenshot), which is unusual but explainable for the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the two local Python scripts and to install required pip packages. The scripts only read screen/mouse state, create a local folder, save images, and run local OCR — they do not reference external endpoints, other system credentials, or unrelated files. Note: windows_ocr.py contains a hardcoded image_path referencing a specific timestamped file; users must edit this to point at their screenshot. The default save path is hardcoded and may not exist on many systems.
Install Mechanism
No automated install spec is provided; dependencies are installed via standard pip lines in SKILL.md (mss, pyautogui, Pillow, winrt). This is proportional to the functionality; pip installs from PyPI are expected for Python-only tools. No downloads from arbitrary URLs or archive extraction are present.
Credentials
The skill requests no environment variables, credentials, or config paths. The code uses only local APIs and writes files to a local folder. There are no calls that would exfiltrate data or require unrelated secrets.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges (always is false). It does not modify other skills or global agent settings. Its behavior is limited to local file I/O and calling Windows OCR APIs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install windows-screenshot-ocr
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /windows-screenshot-ocr 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Windows截图+OCR文字识别,完全本地运行
元数据
Slug windows-screenshot-ocr
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

windows-screenshot-ocr 是什么?

Windows全屏截图(自动标记鼠标位置)+ 原生OCR文字识别。完全本地运行,无需联网,无需API Key。适用于需要截图分析屏幕内容、自动化OCR识别的场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 450 次。

如何安装 windows-screenshot-ocr?

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

windows-screenshot-ocr 是免费的吗?

是的,windows-screenshot-ocr 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

windows-screenshot-ocr 支持哪些平台?

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

谁开发了 windows-screenshot-ocr?

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

💬 留言讨论