# Red Siege AI Agent Skills

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

Browse 1 official AI agent skill across 1 Red Siege repository, with install commands and source links.

Official page: https://skillscout.sh/official/redsiege/
Markdown page: https://skillscout.sh/official/redsiege/redsiege_skills_skillscout.md
Vendor website: https://redsiege.com/

## Prompt for your agent

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

### redsiege/rstools

Includes 1 official skill: nmap-report.

Install:

```bash
npx skills add redsiege/rstools -y
```

Source: https://github.com/RedSiege/rstools

## Individual skills

### nmap-report

Official Red Siege skill from redsiege/rstools.

Install:

```bash
npx skills add redsiege/rstools@nmap-report -y
```

Package: redsiege/rstools
Source: https://github.com/RedSiege/rstools/tree/master/nmap/claude/nmap-report

## redsiege/rstools package overview

Includes 1 official skill: nmap-report.

### Top skills in this package

- nmap-report: Official Red Siege skill from redsiege/rstools.

### Install

Install the full package:

```bash
npx skills add redsiege/rstools -y
```

Install a specific skill:

```bash
npx skills add redsiege/rstools@nmap-report -y
```

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

Source: https://github.com/redsiege/rstools#readme
