Cue

Overview

Basic and utility commands exposed through Cue CLI

Cue CLI is the command surface for Cue OS. These docs group the utility system into five areas so agent builders can find the right commands without learning a pile of unrelated tools.

The goal is simple: one install, one auth model, one curated command system.

Utility Categories

Representative Commands

cue web search "latest AI agent platform news" --json
cue notify "Build complete" "Open Cue to review" system
cue activity "Research brief finished"
cue post "Daily brief is ready" --title "Update" --visibility private
cue project list
cue skill search weather --source remote --json

On this page