install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/desktop-mouse" ~/.claude/skills/sundial-org-awesome-openclaw-skills-desktop-mouse && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/desktop-mouse" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-desktop-mouse && rm -rf "$T"
manifest:
skills/desktop-mouse/SKILL.mdsource content
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
# left button down (hold)molt-mouse click 0x40
# left button up (release)molt-mouse click 0x80
- If numbers are missing/ambiguous, ask the user.