Meta Pixel

Command runtime

VidMuse CLI

Install the public `vidmuse` command for terminal workflows. The CLI handles login, model checks, and thread creation, while the Skill gives agents the reusable playbook.

macOS, Linux, WSL, or Git Bash

Installs the global `vidmuse` command for local or remote agents.

curl -fsSL https://vidmuse.sandcdn.com/cli/install.sh | bash

Agent runtime

Common commands for login, credits, and project creation

vidmuse login
vidmuse plan get
vidmuse thread create --text "Create a 15-second cinematic product video" --aspect-ratio 16:9 --resolution 720p

More commands are available with `vidmuse --help`.