Install
openclaw skills install @lurklight/win-mouse-nativeNative Windows mouse control (move, click, drag) via user32.dll. Use when the user asks you to move the mouse, click, drag, or automate pointer actions on Windows.
openclaw skills install @lurklight/win-mouse-nativeProvide deterministic mouse control on Windows.
This ClawHub bundle is docs + scripts-as-text (ClawHub validates “text files only”).
To install:
win-mouse.cmd.txt as win-mouse.cmdscripts/win-mouse.ps1.txt as scripts/win-mouse.ps1Then run:
win-mouse move <dx> <dy> (relative)win-mouse abs <x> <y> (absolute screen coords)win-mouse click left|right|middlewin-mouse down left|right|middlewin-mouse up left|right|middleReturn value: prints a one-line JSON object.
When the user asks to move/click the mouse:
exec to run win-mouse ....SetCursorPos + SendInput via user32.dll.