OS automation
cmdop os groups local operating-system actions. Availability depends on the platform and its permissions.
| Action | Examples |
|---|---|
| Clipboard | cmdop os clipboard get, cmdop os clipboard set "text" |
| Apps and windows | cmdop os apps, cmdop os launch <app>, cmdop os focus <title> |
| Input | cmdop os type "text", cmdop os key <key>, cmdop os click <x> <y> |
| Screen | cmdop os screenshot [file], cmdop os ui |
| Notifications | cmdop os notify "Build complete" |
The command can also expose platform-script, window, mouse, and scrolling actions. Check cmdop os --help and the help for a subcommand before relying on it in automation. Cmdop does not replace the operating system’s accessibility, screen-recording, or automation permissions.