skill-recon

Forwards reconnaissance phase requests to the main fable-5 recon skill.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/HazaVVIP/Fable5 --skill skill-recon-hazavvip
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-recon
Source: https://github.com/HazaVVIP/Fable5/tree/main/.claude/skills/fable-5/skill-recon-alias
Command: npx skills add https://github.com/HazaVVIP/Fable5 --skill skill-recon-hazavvip

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Provides a short alias entry point for the reconnaissance phase of the Fable 5 red team workflow, so users can invoke recon without referencing the full skill path. ## Core Features & Use Cases - Alias Forwarding: Redirects execution to the main fable-5-recon SKILL.md for the reconnaissance phase. - Recon Phase Access: Supports attack surface mapping tasks such as subdomain enumeration, HTTP probing, and port scanning as defined in the main recon skill. - Use Case: During an authorized security assessment, invoke this alias to start the reconnaissance phase without remembering the full skill directory path. ## Quick Start Ask the agent to run the recon phase against an authorized target using the skill-recon alias.

Frequently Asked Questions about skill-recon

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

FAQPage Schema
How do I run the recon phase in Fable 5?▼

Invoke the skill-recon alias, which forwards execution to the main fable-5-recon SKILL.md. The main skill contains the full reconnaissance methodology including subdomain enumeration and HTTP probing.

What does the skill-recon alias actually do?▼

It is a forwarding alias only. It reads and executes the main recon skill located at the fable-5/skill-recon directory, containing no independent logic of its own.

What tools does the recon phase use?▼

The underlying recon workflow uses subfinder for subdomain enumeration, httpx for HTTP probing and fingerprinting, nmap for port scanning, and dig for DNS analysis, as described in the Fable 5 documentation.

Can I use this skill without the main fable-5-recon skill?▼

No. The alias depends entirely on the main fable-5-recon SKILL.md file existing at the referenced path. Without it, the alias has nothing to forward to and cannot execute.

Is the recon skill limited to authorized targets?▼

Yes. The Fable 5 framework is designed for authorized security assessments with confirmed scope during the pre-engagement phase. Reconnaissance should only be run against in-scope, authorized targets.