用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill package-url-purl-format-standard-expert命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | package-url-purl-format-standard-expert |
| description | OWASP Package URL (PURL) format expert Use when this capability is needed. |
| metadata | {"author":"CycloneDX"} |
This skill teaches the Project Bob AI assistant how to act as an authoritative expert on the Package URL (purl) specification (ECMA-427). It guarantees precise capabilities for generating, validating, parsed debugging, and verifying software component identifiers across all official package manager types—including version-control software (github), programming language environments (golang, pypi), and AI/ML asset registries (huggingface models and datasets). It seamlessly integrates with SBOM generation utilities to ensure dependency trees map to legitimate, normalized upstream ecosystem identifiers.
pkg:<type>/<namespace>/<name>@<version>?<qualifiers>#<subpath>.scheme and type; lowercasing pypi names; while preserving case sensitivity for maven, github, or huggingface).purl-spec types or the explicit fallback pkg:generic.scheme: Constant string value literal pkg (Required).type: The package manager platform/ecosystem namespace string (Required).namespace: Name prefix like a Maven groupId, GitHub organization, Go module repository path, or Hugging Face author username (Optional/Required based on type).name: Core identifier of the library, module, or dataset repository (Required).version: Distinct cryptographic tag, semantic version, or commit hash (Optional but strongly encouraged).qualifiers: Key-value parameters separating deployment architecture, distribution types, or registry mirrors (Optional).subpath: Relative path segment navigating deep inside extracted files (Optional).| Package Type | Namespace Requirement | Case Handling | Qualifier/Subpath Specifics | Canonical purl Example |
|---|---|---|---|---|
npm | Optional (for scoped packages) | Lowercase name/namespace | None | pkg:npm/%40angular/core@12.0.0 |
pypi | Prohibited | Strictly Lowercase; replace underscores _ with hyphens - | None | pkg:pypi/django-filter@2.4.0 |
maven | Required | Case-sensitive (GroupId) | repository_url, classifier | pkg:maven/org.apache.commons/commons-lang3@3.12.0 |
cargo | Prohibited | Case-sensitive | None | pkg:cargo/rand@0.8.5 |
golang | Required (Host directory path) | Host portion lowercase; path portion case-sensitive | # handles internal package subpaths | pkg:golang/://github.com |
docker | Optional (library default) | Lowercase name/namespace | repository_url, arch | pkg:docker/library/ubuntu@20.04?arch=amd64 |
github |
pkg:pypi)_ characters in the package name must be systematically replaced with a dash -.pkg:golang)namespace field must contain the lowercased host-part and intermediate path elements matching the module's distribution layout (e.g., ://google.com or ://github.com).name element represents the trailing name of the root module containing its own distinct go.mod layout descriptor.# to locate that target path.pkg:huggingface)meta-llama, stanfordnlp). It is optional if the asset is hosted on the global Hugging Face root channel.type: "data") or adding explicit metadata bindings, while keeping the primary asset namespace matching the registry layout.version block represents the Git commit revision hash. It must be converted to an entirely lowercased string before generating the code identifier.When processing a raw user purl string or array:
type element and immediately execute character percentage encoding checks (e.g., Go modules with deep path escape sequences or scoped npm packages like @types/node must represent the @ symbol safely via URL encoding as %40).pkg:huggingface or name paths for pkg:pypi execute the mandatory lowercase mapping.When an agent or client delivers loose ecosystem parameters:
qualifiers where applicable.pypi) Case and Character NormalizationRaw Parameters: Type: pypi, Name: Flask_SQLAlchemy, Version: 3.0.3
purl String: pkg:pypi/flask-sqlalchemy@3.0.3
golang) Monorepo Module MappingRaw Parameters: Type: golang, Namespace: ://google.com, Module Name: storage, Version: v1.30.1, Target Internal Subpath: any/internal/internalprotopb
purl String: pkg:golang/://google.com/storage@v1.30.1#any/internal/internalprotopb
Raw Parameters: Type: huggingface, Owner: stanfordnlp, Dataset Name: imdb, Commit Hash: A84235F6088ECD3DD5FB5
purl String: pkg:huggingface/stanfordnlp/imdb@a84235f6088ecd3dd5fb5
Source: CycloneDX/sbom-utility — distributed by TomeVault.
| Required (Owner org/user) |
| Case-sensitive |
# handles directory subpaths |
pkg:github/package-url/purl-spec@244fd47e07d1004 |
huggingface | Optional (Defaults to root user) | Case-sensitive name/namespace | version must be a lowercased commit hash. | pkg:huggingface/microsoft/deberta-v3-base@559062ad13d311b87b2c455e67dcd5f1c8f65111 |
generic | Optional | Case-sensitive | vcs_url, download_url | pkg:generic/openssl@1.1.1?download_url=https://openssl.org |
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
基于 SOC 职业分类