Installation executes and globally installs third-party software and a Skill
Source references: 3The instructions globally install the RunComfy CLI through npm and provide an npx command that globally adds a Skill from a GitHub repository. This executes and persistently installs whatever package or repository content is resolved at that time; neither command pins a version or commit hash.
If an upstream package, dependency, or repository is later replaced or compromised, installation could execute unexpected code and persistently alter global CLI or Skill configuration. The supplied evidence does not establish that such a compromise has occurred.
The documentation provides two persistent installation steps: globally adding the skill from a third-party GitHub repository via npx and globally installing the RunComfy CLI via npm. Neither pins a version or commit, so resolved code may change upstream. This shows installation instructions, not that installation occurred. The user can request pinned revisions and avoid or restrict global installs.
```bashnpx skills add agentspace-so/runcomfy-skills --skill nano-banana-2 -g```Show 2 other places
1. **RunComfy CLI** — `npm i -g @runcomfy/cli`2. **RunComfy account** — `runcomfy login` opens a browser device-code flow.## Prerequisites1. **RunComfy CLI** — `npm i -g @runcomfy/cli`2. **RunComfy account** — `runcomfy login` opens a browser device-code flow.3. **CI / containers** — set `RUNCOMFY_TOKEN=<token>` instead of `runcomfy login`.