hunt-dispatch

Fingerprint the target and load the matching platform attack skill set for /hunt.

13|2|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/chatbotkit/rook --skill hunt-dispatch-chatbotkit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-dispatch
Source: https://github.com/chatbotkit/rook/tree/main/skills/hunt-dispatch
Command: npx skills add https://github.com/chatbotkit/rook --skill hunt-dispatch-chatbotkit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fingerprints the target and loads the correct platform attack skill set for /hunt.

Core Features & Use Cases

  • Fingerprint target from recon outputs and map to platform skills
  • Load either redteam or wapt skill sets based on mode result
  • Print taxonomy and hand control back to /hunt for active testing

Quick Start

Invoke hunt-dispatch after /hunt mode analysis to fingerprint the target and load the corresponding platform and high-impact skill sets.

Frequently Asked Questions about hunt-dispatch

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

FAQPage Schema
How do I dynamically load the right attack skills after target fingerprinting?

Target fingerprinting maps recon outputs to the correct platform attack skill set, loading either redteam or wapt skills based on the mode result. It ensures deterministic taxonomy loading and safe handoff without executing probes.

What is the best way to select a platform attack skill set for security testing?

Selecting a platform attack skill set requires fingerprinting the target from recon data and mapping it to the appropriate taxonomy. This approach loads the correct redteam or wapt skills for active testing.

How does skill loading work during an active platform attack?

Skill loading during a platform attack works by fingerprinting the target and mapping the results to a taxonomy. It deterministically loads the correct skill set and prints the taxonomy for safe handoff.

Can I load attack skills without executing probes during target discovery?

Yes, you can load attack skills without executing probes. The dispatch mechanism fingerprints the target and loads the taxonomy print deterministically, ensuring safe handoff without triggering any active probes.

When do I need to load a redteam or wapt skill set during target discovery?

You need to load a redteam or wapt skill set when discovery mode analysis is complete. Fingerprinting the target from recon outputs determines which specific skill set and taxonomy to load for testing.

Why does taxonomy loading fail when switching between redteam and wapt modes?

Taxonomy loading requires accurate target fingerprinting from recon outputs to map correctly to the platform skills. If the mode result is not properly analyzed, the appropriate redteam or wapt skill set will not load deterministically.