Install a skill
A purchased skill lands in your AI tool with one command. You only need Node.js once — after that a single line does it.
Trust & Safety →Install Node.js
The command below uses npx, which comes with Node.js. On Windows:
winget install OpenJS.NodeJS.LTS Then reopen PowerShell/your terminal once — done.
Not on Windows, or winget blocked on a corporate network? Get Node.js LTS from nodejs.org.
Install the skill
Find your token under My Skills. Paste it, run it — done:
npx --yes @skills-for-ai/cli add web-vitals --token YOUR_TOKEN “web-vitals” is just an example — use your skill’s id. If something doesn’t work, your AI will tell you why.