前置步骤要求全局安装并运行第三方 npm 软件
原文依据:3 处`npm i -g @runcomfy/cli` 会从 npm 获取软件并以当前用户权限运行其安装流程,同时在全局 npm 位置留下可执行文件。材料未固定包版本,也未提供该 CLI 的代码供本次审查。
如果发布的包、其依赖或未来版本遭篡改,安装或后续运行可能读取用户可访问的文件和环境变量、修改用户级配置,或使用已保存的 RunComfy 令牌。全局安装还会形成持续性的系统状态变更。
前置步骤要求用 npm 全局安装未固定版本的第三方 CLI,随后登录并用它提交任务。全局安装会在用户的 npm 全局位置加入软件,而当前材料没有包含 CLI 实现,无法核查其安装脚本或运行行为。用户可要求固定包版本及完整性校验,并在隔离、低权限环境中先审查包内容。
1. **RunComfy CLI** — `npm i -g @runcomfy/cli`2. **RunComfy account** — `runcomfy login`.3. **CI / containers** — set `RUNCOMFY_TOKEN=<token>`.4. **A source video URL** — formats and limits depend on the chosen route.查看另外 2 个位置
The skill picks one of Wan 2.7 Edit-Video / Kling 2.6 Pro Motion Control / Lucy Edit Restyle based on user intent and invokes `runcomfy run <model_id>` with the matching JSON body. The CLI POSTs to the Model API, polls the request, fetches the result, and downloads any `.runcomfy.net`/`.runcomfy.com` URL into `--output-dir`. `Ctrl-C` cancels the remote request before exit.## Prerequisites1. **RunComfy CLI** — `npm i -g @runcomfy/cli`2. **RunComfy account** — `runcomfy login`.3. **CI / containers** — set `RUNCOMFY_TOKEN=<token>`.4. **A source video URL** — formats and limits depend on the chosen route.