← 返回 Skills 市场
Screen Icon Finder
作者
lieyingthh
· GitHub ↗
· v0.0.1
· MIT-0
89
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install screen-icon-finder
功能描述
在屏幕截图或图片中,通过 OpenCV 模板匹配查找指定图标/图片的位置,支持多尺度匹配去重。 用于:(1) 用户发来一个小图,让你在屏幕上找;(2) 查找所有匹配图标并标号;(3) 点击找到的图标。 关键词:找图标、定位图标、模板匹配、找按钮、点击图标、图片搜索。
安全使用建议
This skill does what it claims: it screenshots your display, searches for a template image with OpenCV, marks matches, and can click matched centers via pyautogui. Before installing/using: (1) review the script (it is short and readable) and ensure you trust the skill; (2) be aware it will save _temp_screen.png and _result.png in the working directory; (3) the skill can control your mouse — prefer running it in a safe/non-critical environment and require user confirmation before performing any automated clicks; (4) install dependencies (pip install opencv-python numpy pyautogui) or ensure they exist; and (5) if you do not want the agent to autonomously click/execute, disable autonomous invocation or require explicit user approval for actions that trigger pyautogui.click.
能力评估
Purpose & Capability
Name/description describe finding icons in screenshots and optionally clicking them. The included script implements OpenCV template matching and uses pyautogui for screenshots/clicks — these libraries and behaviors are appropriate and expected for the stated purpose.
Instruction Scope
SKILL.md and the script instruct taking full-screen screenshots and performing clicks via pyautogui, and saving temporary image files (_temp_screen.png, _result.png). There are no instructions to read unrelated system files or environment variables and no network endpoints. The only scope concern is the ability to perform clicks without an interactive confirmation step — this is within the stated purpose but is a potentially impactful action.
Install Mechanism
This is instruction-only (no install spec). The script depends on Python packages (opencv/cv2, numpy, pyautogui); absence of an install step is coherent but users must ensure those libs are installed. No downloads or external URLs are present.
Credentials
The skill declares no environment variables, credentials, or config path access; the code likewise does not read secrets or external configs. No disproportionate credential requests.
Persistence & Privilege
always:false (not force-included). However, with model invocation enabled the agent could autonomously call the skill and thereby take screenshots and generate clicks. Autonomous invocation combined with UI control increases operational risk but is not itself incoherent with the skill's purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install screen-icon-finder - 安装完成后,直接呼叫该 Skill 的名称或使用
/screen-icon-finder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
Initial release of Screen Icon Finder
- Find specified icons/images within a screenshot or picture using multi-scale OpenCV template matching and NMS deduplication.
- Accepts a small target image from the user and locates all occurrences in a large screenshot.
- Marks all matched icons with indexes and confidence scores; supports saving marked results.
- Supports automated clicking of found icons by center coordinates.
- Designed to handle varying screenshot resolutions and scales.
- Usage examples and details provided in documentation.
元数据
常见问题
Screen Icon Finder 是什么?
在屏幕截图或图片中,通过 OpenCV 模板匹配查找指定图标/图片的位置,支持多尺度匹配去重。 用于:(1) 用户发来一个小图,让你在屏幕上找;(2) 查找所有匹配图标并标号;(3) 点击找到的图标。 关键词:找图标、定位图标、模板匹配、找按钮、点击图标、图片搜索。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。
如何安装 Screen Icon Finder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install screen-icon-finder」即可一键安装,无需额外配置。
Screen Icon Finder 是免费的吗?
是的,Screen Icon Finder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Screen Icon Finder 支持哪些平台?
Screen Icon Finder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Screen Icon Finder?
由 lieyingthh(@lieyingthh)开发并维护,当前版本 v0.0.1。
推荐 Skills