4.9k★by oguzhaslak
desktop-mouse – OpenClaw Skill
desktop-mouse is an OpenClaw Skills integration for data analytics workflows. Local mouse control via ydotool wrapper
4.9k stars3.2k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics
Skill Snapshot
| name | desktop-mouse |
| description | Local mouse control via ydotool wrapper OpenClaw Skills integration. |
| owner | oguzhaslak |
| repository | oguzhaslak/molt-mouse |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @oguzhaslak/molt-mouse |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
3 files
.
_meta.json
279 Bmolt-mouse.txt
4.8 KBSKILL.md
600 BSKILL.md
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|middlemolt-mouse click 0x40# left button down (hold)molt-mouse click 0x80# left button up (release)
- If numbers are missing/ambiguous, ask the user.
README.md
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install desktop-mouse?
Run openclaw add @oguzhaslak/molt-mouse in your terminal. This installs desktop-mouse into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/oguzhaslak/molt-mouse. Review commits and README documentation before installing.
