Use this skill when the user wants to simple cli tool for vetting npm package versions against allowed ranges.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-6ec293dd)More formats (shields.io, HTML) on the badges page.
---
name: npmvet
description: Use this skill when the user wants to simple cli tool for vetting npm package versions against allowed ranges.
---
# Npmvet Plugin
Simple CLI tool for vetting npm package versions against allowed ranges.
## Commands
### Operations
- `npmvet packages check` — check packages via npmvet
- `npmvet config init` — init config via npmvet
- `npmvet config show` — show config via npmvet
- `npmvet output set` — set output via npmvet
- `npmvet format set` — set format via npmvet
- `npmvet verbose set` — set verbose via npmvet
- `npmvet strict set` — set strict via npmvet
## Usage Examples
- "npmvet --help"
- "npmvet <args>"
## Installation
```bash
npm install -g npmvet
```
## Examples
```bash
npmvet --version
npmvet --help
```
## Key Features
- npm\n- versioning\n- audit
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!