CLI: install & log in
The intentos CLI drives the studio from your terminal. Node 18+.
bash — bashnpm install -g intentos # or: npx intentos helpintentos login # paste your sk_live_… key
The key is saved to ~/.intentos/config.json. You can also set INTENTOS_API_KEY in your environment (takes precedence).
CLI: commands
bash — bashintentos image "a neon dragon over Tokyo" --model nano-banana-pro --ratio 16:9intentos video "a drone shot over a neon city" --model kling-2.5-turbo --out ./clipsintentos upscale https://….jpg --out ./hi-resintentos remove-bg https://….jpgintentos voice "Hello from IntentOS" --out hello.mp3intentos creditsintentos history --type image --limit 10
| image "<prompt>" | Generate image(s). Flags: --model --ratio --count --out |
| video "<prompt>" | Generate a video (polls to completion). --model --ratio --image --out |
| upscale <url> | 4× upscale an image |
| remove-bg <url> | Remove background (transparent PNG) |
| voice "<text>" | Text to speech with your ElevenLabs voice (--out) |
| credits | Show your credit balance |
| history | List recent generations (--type, --limit) |
| skills search | info | add | Browse and install marketplace skills |
| login | Store your API key |
CLI: skills
Skills are reviewed instructions from creators that teach an AI agent to build something specific with IntentOS. Browse them in the dashboard under Skills, or from the terminal:
bash — bashintentos skills search "meta ads" --category ads --sort popularintentos skills info product-ad-setintentos skills add product-ad-set # → ./.claude/skills/product-ad-set/SKILL.mdintentos skills add product-ad-set --global # → ~/.claude/skills/…
Claude Code picks the skill up automatically from .claude/skills. Use --dir to install somewhere else.