개발자를 위해
메신저는 표면입니다.그 아래에서, 스크립트로 동작합니다.
앱에서 하는 모든 것을 CLI, SDK, MCP 서버에서도 할 수 있습니다 — 그리고 에이전트에게 새로운 스킬을 가르칠 수 있습니다.
CLI
터미널에서 설치하고, 연결하고, 채팅하세요. 같은 에이전트, GUI 없이.
설치
macOS & Linux
curl -fsSL install.cmdop.com | sh빠른 시작
shell
cmdop login # Authenticate (starts agent/tray when appropriate)
cmdop connect # Register machine & open remote terminal in browser
cmdop # AI chat in the terminal (same as cmdop chat)자주 쓰는 명령
Default (no subcommand) & AI chat
cmdopInteractive AI chat (TTY: Bubble Tea UI; same as cmdop chat)cmdop chatInteractive AI chat; --plain, --model, --tools, etc.
Authentication & connection
cmdop loginOAuth device flow; optional --dev, --tray, --no-agentcmdop logoutClear stored credentialscmdop connectConnect this machine to Cmdop (registers host, prints web terminal URL)
Background agent
cmdop agent startStart agent (--foreground for debug, --with-mcp, …)cmdop agent stopStop agentcmdop agent statusShow agent statuscmdop agent restartRestart agentcmdop agent logsTail agent logs (-n, -f, --raw)
Updates, observability, diagnostics
cmdop updateCheck / install updates (see update check, apply, schedule)cmdop monitorTUI: logs, metrics, gRPCcmdop logsDaemon logs (-f, -n, --open, --path)cmdop doctorDiagnose PATH, login, agent; optional --install-clicmdop setupCopy binary to user PATH (~/.local/bin); same idea as doctor --install-clicmdop versionPrint version, commit, build date
Skills, models, local tools
cmdop skills …list | show | install | create | check | …cmdop run <skill> …Run a skill from the registrycmdop modelsShow default LLM model (when logged in)cmdop highlight <file>Syntax-highlight files (alias-friendly)
Automation & media
cmdop os …OS automation: list, focus, type, key, click, screenshot, …cmdop trigger …Scheduled agent triggers (list, add, remove, …)cmdop password …set | clear | status - protect SDK attachcmdop ffmpeg …install | status | probe | transcode - media helpers