🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Windows Control

by @spliff7777

Full Windows desktop control. Mouse, keyboard, screenshots - interact with any Windows application like a human.

Versionv1.0.0
Installs45
πŸ’‘ 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 100

Type 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

  • Always screenshot first to see current state
  • Coordinates are absolute (not relative to windows)
  • Wait briefly after clicks for UI to update
  • Use ctrl+z friendly actions when possible

  • Status: βœ… READY FOR USE (v2.0 - Dialog & UI Elements) Created: 2026-02-01 Updated: 2026-02-02

    View on ClawHub
    TERMINAL
    clawhub install windows-control

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’