Skip to Content
CLIAutomationOverview

Automation

Two automation surfaces ship in the CLI: direct control of the machine’s own desktop, and the MCP server that hands Cmdop’s tools to an AI assistant.

Automation commands are intentionally split by caller. Use cmdop os when a human or script is controlling the local desktop. Use cmdop mcp when a local assistant such as Claude Code or Codex needs a tool surface for machines and fleet work.

For running an agent prompt on a schedule, see cmdop trigger. For running a packaged Skill, see cmdop skill.

Automation boundaries

SurfaceRuns whereUse it for
cmdop osThis machineWindows, keyboard, mouse, clipboard, screenshots, and notifications.
cmdop mcpLocal assistant clientExposing Cmdop tools to an MCP-capable assistant.
cmdop triggerRelay scheduleRunning prompts later or repeatedly.
cmdop skillAgent runtimePackaging repeatable task behavior.

For remote command execution, start with cmdop connect or cmdop fleet; do not treat desktop automation as a general remote shell.

Last updated on