The prerequisite globally installs and runs third-party npm software
Source references: 3`npm i -g @runcomfy/cli` downloads software from npm, runs its installation lifecycle with the current user's privileges, and leaves an executable in the global npm location. The package version is not pinned, and its implementation is not included for this review.
If the published package, a dependency, or a future version is compromised, installation or later execution could read accessible files and environment variables, modify user-level configuration, or use the stored RunComfy token. A global install also creates a lasting system change.
The prerequisite globally installs an unversioned third-party CLI from npm, then uses it for login and job submission. This places software in the user's global npm location, while the supplied material contains no CLI implementation with which to verify install scripts or runtime behavior. Users can request a pinned version and integrity value, and inspect it first in an isolated, low-privilege environment.
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.Show 2 other places
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.