← 返回 Skills 市场
pyautogui-skill
作者
yangye230147961
· GitHub ↗
· v1.0.0
· MIT-0
494
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install pyautogui-skill
功能描述
Desktop automation via PyAutoGUI. Use when: user needs to automate mouse/keyboard actions, GUI testing, click/type sequences, screen-based workflows, or repe...
安全使用建议
This skill appears coherent for local desktop automation, but be aware of the inherent risks of any tool that controls your mouse and keyboard: only run these scripts from sources you trust, keep pyautogui.FAILSAFE enabled (moving the mouse to a corner aborts actions), and avoid running while sensitive windows (password managers, banking, terminals) are focused. Install Python packages in a virtualenv and verify package versions before installing. On macOS grant Accessibility permissions only to trusted Terminal/Python apps. If you plan to allow autonomous agent invocation of this skill, understand that it could simulate input without further prompts — consider limiting autonomous use if you have high-sensitivity workflows.
功能分析
Type: OpenClaw Skill
Name: pyautogui-skill
Version: 1.0.0
The skill provides powerful desktop automation capabilities via PyAutoGUI, including keyboard/mouse control and screen capture, which are inherently high-risk behaviors for an AI agent. While the scripts (e.g., click_image.py, keyboard_shortcut.py, take_screenshot.py) are clearly aligned with the stated purpose and include safety fail-safes, they provide a direct mechanism for an agent to bypass UI-based security prompts or exfiltrate sensitive information via screenshots. No evidence of intentional malice, obfuscation, or data exfiltration logic was found in the code.
能力评估
Purpose & Capability
Name/description align with the provided Python scripts and SKILL.md. Required binary (python3) and the referenced pip libraries (pyautogui, pyscreeze/Pillow) are appropriate for desktop GUI automation; no unrelated credentials or tools are requested.
Instruction Scope
SKILL.md and the scripts restrict actions to mouse/keyboard movement, screenshots, image location, and shortcuts. They reference local image paths and OS permission steps (macOS Accessibility) which are expected. There are no instructions to read arbitrary system files, network endpoints, or exfiltrate data.
Install Mechanism
No install spec is provided (instruction-only), and included code files are plain Python scripts. No downloads from untrusted URLs or archive extraction are present.
Credentials
The skill requests no environment variables or credentials. The lack of secrets is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or modify other skills. Ordinary agent autonomy settings remain unchanged.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pyautogui-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/pyautogui-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the pyautogui skill.
- Provides desktop automation using PyAutoGUI for mouse, keyboard, and screen actions.
- Includes detailed usage instructions and best practices.
- Supports common tasks: mouse clicks, typing, screenshots, image location, keyboard shortcuts, and form filling.
- Lists clear limitations: not for web/mobile automation or advanced image recognition.
- Features troubleshooting tips for macOS, Windows, and Linux.
- Safety recommendations are emphasized, including PyAutoGUI's fail-safe settings.
- Installation instructions and example scripts are provided for quick adoption.
元数据
常见问题
pyautogui-skill 是什么?
Desktop automation via PyAutoGUI. Use when: user needs to automate mouse/keyboard actions, GUI testing, click/type sequences, screen-based workflows, or repe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 494 次。
如何安装 pyautogui-skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pyautogui-skill」即可一键安装,无需额外配置。
pyautogui-skill 是免费的吗?
是的,pyautogui-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
pyautogui-skill 支持哪些平台?
pyautogui-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 pyautogui-skill?
由 yangye230147961(@yangye230147961)开发并维护,当前版本 v1.0.0。
推荐 Skills