什麼是 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