Install
openclaw skills install macos-desktop-controlClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Automate macOS desktop by capturing screenshots and executing precise mouse movements, clicks, and keyboard inputs via cliclick.
openclaw skills install macos-desktop-controlA high-fidelity automation bridge for macOS (Darwin) that enables agents to perceive the desktop state and execute precise mouse and keyboard interactions.
This skill leverages specialized wrappers located in the /scripts directory to interface with system-level binaries:
cliclick_wrapper.shA dedicated wrapper for the cliclick utility to handle synthetic input events.
scripts/cliclick_wrapper.sh/opt/homebrew/bin/cliclick with passed arguments.vision_wrapper.shThe visual perception engine for the skill.
scripts/vision_wrapper.shscreencapture utility in silent mode (-x)./tmp/claw_view.png.seeCaptures the current screen state for visual analysis.
clickSends precise commands to the mouse and keyboard.
click "c:x,y" (Click) or click "m:x,y" (Move).cliclick standard notation including w: (wait) and t: (type).brew install cliclick