install_dependency
Install missing system tools like wtype or xdotool from the whitelist using pkexec. A graphical sudo prompt appears; use dryRun=true to preview the command.
Instructions
Install a missing system tool via the distro package manager wrapped in pkexec. WARNING: this triggers a graphical sudo (polkit) prompt that the user must approve interactively — do not call without telling the user a prompt will appear. The tool must be in Windy Word's whitelist: wtype, ydotool, wl-clipboard, xdotool. Linux only. After a successful install of wtype, re-check list_paste_strategies — wtype will flip to availableOnThisMachine=true and become first-pick in the resolved chain (paste becomes instant on Wayland-native targets). Use dryRun=true to see the command without executing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Which tool to install. Constrained to the whitelist. Note: not every tool is installable on every OS (cliclick is macOS-only, the Wayland tools are Linux-only). Use list_installable_dependencies to see what works on the current machine. | |
| dryRun | No | If true, return the install command that WOULD run without executing it. |