deps-dev by trancong12102/agentskills
npx skills add https://github.com/trancong12102/agentskills --skill deps-dev查询 deps.dev API 以获取开源软件包的最新稳定版本。这比在网络上搜索或猜测版本号更快、更可靠,并且能在您安装之前发现已弃用的软件包。
| 生态系统 | 系统 ID | 示例包 |
|---|---|---|
| npm | npm | express, @types/node |
| PyPI | pypi | requests, django |
| Go |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
go |
github.com/gin-gonic/gin |
| Cargo | cargo | serde, tokio |
| Maven | maven | org.springframework:spring-core |
| NuGet | nuget | Newtonsoft.Json |
package.json、requirements.txt、Cargo.toml 等文件更新至最新版本时context7)请勿阅读脚本源代码。 直接运行脚本并使用 --help 查看用法。
* `package.json` 或 `node_modules` → npm
* `requirements.txt`、`pyproject.toml`、`setup.py` → pypi
* `go.mod`、`go.sum` → go
* `Cargo.toml` → cargo
* `pom.xml`、`build.gradle` → maven
* `*.csproj`、`packages.config` → nuget
2. 运行脚本:
python3 scripts/get-versions.py <system> <pkg1> [pkg2] ...
如果不确定用法,请运行 python3 scripts/get-versions.py --help。
python3 scripts/get-versions.py npm express lodash @types/node
python3 scripts/get-versions.py pypi requests django flask
python3 scripts/get-versions.py go github.com/gin-gonic/gin
带标题的 TSV 格式。每个软件包占一行:
package version published status
express 5.0.0 2024-09-10 ok
lodash 4.17.21 2021-02-20 ok
状态值:ok、deprecated、not found、error: <detail>。
@types/node 这样的作用域 npm 包),并并行获取多个软件包,因此既简单又快速。deprecated,请告知用户,并在您知道替代方案时建议一个。每周安装次数
109
代码仓库
GitHub 星标数
3
首次出现
2026年1月20日
安全审计
安装于
claude-code95
pi50
codex48
gemini-cli46
opencode46
antigravity45
Query the deps.dev API to get the latest stable version of open-source packages. This is faster and more reliable than searching the web or guessing version numbers, and it catches deprecated packages before you install them.
| Ecosystem | System ID | Example Package |
|---|---|---|
| npm | npm | express, @types/node |
| PyPI | pypi | requests, django |
| Go | go | github.com/gin-gonic/gin |
| Cargo | cargo | serde, tokio |
| Maven | maven | org.springframework:spring-core |
| NuGet | nuget | Newtonsoft.Json |
package.json, requirements.txt, Cargo.toml, etc. to latestcontext7 instead)DO NOT read script source code. Run scripts directly and use --help for usage.
Identify the ecosystem from project files:
package.json or node_modules → npmrequirements.txt, pyproject.toml, setup.py → pypigo.mod, go.sum → goCargo.toml → cargopom.xml, build.gradle → mavenpython3 scripts/get-versions.py <system> <pkg1> [pkg2] ...
Run python3 scripts/get-versions.py --help if unsure about usage.
python3 scripts/get-versions.py npm express lodash @types/node
python3 scripts/get-versions.py pypi requests django flask
python3 scripts/get-versions.py go github.com/gin-gonic/gin
TSV with header. One line per package:
package version published status
express 5.0.0 2024-09-10 ok
lodash 4.17.21 2021-02-20 ok
Status values: ok, deprecated, not found, error: <detail>.
@types/node) and fetches multiple packages in parallel, so it's both easier and faster.deprecated, tell the user and suggest an alternative if you know one.Weekly Installs
109
Repository
GitHub Stars
3
First Seen
Jan 20, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
claude-code95
pi50
codex48
gemini-cli46
opencode46
antigravity45
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
159,700 周安装
*.csproj, packages.config → nugetRun the script: