NR
npm Registry
/search
Search packages
Search npm by keyword with quality/popularity scores.
liveverifieddegraded · 297ms
npmjavascriptpackages
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run npm /search for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Query |
| limit | number | Max results default 10 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"npm","endpoint":"/search","input":{"query":"...","limit":10}}'cli
npx cracked-ai run -p npm -e /search -i '{"query":"...","limit":10}'mcp
run_tool({ provider: "npm", endpoint: "/search", input: {"query":"...","limit":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.