# Swagger AI Agent Skills

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

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

Official page: https://skillscout.sh/official/swagger-api/
Markdown page: https://skillscout.sh/official/swagger-api/swagger-api_skills_skillscout.md
Vendor website: http://swagger.io/

## Prompt for your agent

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

### swagger-api/apidom

Includes 3 official skills: add-namespace, add-parser-adapter, update-ls-config.

Install:

```bash
npx skills add swagger-api/apidom -y
```

Source: https://github.com/swagger-api/apidom

## Individual skills

### add-namespace

Official Swagger skill from swagger-api/apidom.

Install:

```bash
npx skills add swagger-api/apidom@add-namespace -y
```

Package: swagger-api/apidom
Source: https://github.com/swagger-api/apidom/tree/main/.claude/skills/add-namespace

### add-parser-adapter

Official Swagger skill from swagger-api/apidom.

Install:

```bash
npx skills add swagger-api/apidom@add-parser-adapter -y
```

Package: swagger-api/apidom
Source: https://github.com/swagger-api/apidom/tree/main/.claude/skills/add-parser-adapter

### update-ls-config

Official Swagger skill from swagger-api/apidom.

Install:

```bash
npx skills add swagger-api/apidom@update-ls-config -y
```

Package: swagger-api/apidom
Source: https://github.com/swagger-api/apidom/tree/main/.claude/skills/update-ls-config

## swagger-api/apidom package overview

Includes 3 official skills: add-namespace, add-parser-adapter, update-ls-config.

### Top skills in this package

- add-namespace: Official Swagger skill from swagger-api/apidom.
- add-parser-adapter: Official Swagger skill from swagger-api/apidom.
- update-ls-config: Official Swagger skill from swagger-api/apidom.

### Install

Install the full package:

```bash
npx skills add swagger-api/apidom -y
```

Install a specific skill:

```bash
npx skills add swagger-api/apidom@add-namespace -y
```

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

Source: https://github.com/swagger-api/apidom#readme
