# SentinelOne AI Agent Skills

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

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

Official page: https://skillscout.sh/official/sentinel-one/
Markdown page: https://skillscout.sh/official/sentinel-one/sentinel-one_skills_skillscout.md
Vendor website: https://sentinelone.com/

## Prompt for your agent

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

### sentinel-one/ai-siem

Includes 8 official skills: mgmt-console-api, soc-investigator, powerquery, sdl-api, sdl-solutions, hyperautomation.

Install:

```bash
npx skills add sentinel-one/ai-siem -y
```

Source: https://github.com/Sentinel-One/ai-siem

## Individual skills

### mgmt-console-api

Official SentinelOne skill from sentinel-one/ai-siem.

Install:

```bash
npx skills add sentinel-one/ai-siem@mgmt-console-api -y
```

Package: sentinel-one/ai-siem
Source: https://github.com/Sentinel-One/ai-siem/tree/main/plugins/s1-secops-skills/skills/mgmt-console-api

### soc-investigator

Official SentinelOne skill from sentinel-one/ai-siem.

Install:

```bash
npx skills add sentinel-one/ai-siem@soc-investigator -y
```

Package: sentinel-one/ai-siem
Source: https://github.com/Sentinel-One/ai-siem/tree/main/plugins/s1-secops-skills/skills/soc-investigator

### powerquery

Official SentinelOne skill from sentinel-one/ai-siem.

Install:

```bash
npx skills add sentinel-one/ai-siem@powerquery -y
```

Package: sentinel-one/ai-siem
Source: https://github.com/Sentinel-One/ai-siem/tree/main/plugins/s1-secops-skills/skills/powerquery

### sdl-api

Official SentinelOne skill from sentinel-one/ai-siem.

Install:

```bash
npx skills add sentinel-one/ai-siem@sdl-api -y
```

Package: sentinel-one/ai-siem
Source: https://github.com/Sentinel-One/ai-siem/tree/main/plugins/s1-secops-skills/skills/sdl-api

### sdl-solutions

Official SentinelOne skill from sentinel-one/ai-siem.

Install:

```bash
npx skills add sentinel-one/ai-siem@sdl-solutions -y
```

Package: sentinel-one/ai-siem
Source: https://github.com/Sentinel-One/ai-siem/tree/main/plugins/s1-secops-skills/skills/sdl-solutions

### hyperautomation

Official SentinelOne skill from sentinel-one/ai-siem.

Install:

```bash
npx skills add sentinel-one/ai-siem@hyperautomation -y
```

Package: sentinel-one/ai-siem
Source: https://github.com/Sentinel-One/ai-siem/tree/main/plugins/s1-secops-skills/skills/hyperautomation

### sdl-dashboard

Official SentinelOne skill from sentinel-one/ai-siem.

Install:

```bash
npx skills add sentinel-one/ai-siem@sdl-dashboard -y
```

Package: sentinel-one/ai-siem
Source: https://github.com/sentinel-one/ai-siem/tree/HEAD/plugins/s1-secops-skills/skills/sdl-dashboard

### sdl-log-parser

Official SentinelOne skill from sentinel-one/ai-siem.

Install:

```bash
npx skills add sentinel-one/ai-siem@sdl-log-parser -y
```

Package: sentinel-one/ai-siem
Source: https://github.com/Sentinel-One/ai-siem/tree/main/plugins/s1-secops-skills/skills/sdl-log-parser

## sentinel-one/ai-siem package overview

Includes 8 official skills: mgmt-console-api, soc-investigator, powerquery, sdl-api, sdl-solutions, hyperautomation.

### Top skills in this package

- mgmt-console-api: Official SentinelOne skill from sentinel-one/ai-siem.
- soc-investigator: Official SentinelOne skill from sentinel-one/ai-siem.
- powerquery: Official SentinelOne skill from sentinel-one/ai-siem.
- sdl-api: Official SentinelOne skill from sentinel-one/ai-siem.
- sdl-solutions: Official SentinelOne skill from sentinel-one/ai-siem.
- hyperautomation: Official SentinelOne skill from sentinel-one/ai-siem.
- sdl-dashboard: Official SentinelOne skill from sentinel-one/ai-siem.
- sdl-log-parser: Official SentinelOne skill from sentinel-one/ai-siem.

### Install

Install the full package:

```bash
npx skills add sentinel-one/ai-siem -y
```

Install a specific skill:

```bash
npx skills add sentinel-one/ai-siem@mgmt-console-api -y
```

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

Source: https://github.com/sentinel-one/ai-siem#readme
