Installation runs and installs third-party npm software globally
Source references: 4The documentation requires a global `npm i -g` installation of the RunComfy CLI and shows `npx` adding the Skill globally from a GitHub repository. npm installation can run package-supplied lifecycle scripts, and global installation leaves executables and persistent changes in the current user's environment. The supplied source does not include those dependencies' implementations, so their actual behavior cannot be verified here.
If a downloaded package, dependency, or publisher account is compromised, installation-time code could read files and credentials available to the current user and alter that user's development environment.
The document gives two global installation operations: using `npx` to add a skill from a third-party GitHub repository and using `npm -g` to install the RunComfy CLI. Following them installs and runs third-party software whose implementation is absent from this material, so any install scripts or other behavior cannot be verified here. Users can request pinned versions, complete dependency source, and release checksums, and test in an isolated low-privilege environment.
```bashnpx skills add agentspace-so/runcomfy-skills --skill image-edit -g```Show 3 other places
## Prerequisites1. **RunComfy CLI** — `npm i -g @runcomfy/cli`2. **RunComfy account** — `runcomfy login`.3. **CI / containers** — set `RUNCOMFY_TOKEN=<token>`.```bashnpx skills add agentspace-so/runcomfy-skills --skill image-edit -g```1. **RunComfy CLI** — `npm i -g @runcomfy/cli`2. **RunComfy account** — `runcomfy login`.3. **CI / containers** — set `RUNCOMFY_TOKEN=<token>`.