List Npm Package Content

🏢Official
by vercel-labs · vlatest · Repository

Official vercel-labs skill covering Vercel, packages for agent workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add vercel-labs-list-npm-package-content npx -- -y @trustedskills/vercel-labs-list-npm-package-content
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "vercel-labs-list-npm-package-content": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/vercel-labs-list-npm-package-content"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows you to retrieve and display the contents of an npm package. Specifically, it can fetch the package.json file from a given npm package's repository and present its data. This is useful for understanding dependencies, scripts, or other metadata associated with a particular npm package.

When to use it

  • Dependency Analysis: Determine what packages a specific project relies on by examining its package.json.
  • Script Discovery: Find available scripts defined within an npm package's package.json for automation or development tasks.
  • Metadata Inspection: View the version, author, license, and other metadata associated with a particular npm package.
  • Package Exploration: Quickly understand the structure and contents of an unfamiliar npm package before using it in your own project.

Key capabilities

  • Fetches package.json from an npm package repository.
  • Displays the contents of the fetched package.json.

Example prompts

  • "Can you show me the package.json for 'react'?"
  • "What scripts are defined in the package.json of 'express'?"
  • "Display the author and license information from the package.json of 'lodash'."

Tips & gotchas

  • The skill requires a valid npm package name as input. Incorrect or non-existent package names will result in an error.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
vercel-labs
Installs
10

🏢 Official

Published by the company or team that built the technology.