Meta Pixel

命令執行工具

VidMuse CLI

安裝公開的 `vidmuse` 命令來完成終端工作流。CLI 負責登入、模型檢查與執行緒建立,Skill 則給 agent 一份可複用的操作手冊。

macOS、Linux、WSL 或 Git Bash

為本機或遠端 agent 安裝全域 `vidmuse` 命令。

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

Agent 執行範例

登入、查看額度和建立專案的常用命令

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

更多命令可以透過 `vidmuse --help` 查詢。