desktop-control
Installation
SKILL.md
Desktop Control Skill
Automate the desktop: screenshots, mouse, keyboard, window management, clipboard, and screen info. All commands output JSON with
"ok": true/falsefor reliable agent parsing.
Setup
Run the setup script to create a Python venv and install dependencies. The skill directory is wherever this SKILL.md lives — all paths below are relative to the skill root.
Windows (PowerShell):
powershell -ExecutionPolicy Bypass -File scripts\setup.ps1
Linux / macOS:
bash scripts/setup.sh