Setup downloads and executes third-party npm software and installs the CLI globally
Source references: 3The instructions use `npx` to install the Skill and `npm i -g` to install the RunComfy CLI globally. npm package code and installation scripts execute with the user's permissions, while no pinned versions or package source are supplied here.
If a resolved package version or dependency is compromised, it could access files and credentials available to the user or make persistent changes to the global npm environment.
The instructions use `npx` to obtain the Skill and an unversioned npm command to install a third-party CLI globally. This installs or runs downloaded tooling with the current user's privileges, while the supplied source does not include those dependencies for inspection. Users can isolate installation and request pinned, auditable versions.
```bashnpx skills add agentspace-so/runcomfy-skills --skill video-edit -g```Show 2 other places
1. **RunComfy CLI** — `npm i -g @runcomfy/cli`2. **RunComfy account** — `runcomfy login`.## Prerequisites1. **RunComfy CLI** — `npm i -g @runcomfy/cli`2. **RunComfy account** — `runcomfy login`.3. **CI / containers** — set `RUNCOMFY_TOKEN=<token>`.