Installation runs third-party npm software and modifies the global environment
Source references: 3The prerequisite uses a global npm installation, while the Skill itself is installed through npx from a GitHub repository. These commands fetch and execute publisher-provided software and may write to the user's global Node.js environment; neither displayed command pins a package version or commit.
If the package, publisher account, dependency, or repository is later compromised, installation code could read or alter files, access credentials available to the current user, or change the global development environment.
The documentation provides two installation commands that modify the local environment: a global npm installation of the RunComfy CLI and a global skill addition through `npx skills add` from a GitHub repository. Neither pins a version or commit, so the third-party code obtained at install time can change upstream and is written into a global environment. Users can request pinned, verifiable versions and inspect them in isolation before installation.
```bashnpx skills add genmedia-labs/skills --skill seedance-2-5-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>` instead of `runcomfy login`.4. **A publicly reachable image URL** — the model server fetches it, so no login-gated or bot-blocked hosts. Recommended ceiling is 50 MB (roughly 4K).