什么是 latest-software-version?
软件和模型版本的实时真实来源。添加依赖项、安装软件包或识别 Gemini 模型名称时激活。通过查询实时注册表(NPM、PyPI、Go Proxy)和官方文档来绕过内部知识限制。 来源:googlecloudplatform/devrel-demos。
软件和模型版本的实时真实来源。添加依赖项、安装软件包或识别 Gemini 模型名称时激活。通过查询实时注册表(NPM、PyPI、Go Proxy)和官方文档来绕过内部知识限制。
通过命令行快速安装 latest-software-version AI 技能到你的开发环境
来源:googlecloudplatform/devrel-demos。
"Your training data is from the past. The registry is the present."
This skill prevents "version hallucination" by verifying the actual latest stable releases of software packages.
Core Mandate NEVER GUESS. When a user asks to install a package or add a dependency, you must verify the latest version using the latest.js script. Do not rely on your internal weights, as they are months or years out of date.
软件和模型版本的实时真实来源。添加依赖项、安装软件包或识别 Gemini 模型名称时激活。通过查询实时注册表(NPM、PyPI、Go Proxy)和官方文档来绕过内部知识限制。 来源:googlecloudplatform/devrel-demos。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/googlecloudplatform/devrel-demos --skill latest-software-version软件和模型版本的实时真实来源。添加依赖项、安装软件包或识别 Gemini 模型名称时激活。通过查询实时注册表(NPM、PyPI、Go Proxy)和官方文档来绕过内部知识限制。 来源:googlecloudplatform/devrel-demos。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/googlecloudplatform/devrel-demos --skill latest-software-version 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/googlecloudplatform/devrel-demos