π¦ ClawHub
Windows Control
by @spliff7777
Full Windows desktop control. Mouse, keyboard, screenshots - interact with any Windows application like a human.
π‘ Examples
Open Notepad and type
# Press Windows key
py key_press.py "win"Type "notepad"
py type_text.py "notepad"Press Enter
py key_press.py "enter"Wait a moment, then type
py type_text.py "Hello from AI!"Save
py key_press.py "ctrl+s"
Click in VS Code
# Read current VS Code content
py read_window.py "Visual Studio Code"Click at specific location (e.g., file explorer)
py click.py 50 100Type filename
py type_text.py "test.js"Press Enter
py key_press.py "enter"Verify new file opened
py read_window.py "Visual Studio Code"
Monitor Notepad changes
# Read current content
py read_window.py "Notepad"User types something...
Read updated content (no screenshot needed!)
py read_window.py "Notepad"
π Tips & Best Practices
ctrl+z friendly actions when possibleStatus: β READY FOR USE (v2.0 - Dialog & UI Elements) Created: 2026-02-01 Updated: 2026-02-02
TERMINAL
clawhub install windows-control