hunt-dispatch

Automate targeted skill selection and loading for /hunt offensive security engagements.

1.1k|191|Updated Jun 24, 2026
One-click install
npx skills add https://github.com/uphiago/recon-skills --skill hunt-dispatch-uphiago
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-dispatch
Source: https://github.com/uphiago/recon-skills/tree/main/redteam/hunt-dispatch
Command: npx skills add https://github.com/uphiago/recon-skills --skill hunt-dispatch-uphiago

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually selecting the right offensive security skills for a /hunt engagement is error-prone and inefficient, especially for multi-host targets with mixed technology stacks that require different specialized tools. This skill eliminates that manual work by automating target fingerprinting, skill prioritization, and context loading to ensure the correct capabilities are available without overwhelming the context window.

Core Features & Use Cases

  • Automated Target Fingerprinting: Scans all live hosts (not just the apex target) for platform, framework, and protocol signals, following redirects to catch identity provider and CDN markers that are often missed by non-redirect requests.
  • Tiered Skill Prioritization: Applies a defined priority order to matched skills, caps platform skill loads at 8 to avoid context bloat, and defers lower-priority skills for on-demand use later in the engagement.
  • Mode-Specific Skill Set Loading: Loads the appropriate always-on, platform, and hunt skill sets for both red team and WAPT (blackbox/greybox) engagements, including mandatory mindset and IR detection skills for red team operations.
  • Use Case: For a red team engagement against a target using Azure AD authentication and a Next.js front end, this skill automatically loads the m365-entra-attack and hunt-nextjs platform skills, plus core red team hunt skills, and prints a clear taxonomy of all loaded capabilities.

Quick Start

Invoke the hunt-dispatch skill with your engagement mode (redteam or wapt, plus box type for WAPT) to automatically load the appropriate targeted skill set and print the full engagement taxonomy.

Frequently Asked Questions about hunt-dispatch

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

FAQPage Schema
How do I automate skill selection for red team engagements against multi-host targets?

Automated red team skill selection scans all live hosts for platform and protocol signals, prioritizes matched skills, and loads mode-specific capabilities with an 8-skill cap to prevent context bloat.

What is the best way to load offensive security skills for WAPT blackbox and greybox engagements?

Loading offensive security skills for WAPT blackbox and greybox engagements is automated by matching target fingerprints to platform skills, capping context at 8 skills, and deferring lower-priority matches.

How does target fingerprinting work for mixed technology stacks like identity providers and cloud services?

Target fingerprinting for mixed technology stacks scans all live hosts and follows redirects to catch identity provider and cloud service markers that non-redirect requests often miss.

Why does my context window get overwhelmed when loading skills for multi-host targets?

Context window overwhelm during multi-host skill loading is prevented by tiered skill prioritization, which caps platform skill loads at 8 and defers lower-priority matches for on-demand access.

Does hunt-dispatch support both red team and WAPT engagement modes?

Hunt-dispatch supports both red team and WAPT engagement modes, loading appropriate always-on, platform, and hunt skills, including mandatory mindset and IR detection skills for red team operations.

Can I use automated skill orchestration for targets using Azure AD and Next.js frameworks?

Automated skill orchestration for targets using Azure AD and Next.js automatically fingerprints the stack, loads matching specialized attack skills, and prints a deterministic engagement taxonomy.