Installation executes third-party npm software and makes a global machine-level change
Source references: 3The instructions require a global npm installation of @runcomfy/cli and also show an npx command that adds the Skill from a remote repository. npm/npx packages can execute publisher-provided code during installation or launch, and the global installation leaves an executable in the user's global npm environment.
If the resolved package version or a dependency is compromised, third-party code could read accessible files and credentials or alter the local environment with the user's permissions. The shown commands pin no package version, commit, or integrity value.
The documentation gives two installation commands that obtain and run third-party npm content, including a global CLI installation that adds software to the user’s global npm environment. The source does not specify a pinned version, integrity check, or install-script restrictions. Users can isolate installation and ask for pinned versions, checksums, and required-permission details.
```bashnpx skills add agentspace-so/runcomfy-skills --skill wan-2-7 -g```Show 2 other places
1. **RunComfy CLI** — `npm i -g @runcomfy/cli`2. **RunComfy account** — `runcomfy login` opens a browser device-code flow.```bashnpx skills add agentspace-so/runcomfy-skills --skill wan-2-7 -g```