# CrowdStrike AI Agent Skills

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

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

Official page: https://skillscout.sh/official/crowdstrike/
Markdown page: https://skillscout.sh/official/crowdstrike/crowdstrike_skills_skillscout.md
Vendor website: https://www.crowdstrike.com/

## Prompt for your agent

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

### crowdstrike/foundry-skills

Includes 11 official skills: api-integrations, debugging-workflows, development-workflow, functions-falcon-api, security-patterns, workflows-development.

Install:

```bash
npx skills add crowdstrike/foundry-skills -y
```

Source: https://github.com/CrowdStrike/foundry-skills

## Individual skills

### api-integrations

Official CrowdStrike skill from crowdstrike/foundry-skills.

Install:

```bash
npx skills add crowdstrike/foundry-skills@api-integrations -y
```

Package: crowdstrike/foundry-skills
Source: https://github.com/CrowdStrike/foundry-skills/tree/main/skills/api-integrations

### debugging-workflows

Official CrowdStrike skill from crowdstrike/foundry-skills.

Install:

```bash
npx skills add crowdstrike/foundry-skills@debugging-workflows -y
```

Package: crowdstrike/foundry-skills
Source: https://github.com/CrowdStrike/foundry-skills/tree/main/skills/debugging-workflows

### development-workflow

Official CrowdStrike skill from crowdstrike/foundry-skills.

Install:

```bash
npx skills add crowdstrike/foundry-skills@development-workflow -y
```

Package: crowdstrike/foundry-skills
Source: https://github.com/CrowdStrike/foundry-skills/tree/main/skills/development-workflow

### functions-falcon-api

Official CrowdStrike skill from crowdstrike/foundry-skills.

Install:

```bash
npx skills add crowdstrike/foundry-skills@functions-falcon-api -y
```

Package: crowdstrike/foundry-skills
Source: https://github.com/CrowdStrike/foundry-skills/tree/main/skills/functions-falcon-api

### security-patterns

Official CrowdStrike skill from crowdstrike/foundry-skills.

Install:

```bash
npx skills add crowdstrike/foundry-skills@security-patterns -y
```

Package: crowdstrike/foundry-skills
Source: https://github.com/crowdstrike/foundry-skills/tree/HEAD/skills/security-patterns

### workflows-development

Official CrowdStrike skill from crowdstrike/foundry-skills.

Install:

```bash
npx skills add crowdstrike/foundry-skills@workflows-development -y
```

Package: crowdstrike/foundry-skills
Source: https://github.com/CrowdStrike/foundry-skills/tree/main/skills/workflows-development

### collections-development

Official CrowdStrike skill from crowdstrike/foundry-skills.

Install:

```bash
npx skills add crowdstrike/foundry-skills@collections-development -y
```

Package: crowdstrike/foundry-skills
Source: https://github.com/CrowdStrike/foundry-skills/tree/main/skills/collections-development

### e2e-testing

Official CrowdStrike skill from crowdstrike/foundry-skills.

Install:

```bash
npx skills add crowdstrike/foundry-skills@e2e-testing -y
```

Package: crowdstrike/foundry-skills
Source: https://github.com/CrowdStrike/foundry-skills/tree/main/skills/e2e-testing

### functions-development

Official CrowdStrike skill from crowdstrike/foundry-skills.

Install:

```bash
npx skills add crowdstrike/foundry-skills@functions-development -y
```

Package: crowdstrike/foundry-skills
Source: https://github.com/CrowdStrike/foundry-skills/tree/main/skills/functions-development

### fusion-redirect

Official CrowdStrike skill from crowdstrike/foundry-skills.

Install:

```bash
npx skills add crowdstrike/foundry-skills@fusion-redirect -y
```

Package: crowdstrike/foundry-skills
Source: https://github.com/crowdstrike/foundry-skills/tree/HEAD/skills/fusion-redirect

### ui-development

Official CrowdStrike skill from crowdstrike/foundry-skills.

Install:

```bash
npx skills add crowdstrike/foundry-skills@ui-development -y
```

Package: crowdstrike/foundry-skills
Source: https://github.com/crowdstrike/foundry-skills/tree/HEAD/skills/ui-development

## crowdstrike/foundry-skills package overview

Includes 11 official skills: api-integrations, debugging-workflows, development-workflow, functions-falcon-api, security-patterns, workflows-development.

### Top skills in this package

- api-integrations: Official CrowdStrike skill from crowdstrike/foundry-skills.
- debugging-workflows: Official CrowdStrike skill from crowdstrike/foundry-skills.
- development-workflow: Official CrowdStrike skill from crowdstrike/foundry-skills.
- functions-falcon-api: Official CrowdStrike skill from crowdstrike/foundry-skills.
- security-patterns: Official CrowdStrike skill from crowdstrike/foundry-skills.
- workflows-development: Official CrowdStrike skill from crowdstrike/foundry-skills.
- collections-development: Official CrowdStrike skill from crowdstrike/foundry-skills.
- e2e-testing: Official CrowdStrike skill from crowdstrike/foundry-skills.

### Install

Install the full package:

```bash
npx skills add crowdstrike/foundry-skills -y
```

Install a specific skill:

```bash
npx skills add crowdstrike/foundry-skills@api-integrations -y
```

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

Source: https://github.com/crowdstrike/foundry-skills#readme
