hunt-dispatch

Load attack skill sets for /hunt based on target fingerprinting and engagement mode.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/Kisilev13/Hermes-Agent-Workspace --skill hunt-dispatch-kisilev13
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-dispatch
Source: https://github.com/Kisilev13/Hermes-Agent-Workspace/tree/main/skills/hunt-dispatch
Command: npx skills add https://github.com/Kisilev13/Hermes-Agent-Workspace --skill hunt-dispatch-kisilev13

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the orchestration of /hunt, loading the appropriate skill sets for red team or WAPT operations based on the target's fingerprint and engagement mode.

Core Features & Use Cases

  • Target Fingerprinting: Identifies the target platform and selects the corresponding attack skills.
  • Skill Set Loading: Loads Red Team or WAPT skill sets for the identified platform.
  • Engagement Mode Handling: Handles different engagement modes like redteam or WAPT with blackbox or greybox scenarios.
  • Taxonomy Printing: Prints a skill taxonomy for the loaded skill sets.
  • Session Control: Returns control to /hunt for further actions without running probes.

Quick Start

To initiate a redteam engagement on a target, run the command: hunt-dispatch mode=redteam

Frequently Asked Questions about hunt-dispatch

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

FAQPage Schema
How do I automate red team skill loading for /hunt engagements?

Automating red team skill loading for /hunt engagements is achieved by running hunt-dispatch to orchestrate targeted attack skill sets based on target fingerprinting and your engagement mode.

What is the best way to handle blackbox and greybox engagement modes in bug bounty operations?

Handling blackbox and greybox engagement modes in bug bounty operations requires dispatching the appropriate WAPT or red team skill sets, which this orchestration tool loads based on your target's fingerprint.

How do I start a redteam engagement using hunt-dispatch?

To start a redteam engagement using hunt-dispatch, execute the command hunt-dispatch mode=redteam, which automatically loads the attack skills for your target platform and prints the skill taxonomy.

Does hunt-dispatch run probes automatically after loading attack skills?

No, hunt-dispatch does not run probes automatically after loading attack skills; it prints the skill taxonomy and returns control to /hunt for further actions and deterministic task execution.

What dependencies do I need to orchestrate /hunt for WAPT operations?

To orchestrate /hunt for WAPT operations, you need specific skills and reports present in your environment, as the deterministic task execution relies on these components being available before dispatch.