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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install win-mouse-native或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install win-mouse-native⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/win-mouse-native/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: 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. ---
Provide deterministic mouse control on Windows.
This ClawHub bundle is docs + scripts-as-text (ClawHub validates “text files only”).
To install: 1) Save win-mouse.cmd.txt as win-mouse.cmd 2) Save scripts/win-mouse.ps1.txt as scripts/win-mouse.ps1
Then run:
win-mouse move (relative)win-mouse abs (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:
1) If the user didn’t give coordinates/deltas, ask. 2) Use exec to run win-mouse .... 3) Prefer small, reversible actions first (tiny move, single click) when unsure.
SetCursorPos + SendInput via user32.dll.安装 Win Mouse Native (Windows) 后,可以对 AI 说这些话来触发它
Help me get started with Win Mouse Native (Windows)
Explains what Win Mouse Native (Windows) does, walks through the setup, and runs a quick demo based on your current project
Use Win Mouse Native (Windows) to native Windows mouse control (move, click, drag) via user32
Invokes Win Mouse Native (Windows) with the right parameters and returns the result directly in the conversation
What can I do with Win Mouse Native (Windows) in my product manager workflow?
Lists the top use cases for Win Mouse Native (Windows), with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/win-mouse-native/ 目录(个人级,所有项目可用),或 .claude/skills/win-mouse-native/(项目级)。重启 AI 客户端后,用 /win-mouse-native 主动调用,或让 AI 根据上下文自动发现并使用。
Win Mouse Native (Windows) 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Win Mouse Native (Windows) 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using Win Mouse Native (Windows)
Identifies repetitive steps in your workflow and sets up Win Mouse Native (Windows) to handle them automatically