← Back to Skills Marketplace
lurklight

Win Mouse Native (Windows)

by lurklight · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
6397
Downloads
5
Stars
20
Active Installs
1
Versions
Install in OpenClaw
/install win-mouse-native
Description
Native 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.
Usage Guidance
Install only if you want an agent to control your Windows mouse. Review the .cmd and .ps1 text before saving them as executable scripts, use explicit coordinates or verified targets, and supervise clicks or drags on payment pages, permission prompts, account settings, or other sensitive screens.
Capability Analysis
Type: OpenClaw Skill Name: win-mouse-native Version: 1.0.0 The skill bundle provides native Windows mouse control functionality, which is its stated purpose. The `SKILL.md` contains clear, benign instructions for the AI agent, including safety advice (prefer small, reversible actions) and no evidence of prompt injection attempts to subvert the agent. The `win-mouse.cmd.txt` and `scripts/win-mouse.ps1.txt` files implement this functionality using legitimate Windows API calls (user32.dll) and PowerShell, without any signs of data exfiltration, persistence, unauthorized network activity, or other malicious behaviors. The use of `powershell -ExecutionPolicy Bypass` is common for local script execution and not indicative of malicious intent in this context.
Capability Assessment
Purpose & Capability
The capability matches the stated purpose: moving the cursor and sending mouse button events with Win32 user32.dll APIs. This can affect whatever is on the live desktop, so it is not risk-free, but it is disclosed and purpose-aligned.
Instruction Scope
The instructions ask for coordinates or deltas when missing and advise small reversible actions when unsure. They could be more explicit about confirming sensitive clicks, but the scope is not deceptive or unrelated.
Install Mechanism
Installation is manual: the user saves provided text files as a .cmd launcher and PowerShell script. The launcher uses PowerShell ExecutionPolicy Bypass, which is disclosed and limited to running the included local script.
Credentials
The artifacts are Windows-only and use local user32.dll mouse APIs. No network calls, credential handling, file indexing, unrelated data access, or external service use were found.
Persistence & Privilege
No persistence, background worker, scheduled task, privilege escalation, credential collection, destructive file operation, or autonomous execution path appears in the artifacts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install win-mouse-native
  3. After installation, invoke the skill by name or use /win-mouse-native
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with native Windows mouse control functionality. - Provides deterministic mouse movement, clicking, and dragging via Win32 APIs. - Includes PowerShell and batch script interface for moving and clicking the mouse. - Supports relative and absolute positioning, as well as left, right, and middle button actions. - Returns results as simple one-line JSON objects. - For Windows systems only; requires saving and running provided scripts.
Metadata
Slug win-mouse-native
Version 1.0.0
License
All-time Installs 241
Active Installs 20
Total Versions 1
Frequently Asked Questions

What is Win Mouse Native (Windows)?

Native 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 6397 downloads so far.

How do I install Win Mouse Native (Windows)?

Run "/install win-mouse-native" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Win Mouse Native (Windows) free?

Yes, Win Mouse Native (Windows) is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Win Mouse Native (Windows) support?

Win Mouse Native (Windows) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Win Mouse Native (Windows)?

It is built and maintained by lurklight (@lurklight); the current version is v1.0.0.

💬 Comments