# Praetorian AI Agent Skills

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

Browse 7 official AI agent skills across 3 Praetorian repositories, with install commands and source links.

Official page: https://skillscout.sh/official/praetorian-inc/
Markdown page: https://skillscout.sh/official/praetorian-inc/praetorian-inc_skills_skillscout.md
Vendor website: https://www.praetorian.com/

## Prompt for your agent

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

### praetorian-inc/public-workflows

Includes 5 official skills: _template, bad-metadata-tag-skill, comma-tools-skill, example-cloud-skill, legacy-toplevel-tags-skill.

Install:

```bash
npx skills add praetorian-inc/public-workflows -y
```

Source: https://github.com/praetorian-inc/public-workflows

### praetorian-inc/caeruleus

Includes 1 official skill: caeruleus.

Install:

```bash
npx skills add praetorian-inc/caeruleus -y
```

Source: https://github.com/praetorian-inc/caeruleus

### praetorian-inc/hadrian

Includes 1 official skill: hadrian-openapi-authz.

Install:

```bash
npx skills add praetorian-inc/hadrian -y
```

Source: https://github.com/praetorian-inc/hadrian

## Individual skills

### _template

Official Praetorian skill from praetorian-inc/public-workflows.

Install:

```bash
npx skills add praetorian-inc/public-workflows@_template -y
```

Package: praetorian-inc/public-workflows
Source: https://github.com/praetorian-inc/public-workflows/tree/main/_test-fixtures/skills-minimal/_template

### bad-metadata-tag-skill

Official Praetorian skill from praetorian-inc/public-workflows.

Install:

```bash
npx skills add praetorian-inc/public-workflows@bad-metadata-tag-skill -y
```

Package: praetorian-inc/public-workflows
Source: https://github.com/praetorian-inc/public-workflows/tree/main/_test-fixtures/skills-bad/bad-metadata-tag-skill

### comma-tools-skill

Official Praetorian skill from praetorian-inc/public-workflows.

Install:

```bash
npx skills add praetorian-inc/public-workflows@comma-tools-skill -y
```

Package: praetorian-inc/public-workflows
Source: https://github.com/praetorian-inc/public-workflows/tree/main/_test-fixtures/skills-bad/comma-tools-skill

### example-cloud-skill

Official Praetorian skill from praetorian-inc/public-workflows.

Install:

```bash
npx skills add praetorian-inc/public-workflows@example-cloud-skill -y
```

Package: praetorian-inc/public-workflows
Source: https://github.com/praetorian-inc/public-workflows/tree/main/_test-fixtures/skills-minimal/example-cloud-skill

### legacy-toplevel-tags-skill

Official Praetorian skill from praetorian-inc/public-workflows.

Install:

```bash
npx skills add praetorian-inc/public-workflows@legacy-toplevel-tags-skill -y
```

Package: praetorian-inc/public-workflows
Source: https://github.com/praetorian-inc/public-workflows/tree/main/_test-fixtures/skills-bad/legacy-toplevel-tags-skill

### caeruleus

Official Praetorian skill from praetorian-inc/caeruleus.

Install:

```bash
npx skills add praetorian-inc/caeruleus@caeruleus -y
```

Package: praetorian-inc/caeruleus
Source: https://github.com/praetorian-inc/caeruleus/tree/main/skills/caeruleus

### hadrian-openapi-authz

Official Praetorian skill from praetorian-inc/hadrian.

Install:

```bash
npx skills add praetorian-inc/hadrian@hadrian-openapi-authz -y
```

Package: praetorian-inc/hadrian
Source: https://github.com/praetorian-inc/hadrian/tree/main/skills/hadrian-openapi-authz

## praetorian-inc/public-workflows package overview

Includes 5 official skills: _template, bad-metadata-tag-skill, comma-tools-skill, example-cloud-skill, legacy-toplevel-tags-skill.

### Top skills in this package

- _template: Official Praetorian skill from praetorian-inc/public-workflows.
- bad-metadata-tag-skill: Official Praetorian skill from praetorian-inc/public-workflows.
- comma-tools-skill: Official Praetorian skill from praetorian-inc/public-workflows.
- example-cloud-skill: Official Praetorian skill from praetorian-inc/public-workflows.
- legacy-toplevel-tags-skill: Official Praetorian skill from praetorian-inc/public-workflows.

### Install

Install the full package:

```bash
npx skills add praetorian-inc/public-workflows -y
```

Install a specific skill:

```bash
npx skills add praetorian-inc/public-workflows@_template -y
```

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

Source: https://github.com/praetorian-inc/public-workflows#readme
