# Open Attack Surface Management AI Agent Skills

Open Attack Surface Management publishes official AI agent skills for its tools, services, and developer workflows.

Browse 3 official AI agent skills across 1 Open Attack Surface Management repository, with install commands and source links.

Official page: https://skillscout.sh/official/oasm-platform/
Markdown page: https://skillscout.sh/official/oasm-platform/oasm-platform_skills_skillscout.md
Vendor website: https://github.com/oasm-platform

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/oasm-platform/oasm-platform_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Open Attack Surface Management 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

### oasm-platform/open-asm

Includes 3 official skills: command-execution, vulnerability-analysis, web-research.

Install:

```bash
npx skills add oasm-platform/open-asm -y
```

Source: https://github.com/oasm-platform/open-asm

## Individual skills

### command-execution

Official Open Attack Surface Management skill from oasm-platform/open-asm.

Install:

```bash
npx skills add oasm-platform/open-asm@command-execution -y
```

Package: oasm-platform/open-asm
Source: https://github.com/oasm-platform/open-asm/tree/main/core-api/src/modules/agents/skills/command-execution

### vulnerability-analysis

Official Open Attack Surface Management skill from oasm-platform/open-asm.

Install:

```bash
npx skills add oasm-platform/open-asm@vulnerability-analysis -y
```

Package: oasm-platform/open-asm
Source: https://github.com/oasm-platform/open-asm/tree/main/core-api/src/modules/agents/skills/vulnerability-analysis

### web-research

Official Open Attack Surface Management skill from oasm-platform/open-asm.

Install:

```bash
npx skills add oasm-platform/open-asm@web-research -y
```

Package: oasm-platform/open-asm
Source: https://github.com/oasm-platform/open-asm/tree/main/core-api/src/modules/agents/skills/web-research

## oasm-platform/open-asm package overview

Includes 3 official skills: command-execution, vulnerability-analysis, web-research.

### Top skills in this package

- command-execution: Official Open Attack Surface Management skill from oasm-platform/open-asm.
- vulnerability-analysis: Official Open Attack Surface Management skill from oasm-platform/open-asm.
- web-research: Official Open Attack Surface Management skill from oasm-platform/open-asm.

### Install

Install the full package:

```bash
npx skills add oasm-platform/open-asm -y
```

Install a specific skill:

```bash
npx skills add oasm-platform/open-asm@command-execution -y
```

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

Source: https://github.com/oasm-platform/open-asm#readme
