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` 查询。

命令运行工具
安装公开的 `vidmuse` 命令来完成终端工作流。CLI 负责登录、模型检查和线程创建,Skill 则给 agent 一份可复用的操作手册。
为本地或远程 agent 安装全局 `vidmuse` 命令。
curl -fsSL https://vidmuse.sandcdn.com/cli/install.sh | bash登录、查看额度和创建项目的常用命令
vidmuse login
vidmuse plan get
vidmuse thread create --text "Create a 15-second cinematic product video" --aspect-ratio 16:9 --resolution 720p更多命令可以通过 `vidmuse --help` 查询。