Install
openclaw skills install pyautogui-controllerControl Windows desktop with natural-language commands for screenshots, app launching, typing, clicking, and multi-step UI automation using a local Python co...
openclaw skills install pyautogui-controllerUse this skill when the user needs local desktop automation on this Windows machine and normal browser tools are not enough.
web_fetch, browser, or search skillsThe controller project lives at:
C:\Users\dev\Desktop\昱昱\skills\pyautogui-controller
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
success, results, runtime, and warningspython {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',再点击发送按钮"
warnings