Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Automate macOS desktop by capturing screenshots and executing precise mouse movements, clicks, and keyboard inputs via cliclick.
Automate macOS desktop by capturing screenshots and executing precise mouse movements, clicks, and keyboard inputs via cliclick.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
A 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:
A dedicated wrapper for the cliclick utility to handle synthetic input events. Path: scripts/cliclick_wrapper.sh Logic: Executes /opt/homebrew/bin/cliclick with passed arguments. Capabilities: Left/Right clicks, mouse movement, and keyboard emulation.
The visual perception engine for the skill. Path: scripts/vision_wrapper.sh Logic: Utilizes the native macOS screencapture utility in silent mode (-x). Output: Generates a standard PNG at /tmp/claw_view.png.
Captures the current screen state for visual analysis. Returns: A string confirming the filepath of the capture. Use Case: Identifies UI elements, window positions, and application states.
Sends precise commands to the mouse and keyboard. Usage: click "c:x,y" (Click) or click "m:x,y" (Move). Syntax: Supports all cliclick standard notation including w: (wait) and t: (type).
Binary Dependency: brew install cliclick
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.