nuclei-template-writer
Installation
SKILL.md
Nuclei Template Writer
Turns a finding into a Nuclei template. The template can then be run against thousands of targets to find the same vulnerability at scale.
Protocol
Step 0 — Parse the input
Identify the input type — determines how precise the output can be:
| Type | What was given | Template quality |
|---|---|---|
| A | Description only | Skeleton with placeholder payloads — mark what needs customization |
| B | HTTP request only | Parameterized request, best-guess matchers — note matchers are inferred |
| C | HTTP request + response | Full template with precise matchers — production ready |
| D | Multiple requests (IDOR, multi-step) | Multi-step raw template |