用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/NVIDIA-Omniverse/ovstorage --skill ovstorage-contributor-author-storage-plugin命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Use when changing or reviewing the built-in authentication and authorization Layer or its TOML policy engine.
Use when Rust changes affect the ovstorage plugin ABI header and the checked-in generated copies must be refreshed.
Use when starting ovstorage-broker locally for development or integration testing with the current Stack and listener-auth configuration.
| name | ovstorage-contributor-author-storage-plugin |
| description | Use when adding or reviewing a storage backend plugin for ovstorage. |
| license | CC-BY-4.0 |
| version | 0.1.0 |
| author | NVIDIA Omniverse |
| tags | ["ovstorage","plugin","storage"] |
| tools | ["Read","Bash"] |
| compatibility | Requires an ovstorage checkout, Rust toolchain, and storage plugin ABI docs. Backend SDK credentials are user-supplied when applicable. |
Implement a backend plugin that advertises truthful capabilities, streams bytes without buffering whole objects, maps errors into ovstorage codes, and passes the plugin conformance harness.
docs/public/plugin-development/README.md
for the shared C ABI, manifest, loader, and build loop.docs/public/plugin-storage/README.md
for the storage-specific Factory and Backend contract.ovstorage-plugin-http
before introducing vendor SDK complexity. (The file backend is
built into the library, not a plugin crate, so it is not a template
for a loadable plugin.)make verify before merge.Unsupported and do not advertise the matching
capability.