# CycloneDX BOM Standard AI Agent Skills

CycloneDX BOM Standard publishes official AI agent skills for its tools, services, and developer workflows. CycloneDX is an OWASP bill-of-materials standard for documenting software components, dependencies, and other supply-chain information.

Browse 2 official AI agent skills across 1 CycloneDX BOM Standard repository, with install commands and source links.

Official page: https://skillscout.sh/official/cyclonedx/
Markdown page: https://skillscout.sh/official/cyclonedx/cyclonedx_skills_skillscout.md
Vendor website: https://cyclonedx.org/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/cyclonedx/cyclonedx_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant CycloneDX BOM Standard skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### cyclonedx/sbom-utility

Includes 2 official skills: cyclonedx, purl.

Install:

```bash
npx skills add cyclonedx/sbom-utility -y
```

Source: https://github.com/CycloneDX/sbom-utility

## Individual skills

### cyclonedx

Official CycloneDX BOM Standard skill from cyclonedx/sbom-utility.

Install:

```bash
npx skills add cyclonedx/sbom-utility@cyclonedx -y
```

Package: cyclonedx/sbom-utility
Source: https://github.com/cyclonedx/sbom-utility/tree/HEAD/.bob/skills/cyclonedx

### purl

Official CycloneDX BOM Standard skill from cyclonedx/sbom-utility.

Install:

```bash
npx skills add cyclonedx/sbom-utility@purl -y
```

Package: cyclonedx/sbom-utility
Source: https://github.com/CycloneDX/sbom-utility/tree/main/.bob/skills/purl

## cyclonedx/sbom-utility package overview

Includes 2 official skills: cyclonedx, purl.

### Top skills in this package

- cyclonedx: Official CycloneDX BOM Standard skill from cyclonedx/sbom-utility.
- purl: Official CycloneDX BOM Standard skill from cyclonedx/sbom-utility.

### Install

Install the full package:

```bash
npx skills add cyclonedx/sbom-utility -y
```

Install a specific skill:

```bash
npx skills add cyclonedx/sbom-utility@cyclonedx -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/cyclonedx/sbom-utility#readme
