Skip to Content
CLIOS automation

OS automation

cmdop os groups local operating-system actions. Availability depends on the platform and its permissions.

ActionExamples
Clipboardcmdop os clipboard get, cmdop os clipboard set "text"
Apps and windowscmdop os apps, cmdop os launch <app>, cmdop os focus <title>
Inputcmdop os type "text", cmdop os key <key>, cmdop os click <x> <y>
Screencmdop os screenshot [file], cmdop os ui
Notificationscmdop 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.