List Npm Package Content
View contents of an npm package directly from its Vercel repository, including files and dependencies.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add list-npm-package-content npx -- -y @trustedskills/list-npm-package-content
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"list-npm-package-content": {
"command": "npx",
"args": [
"-y",
"@trustedskills/list-npm-package-content"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The list-npm-package-content skill allows users to retrieve and display the contents of an npm package, including its files, directories, and metadata. It provides a structured overview of what is included in a given package version, making it easier for developers to understand or inspect the structure before installing.
When to use it
- You need to review the file structure of an npm package without installing it locally.
- You want to verify if a specific file exists within a package version.
- You're debugging or analyzing dependencies in a project and need detailed information about their contents.
Key capabilities
- Lists files and directories inside an npm package.
- Supports retrieving content for specific versions of a package.
- Provides metadata such as package name, version, and author.
Example prompts
- "List the contents of the
lodashpackage version 4.17.21." - "Show me the file structure of
[email protected]." - "What files are included in the latest release of
axios?"
Tips & gotchas
- Ensure that the npm package name and version you request exist, as invalid inputs may return errors or no results.
- This skill is ideal for inspection but not meant for downloading or modifying package contents.
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.