# WolfSSL AI Agent Skills

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

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

Official page: https://skillscout.sh/official/wolfssl/
Markdown page: https://skillscout.sh/official/wolfssl/wolfssl_skills_skillscout.md
Vendor website: https://www.wolfssl.com/

## Prompt for your agent

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

### wolfssl/wolfhal

Includes 2 official skills: generate-driver-template, port-stm32-platform.

Install:

```bash
npx skills add wolfssl/wolfhal -y
```

Source: https://github.com/wolfSSL/wolfHAL

## Individual skills

### generate-driver-template

Official WolfSSL skill from wolfssl/wolfhal.

Install:

```bash
npx skills add wolfssl/wolfhal@generate-driver-template -y
```

Package: wolfssl/wolfhal
Source: https://github.com/wolfSSL/wolfHAL/tree/main/.claude/skills/generate-driver-template

### port-stm32-platform

Official WolfSSL skill from wolfssl/wolfhal.

Install:

```bash
npx skills add wolfssl/wolfhal@port-stm32-platform -y
```

Package: wolfssl/wolfhal
Source: https://github.com/wolfSSL/wolfHAL/tree/main/.claude/skills/port-stm32-platform

## wolfssl/wolfhal package overview

Includes 2 official skills: generate-driver-template, port-stm32-platform.

### Top skills in this package

- generate-driver-template: Official WolfSSL skill from wolfssl/wolfhal.
- port-stm32-platform: Official WolfSSL skill from wolfssl/wolfhal.

### Install

Install the full package:

```bash
npx skills add wolfssl/wolfhal -y
```

Install a specific skill:

```bash
npx skills add wolfssl/wolfhal@generate-driver-template -y
```

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

Source: https://github.com/wolfssl/wolfhal#readme
