nuclei-skill

Generate Nuclei scanning commands with template selection and severity filtering.

1|Updated Jun 26, 2026
One-click install
npx skills add https://github.com/xijunww/Pentest --skill nuclei-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuclei-skill
Source: https://github.com/xijunww/Pentest/tree/main/packages/core/src/config/skills/builtin/nuclei-skill
Command: npx skills add https://github.com/xijunww/Pentest --skill nuclei-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires nuclei, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of running Nuclei scans, providing users with customized commands and outputs for their scanning needs.

Core Features & Use Cases

  • Command Generation: Automatically generates Nuclei commands based on user requirements.
  • Template Selection: Assists in choosing the appropriate Nuclei templates for specific scanning tasks.
  • Output Formatting: Offers various output formats like JSONL, Markdown, and SARIF for easy integration with other tools.
  • Use Case: For instance, a user can ask the skill to run a specific template against a target URL, filter the results by severity, and export them in JSONL format.

Quick Start

Use the nuclei skill to run the 'http/cves' template on 'https://target.example' and export the results in JSONL format.

Frequently Asked Questions about nuclei-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a Nuclei scanning command for a specific target URL?

To generate a Nuclei scanning command, you provide the target URL and specify your desired templates. The Skill automates the command generation process based on these exact user requirements.

Can I filter Nuclei scan results by severity and export them in JSONL format?

Yes, you can filter Nuclei scan results by severity and export them in JSONL format. The Skill supports output formatting options including JSONL, Markdown, and SARIF for easy integration with other tools.

Do I need Nuclei installed on my system to use this command generation Skill?

Yes, you need Nuclei installed on your system to use this command generation Skill. It automates the creation of Nuclei commands but relies on the existing local Nuclei installation to execute the actual security scanning.

What is the best way to select appropriate Nuclei templates for specific scanning tasks?

The best way to select appropriate Nuclei templates is to specify your scanning task requirements to the Skill. It assists in choosing the correct templates, applying severity filtering, and generating the tailored execution command.

What output formats are supported for Nuclei scan results?

Supported output formats for Nuclei scan results include JSONL, Markdown, and SARIF. These formatting options allow you to easily export and integrate the security scanning findings with other analysis and reporting tools.