List Npm Package Content
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.
Run in terminal (recommended)
claude mcp add vercel-labs-list-npm-package-content npx -- -y @trustedskills/vercel-labs-list-npm-package-content
Or manually add to ~/.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.jsonfor 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.jsonfrom an npm package repository. - Displays the contents of the fetched
package.json.
Example prompts
- "Can you show me the
package.jsonfor 'react'?" - "What scripts are defined in the
package.jsonof 'express'?" - "Display the author and license information from the
package.jsonof '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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.