Meta Pixel

Command runtime

VidMuse CLI

공개 `vidmuse` command를 설치해 terminal workflow를 실행합니다. CLI는 login, model check, thread creation을 처리하고, Skill은 agent를 위한 reusable playbook을 제공합니다.

macOS, Linux, WSL 또는 Git Bash

로컬 또는 원격 에이전트를 위해 전역 `vidmuse` 명령을 설치합니다.

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

Agent runtime

로그인, 크레딧 확인, 프로젝트 생성을 위한 기본 명령

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

더 많은 명령은 `vidmuse --help`로 확인할 수 있습니다.