Installation executes remote npm/npx software and installs the CLI globally
Source references: 3The instructions require a global npm installation of the RunComfy CLI and show an npx command that retrieves and executes software from an external repository. Neither command pins a version or commit, so executed content can change upstream.
If a package, repository, dependency, or publisher account is compromised, installer code could read files, access credentials, or alter the user's environment with the current user's privileges. A global install also creates persistent changes outside the project.
The instructions globally install an unpinned RunComfy npm package and use npx to install the Skill from an external repository without a pinned commit. These steps execute and persist whatever code upstream supplies at that time, while global installation broadens local impact. Users can request pinned package and commit versions and inspect them in an isolated environment first.
```bashnpx skills add agentspace-so/runcomfy-skills --skill image-to-video -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>`.4. **A source image URL** — JPEG/PNG/WebP, min 300px, ≤10MB; aspect 1:2.5 to 2.5:1 (HappyHorse) — other models have similar specs.