os-use
Installation
SKILL.md
OS Use - Cross-Platform OS Automation
A comprehensive cross-platform toolkit for OS automation, screenshot capture, visual recognition, mouse/keyboard control, and window management. Supports macOS 12+ and Windows 10+.
Platform Support Matrix
| Feature | macOS Implementation | Windows Implementation |
|---|---|---|
| Screenshot | pyautogui + PIL |
pyautogui + PIL |
| Visual Recognition | opencv-python + pyautogui |
opencv-python + pyautogui |
| Mouse/Keyboard | pyautogui |
pyautogui |
| Window Management | AppleScript (native) |
pywinauto / pygetwindow |
| Application Control | AppleScript / subprocess |
subprocess / pywinauto |
| Browser Automation | Chrome DevTools MCP | Chrome DevTools MCP |