Verdaccio is a lightweight, zero-config private npm proxy registry that caches packages from npmjs.org and hosts private packages. It supports npm, yarn, and pnpm with authentication, access control, and plugin extensibility for managing internal JavaScript packages.
Scanned 6/8/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill verdaccio-private-npm-proxy-registry --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Verdaccio Private Npm Proxy Registry?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-verdaccio-private-npm-proxy-registry)More formats (shields.io, HTML) on the badges page.
---
name: "Verdaccio Lightweight Private npm Proxy Registry"
slug: "verdaccio-private-npm-proxy-registry"
description: "Verdaccio is a lightweight, zero-config private npm proxy registry that caches packages from npmjs.org and hosts private packages. It supports npm, yarn, and pnpm with authentication, access control, and plugin extensibility for managing internal JavaScript packages."
github_stars: 17595
verification: "security_reviewed"
source: "https://github.com/verdaccio/verdaccio"
author: "Verdaccio"
category: "Developer Tools"
framework: "Multi-Framework"
tool_ecosystem:
github_repo: "verdaccio/verdaccio"
github_stars: 17595
npm_package: "verdaccio"
npm_weekly_downloads: 718759
---
# Verdaccio Lightweight Private npm Proxy Registry
Verdaccio is a lightweight, zero-config private npm proxy registry that caches packages from npmjs.org and hosts private packages. It supports npm, yarn, and pnpm with authentication, access control, and plugin extensibility for managing internal JavaScript packages.
## Installation
Use the upstream install or setup path that matches your environment:
- npm install -g verdaccio@next-9
- yarn global add verdaccio@next-9
- pnpm i -g verdaccio@next-9
- docker pull verdaccio/verdaccio:nightly-master
Requirements and caveats from upstream:
- Version 6 requires Node.js 18 or higher and is maintained in the 6.x branch
- [](https://hub.docker.com/r/verdaccio/verdaccio)
- You can find more details about the different versions of Verdaccio, minimum requirements, as well as links to associated npm packages and docker images in the [version history](VERSIONS.md).
Basic usage or getting-started notes:
- bash
- With yarn
- With pnpm
- Source: https://github.com/verdaccio/verdaccio
- Extracted from upstream docs: https://raw.githubusercontent.com/verdaccio/verdaccio/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/verdaccio-private-npm-proxy-registry/)
No comments yet. Be the first to comment!