# SecDev AI Agent Skills

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

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

Official page: https://skillscout.sh/official/secdev/
Markdown page: https://skillscout.sh/official/secdev/secdev_skills_skillscout.md
Vendor website: https://scapy.net/

## Prompt for your agent

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

### secdev/scapy

Includes 2 official skills: scapy-packet-fields, scapy-security-audit.

Install:

```bash
npx skills add secdev/scapy -y
```

Source: https://github.com/secdev/scapy

## Individual skills

### scapy-packet-fields

Official SecDev skill from secdev/scapy.

Install:

```bash
npx skills add secdev/scapy@scapy-packet-fields -y
```

Package: secdev/scapy
Source: https://github.com/secdev/scapy/tree/master/.github/skills/scapy-packet-fields

### scapy-security-audit

Official SecDev skill from secdev/scapy.

Install:

```bash
npx skills add secdev/scapy@scapy-security-audit -y
```

Package: secdev/scapy
Source: https://github.com/secdev/scapy/tree/HEAD/.github/skills/scapy-security-audit

## secdev/scapy package overview

Includes 2 official skills: scapy-packet-fields, scapy-security-audit.

### Top skills in this package

- scapy-packet-fields: Official SecDev skill from secdev/scapy.
- scapy-security-audit: Official SecDev skill from secdev/scapy.

### Install

Install the full package:

```bash
npx skills add secdev/scapy -y
```

Install a specific skill:

```bash
npx skills add secdev/scapy@scapy-packet-fields -y
```

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

Source: https://github.com/secdev/scapy#readme
