# OWASP Juice Shop AI Agent Skills

OWASP Juice Shop publishes official AI agent skills for its tools, services, and developer workflows.

Browse 9 official AI agent skills across 2 OWASP Juice Shop repositories, with install commands and source links.

Official page: https://skillscout.sh/official/juice-shop/
Markdown page: https://skillscout.sh/official/juice-shop/juice-shop_skills_skillscout.md
Vendor website: https://owasp-juice.shop/

## Prompt for your agent

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

### juice-shop/juice-shop

Includes 7 official skills: add-reference, add-solution, create-m3-theme, generate-release-notes, verify-challenge, verify-rsn-fix.

Install:

```bash
npx skills add juice-shop/juice-shop -y
```

Source: https://github.com/juice-shop/juice-shop

### juice-shop/pwning-juice-shop

Includes 2 official skills: challenge-documentation, challenge-maintenance.

Install:

```bash
npx skills add juice-shop/pwning-juice-shop -y
```

Source: https://github.com/juice-shop/pwning-juice-shop

## Individual skills

### add-reference

Official OWASP Juice Shop skill from juice-shop/juice-shop.

Install:

```bash
npx skills add juice-shop/juice-shop@add-reference -y
```

Package: juice-shop/juice-shop
Source: https://github.com/juice-shop/juice-shop/tree/master/.ai/skills/add-reference

### add-solution

Official OWASP Juice Shop skill from juice-shop/juice-shop.

Install:

```bash
npx skills add juice-shop/juice-shop@add-solution -y
```

Package: juice-shop/juice-shop
Source: https://github.com/juice-shop/juice-shop/tree/master/.ai/skills/add-solution

### create-m3-theme

Official OWASP Juice Shop skill from juice-shop/juice-shop.

Install:

```bash
npx skills add juice-shop/juice-shop@create-m3-theme -y
```

Package: juice-shop/juice-shop
Source: https://github.com/juice-shop/juice-shop/tree/master/.ai/skills/create-m3-theme

### generate-release-notes

Official OWASP Juice Shop skill from juice-shop/juice-shop.

Install:

```bash
npx skills add juice-shop/juice-shop@generate-release-notes -y
```

Package: juice-shop/juice-shop
Source: https://github.com/juice-shop/juice-shop/tree/master/.ai/skills/generate-release-notes

### verify-challenge

Official OWASP Juice Shop skill from juice-shop/juice-shop.

Install:

```bash
npx skills add juice-shop/juice-shop@verify-challenge -y
```

Package: juice-shop/juice-shop
Source: https://github.com/juice-shop/juice-shop/tree/master/.ai/skills/verify-challenge

### verify-rsn-fix

Official OWASP Juice Shop skill from juice-shop/juice-shop.

Install:

```bash
npx skills add juice-shop/juice-shop@verify-rsn-fix -y
```

Package: juice-shop/juice-shop
Source: https://github.com/juice-shop/juice-shop/tree/master/.ai/skills/verify-rsn-fix

### write-tests

Official OWASP Juice Shop skill from juice-shop/juice-shop.

Install:

```bash
npx skills add juice-shop/juice-shop@write-tests -y
```

Package: juice-shop/juice-shop
Source: https://github.com/juice-shop/juice-shop/tree/HEAD/.ai/skills/write-tests

### challenge-documentation

Official OWASP Juice Shop skill from juice-shop/pwning-juice-shop.

Install:

```bash
npx skills add juice-shop/pwning-juice-shop@challenge-documentation -y
```

Package: juice-shop/pwning-juice-shop
Source: https://github.com/juice-shop/pwning-juice-shop/tree/HEAD/.ai/challenge-documentation

### challenge-maintenance

Official OWASP Juice Shop skill from juice-shop/pwning-juice-shop.

Install:

```bash
npx skills add juice-shop/pwning-juice-shop@challenge-maintenance -y
```

Package: juice-shop/pwning-juice-shop
Source: https://github.com/juice-shop/pwning-juice-shop/tree/master/.ai/challenge-maintenance

## juice-shop/juice-shop package overview

Includes 7 official skills: add-reference, add-solution, create-m3-theme, generate-release-notes, verify-challenge, verify-rsn-fix.

### Top skills in this package

- add-reference: Official OWASP Juice Shop skill from juice-shop/juice-shop.
- add-solution: Official OWASP Juice Shop skill from juice-shop/juice-shop.
- create-m3-theme: Official OWASP Juice Shop skill from juice-shop/juice-shop.
- generate-release-notes: Official OWASP Juice Shop skill from juice-shop/juice-shop.
- verify-challenge: Official OWASP Juice Shop skill from juice-shop/juice-shop.
- verify-rsn-fix: Official OWASP Juice Shop skill from juice-shop/juice-shop.
- write-tests: Official OWASP Juice Shop skill from juice-shop/juice-shop.

### Install

Install the full package:

```bash
npx skills add juice-shop/juice-shop -y
```

Install a specific skill:

```bash
npx skills add juice-shop/juice-shop@add-reference -y
```

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

Source: https://github.com/juice-shop/juice-shop#readme
