# Yubico AI Agent Skills

Yubico publishes official AI agent skills for its tools, services, and developer workflows.

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

Official page: https://skillscout.sh/official/yubico/
Markdown page: https://skillscout.sh/official/yubico/yubico_skills_skillscout.md
Vendor website: https://developers.yubico.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/yubico/yubico_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Yubico 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

### yubico/yubico.net.sdk

Includes 2 official skills: docsaudit, release.

Install:

```bash
npx skills add yubico/yubico.net.sdk -y
```

Source: https://github.com/Yubico/Yubico.NET.SDK

## Individual skills

### docsaudit

Official Yubico skill from yubico/yubico.net.sdk.

Install:

```bash
npx skills add yubico/yubico.net.sdk@docsaudit -y
```

Package: yubico/yubico.net.sdk
Source: https://github.com/Yubico/Yubico.NET.SDK/tree/develop/.claude/skills/docsaudit

### release

Official Yubico skill from yubico/yubico.net.sdk.

Install:

```bash
npx skills add yubico/yubico.net.sdk@release -y
```

Package: yubico/yubico.net.sdk
Source: https://github.com/Yubico/Yubico.NET.SDK/tree/develop/.claude/skills/release

## yubico/yubico.net.sdk package overview

Includes 2 official skills: docsaudit, release.

### Top skills in this package

- docsaudit: Official Yubico skill from yubico/yubico.net.sdk.
- release: Official Yubico skill from yubico/yubico.net.sdk.

### Install

Install the full package:

```bash
npx skills add yubico/yubico.net.sdk -y
```

Install a specific skill:

```bash
npx skills add yubico/yubico.net.sdk@docsaudit -y
```

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

Source: https://github.com/yubico/yubico.net.sdk#readme
