win-ui
extension
Windows desktop automation tools via Win32 UI Automation and screenshots
automationdesktopscreenshotswindows
Open Settings → Add-Ons and pick win-ui
Source: addons/win-ui

Windows desktop automation add-on for Piclaw.

This add-on packages the former bundled runtime/extensions/platform/windows/win-ui extension as an installable add-on. It registers win_* tools on Windows and is a safe no-op on non-Windows platforms.

Tools

Platform behavior

The add-on checks process.platform and only registers tools on win32. It can be installed in cross-platform Piclaw environments without breaking Linux or macOS sessions.

Notes

The implementation uses Bun FFI against system DLLs (user32.dll, gdi32.dll, ole32.dll, oleacc.dll, oleaut32.dll) and does not rely on PowerShell, csc.exe, or compiled helper binaries.