A high-performance Windows automation skill for native mouse control using user32.dll system calls.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install win-mouse-native
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install win-mouse-native using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The win-mouse-native skill is a robust solution for developers needing low-level interaction with the Windows desktop environment. By leveraging native Win32 APIs such as SetCursorPos and SendInput through user32.dll, this tool provides a highly reliable way to automate pointer actions. It is designed to be integrated into broader Openclaw Skills ecosystems where precise UI interaction is required.
This skill eliminates the need for heavy third-party automation frameworks by utilizing built-in Windows capabilities. Whether you are building automated tests or desktop assistants, win-mouse-native offers the responsiveness and accuracy necessary for high-quality Openclaw Skills implementation.
To install this component of your Openclaw Skills library, follow these steps:
win-mouse.cmd.txt as win-mouse.cmd in your execution path.scripts directory and save scripts/win-mouse.ps1.txt as scripts/win-mouse.ps1.Usage examples:
# Move to specific screen coordinates
win-mouse abs 100 100
# Perform a right click
win-mouse click right
The skill utilizes a command-based interface and returns structured data for easy integration with other Openclaw Skills.
| Feature | Details |
|---|---|
| Input Commands | move, abs, click, down, up |
| Target Buttons | left, right, middle |
| Coordinates | Relative (dx, dy) or Absolute (x, y) |
| Output Format | Single-line JSON object |
Loading
A powerful tool for rendering and managing interactive HTML content across connected OpenClaw device nodes.

A suite of automation tools for Amazon including order scraping, price alerts, and automated customer support messaging.

A professional-grade security auditing tool designed to inspect and block malicious third-party code, plugins, and packages before they are installed in your environment.

A high-efficiency AI skill designed to bypass paywalls and retrieve full-text news articles from major global publishers.

A crypto-friendly API integration for generating professional-grade AI images and videos using state-of-the-art models.

A comprehensive skill for generating images, videos, audio, and 3D models using Renderful through Openclaw Skills.








































