Install
openclaw skills install fix-npm-vulnThis skill should be used when the user asks about "npm vulnerabilities", "npm audit", "fix npm security", "security vulnerabilities in packages", "vulnerable dependencies", "npm security fix", or discusses fixing outdated/insecure npm packages. Suggests using the /fix-npm-vuln command for automated vulnerability remediation.
openclaw skills install fix-npm-vulnThis skill provides guidance when users mention npm security vulnerabilities and suggests the automated fix workflow.
This skill activates when the user's request involves:
npm audit or discussing audit resultsWhen a user mentions npm vulnerabilities or security issues in their Node.js project, suggest using the /fix-npm-vuln slash command which provides a complete automated workflow:
npm audit fix with smart escalationnode_modules, build caches, and reinstalls dependencies freshWhen this skill activates, inform the user:
You can use
/fix-npm-vulnto run a complete automated npm vulnerability fix workflow. It will scan all project directories, fix vulnerabilities, verify builds and tests, and create a dedicated branch with all the changes. Would you like to run it?
If a tool required to complete any step is not installed on the current machine, apply the following policy before asking the user:
where tool or which tool returns nothing)npm-check-updates, snyk, yarn, pnpm)npm install -g <tool>winget install <tool>