openclaw / npm-search
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/npm-search && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2883" && unzip -o skill.zip -d .claude/skills/npm-search && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/npm-search/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Search npm packages. Use for finding Node.js/JavaScript packages, libraries, and tools.
0 views
0 installs
Skill Content
---
name: npm-search
description: Search npm packages. Use for finding Node.js/JavaScript packages, libraries, and tools.
metadata: {"clawdbot":{"emoji":"📦","requires":{"bins":["jq","npm-search-mcp-server"]}}}
---
# NPM Search
CLI wrapper for npm-search-mcp-server.
> **Note:** Examples show command syntax. Replace queries with the user's actual request.
## Search Packages
```bash
bash scripts/npmsearch "<query>"
```
## Command Reference
| Command | Description |
|---------|-------------|
| `npmsearch "<query>"` | Search npm packages |
## Notes
- Requires `npm-search-mcp-server` installed
- Requires `jq`