skills$openclaw/desktop-mouse
oguzhaslak4.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

namedesktop-mouse
descriptionLocal mouse control via ydotool wrapper OpenClaw Skills integration.
owneroguzhaslak
repositoryoguzhaslak/molt-mouse
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @oguzhaslak/molt-mouse
last updatedFeb 7, 2026

Maintainer

oguzhaslak

oguzhaslak

Maintains desktop-mouse in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
.
_meta.json
279 B
molt-mouse.txt
4.8 KB
SKILL.md
600 B
SKILL.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|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.
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.