Local mouse control via ydotool wrapper
Scanned 2/12/2026
Install to Claude Code
npx -y skills add sundial-org/awesome-openclaw-skills --skill desktop-mouse --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Desktop Mouse?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/sundial-org-desktop-mouse)More formats (shields.io, HTML) on the badges page.
---
name: desktop-mouse
description: Local mouse control via ydotool wrapper
metadata: {"moltbot":{"emoji":"","os":["linux"],"requires":{"bins":["molt-mouse"]}}}
user-invocable: false
---
When the user asks to move/click the mouse:
- Use the exec tool with host=gateway.
- ONLY run commands that start with: `molt-mouse ...`
- Supported:
- `molt-mouse move <dx> <dy>`
- `molt-mouse abs <x> <y>`
- `molt-mouse click left|right|middle`
- `molt-mouse click 0x40` # left button down (hold)
- `molt-mouse click 0x80` # left button up (release)
- If numbers are missing/ambiguous, ask the user.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!