vault-vpk-builder
Packages Custom Pages into deployable Vault Packages (VPKs) via the vpk CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Packages Custom Pages into deployable Vault Packages (VPKs) via the vpk CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Implementation patterns for the Vault Toolbox Browser Extension (Manifest V3).
Specialized design challenges for the Vault Toolbox Browser Extension, focusing on VQL prototyping.
Specialized audit for the Vault Toolbox Browser Extension, focusing on Island Architecture and UI visibility.
Specialized data grid implementation for the Vault Toolbox Browser Extension using TanStack Table/Virtual.
Specialized design requirements for the Vault Toolbox Browser Extension, focusing on UI visibility.
Specialized testing and dev-server protocol for the Vault Toolbox Browser Extension.
| name | vault-vpk-builder |
| description | Packages Custom Pages into deployable Vault Packages (VPKs) via the vpk CLI. |
| applicable_apps | ["custom-pages"] |
This skill is CLI-first: a single Node command does all materialization, auditing, and zipping. Do not hand-craft VPKs.
node .agents/skills/vault-vpk-builder/scripts/vpk.js <VPK-NAME>
The CLI in one shot:
The CLI runs this audit before zipping. Every check has an explicit pass/fail diagnostic.
.vpk in toolbox/vpk/packages/). To deploy it — REST import + deploy, Java single-file hot-deploy, or Custom Page client direct-deploy — use the veeva-vault-deployer skill (auth-gated via vault_api). Manual upload through the Vault UI also remains an option.