Developer Tools12 toolsPaste one API key
NPM integration for AI agents
Search packages, get download stats, and check security advisories
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect NPM once and call the same tools from all of them.
Setup
Connect NPM through ClawLink's hosted setup to search packages, get download stats, check security advisories, and browse registry metadata.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
NPM exposes 12 tools through ClawLink. The 11 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
npm_get_all_packages_download_point | Get total registry download stats | Read |
npm_get_download_counts_point | Get package download counts | Read |
npm_get_download_counts_range_package | Get downloads over a date range | Read |
npm_get_registry_changes | Get registry changes feed | Read |
npm_get_registry_meta | Get registry metadata and ping status | Read |
npm_get_version_downloads | Get version-specific downloads | Read |
npm_query_bulk_security_advisories | Check security vulnerabilities for packages | Read |
npm_registry_get_package | Get package metadata and versions | Read |
npm_registry_search_packages | Search for packages in the npm registry | Read |
npm_get_download_range_all | Get daily download counts for all npm packages over a specified period | Read |
npm_registry_get_root | Fetches npm registry root metadata including total package count and update sequence | Read |