The installation command fetches third-party content through npx and installs it globally
Source references: 1The documentation directs users to run `npx skills add` against a third-party GitHub repository with the global `-g` option, without pinning a version or commit hash.
If executed, content supplied by the repository and installer at that time may run locally or be installed persistently; this SKILL.md alone does not establish what that content does.
This is an active installation instruction: `npx` runs a package-provided command, adds the Skill from `nexscope-ai/Amazon-Skills`, and `-g` indicates global scope. Because the source is not version-pinned, the third-party content obtained at execution time may change and affect the global Skill environment beyond one project. The evidence does not show that it was executed or that the content is malicious.
## Installation```bashnpx skills add nexscope-ai/Amazon-Skills --skill amazon-product-research -g```