# D1337 Module Registry

## Installed Modules

Place module folders here. Each module must contain a `SKILL.md` file.

### How to Install

```bash
# From a git repo
git clone <module-repo-url> .agent/modules/installed/<module-name>

# From a template
cp -r .agent/modules/module-template .agent/modules/installed/<module-name>
```

### Currently Installed

_No modules installed yet. Drop folders into this directory to activate._

---

## Available Module Ideas

| Module | Purpose | Agent Binding |
|--------|---------|---------------|
| `nmap-recon` | Automated nmap scanning workflows | penetration-tester |
| `nuclei-scanner` | Nuclei template scanning automation | penetration-tester |
| `wordlist-manager` | Custom wordlist generation and management | penetration-tester |
| `credential-checker` | Credential validation and testing | security-auditor |
| `api-fuzzer` | API endpoint fuzzing automation | penetration-tester |
| `report-generator` | Automated security report generation | security-auditor |
| `osint-tools` | OSINT data collection and correlation | penetration-tester |
| `docker-security` | Container security scanning | devops-engineer |
