← 返回
效率工具

PyAutoGUI Controller

Control Windows desktop with natural-language commands for screenshots, app launching, typing, clicking, and multi-step UI automation using a local Python co...
通过自然语言指令控制 Windows 桌面,支持截图、应用启动、输入、点击及多步骤 UI 自动化
hzj520lyx
效率工具 clawhub v1.0.1 1 版本 99792.1 Key: 无需
★ 0
Stars
📥 960
下载
💾 42
安装
1
版本
#latest

概述

PyAutoGUI Controller

Use this skill when the user needs local desktop automation on this Windows machine and normal browser tools are not enough.

Use for

  • Open desktop apps and interact with their windows
  • Take screenshots
  • Type Chinese/English text into native apps
  • Click buttons/inputs on screen
  • Run short natural-language automation commands through the local controller
  • Browser actions that require screen-based control instead of DOM/web APIs

Avoid for

  • Normal web reading/searching → use web_fetch, browser, or search skills
  • Mobile automation
  • High-assurance unattended long workflows

Project location

The controller project lives at:

C:\Users\dev\Desktop\昱昱\skills\pyautogui-controller

Primary invocation

Run the local controller through the wrapper script:

python {baseDir}\scripts\run_controller.py "打开记事本,然后输入 '你好'"

The wrapper calls the real project entrypoint:

C:\Users\dev\Desktop\昱昱\skills\pyautogui-controller\main.py

Recommended workflow

  1. Prefer a single compound command over multiple split commands
  2. Start with simple actions
  3. Inspect returned JSON for success, results, runtime, and warnings
  4. If the command fails, simplify the wording and retry

Good command examples

python {baseDir}\scripts\run_controller.py "截图"
python {baseDir}\scripts\run_controller.py "打开记事本"
python {baseDir}\scripts\run_controller.py "打开浏览器访问 https://example.com"
python {baseDir}\scripts\run_controller.py "打开浏览器访问 file:///C:/path/test.html,然后在搜索框输入 'abc',再点击发送按钮"

Practical notes

  • Compound commands are more reliable than split follow-ups
  • OCR / DOM readiness may affect accuracy; check warnings
  • Move the mouse to the top-left corner if PyAutoGUI fail-safe is triggered
  • This skill is local-machine specific; it assumes the project path above exists

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-19 23:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,802
productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 432 📥 103,753
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,232