npm-registry

Search npm packages and inspect metadata, versions, and security advisories.

117|10|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/ClawLink-HQ/clawlink --skill npm-registry
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: npm-registry
Source: https://github.com/ClawLink-HQ/clawlink/tree/main/clawhub-skills/npm-registry
Command: npx skills add https://github.com/ClawLink-HQ/clawlink --skill npm-registry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires npm, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill solves the problem of searching, inspecting, and monitoring npm packages, making it easy to explore npm registry data, verify package integrity, and check security advisories.

Core Features & Use Cases

  • Search npm Packages: Quickly search for packages and filter by name, keyword, or other parameters.
  • Inspect Metadata and Versions: Review detailed information about a package, including version history and dependencies.
  • Review Download Statistics: Monitor download trends for packages over time.
  • Check Security Advisories: Stay informed about any security advisories or vulnerabilities related to a package.

Quick Start

Use the npm-registry skill to search for npm packages related to "React".

Frequently Asked Questions about npm-registry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search npm packages and inspect their metadata?▼

To search npm packages and inspect metadata, you can query the npm public registry API by package name or keyword. This allows you to retrieve detailed package information, including version history and dependencies.

How can I check security advisories for an npm package?▼

You can check security advisories for an npm package by interfacing directly with the npm registry API. This retrieves any reported vulnerabilities and security alerts associated with the specified package.

What is the best way to monitor npm package download statistics?▼

The best way to monitor npm package download statistics is by querying the npm registry API for download trends. This provides analytical data showing how frequently a package has been downloaded over a specific period.

Do I need an npm account to access the npm registry API?▼

Yes, you need an npm account to access the npm registry API through this interface. Authentication is required to search packages, inspect metadata, and review download statistics within OpenClaw and Hermes workflows.

Can I use this tool to review the version history of an npm package?▼

Yes, you can use this interface to review the version history of an npm package. By inspecting the package metadata from the registry, you can see all published versions and their associated dependency requirements.