skill-report

Forwards report-phase requests to the main fable-5 report skill.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It provides a short alias entry point so users can invoke the report phase of the Fable 5 red team workflow without referencing the full skill path. ## Core Features & Use Cases - Alias Forwarding: Redirects execution to the main fable-5-report skill located at the canonical SKILL.md path. - Report Phase Access: Triggers the reporting stage of the authorized security assessment workflow. - Use Case: After completing reconnaissance and exploitation phases, invoke this alias to generate the final engagement report through the main report skill. ## Quick Start Ask the assistant to run the report phase for the current engagement using the skill-report alias.

Frequently Asked Questions about skill-report

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

FAQPage Schema
How do I generate a report for a Fable 5 engagement?▼

Invoke the skill-report alias, which forwards execution to the main fable-5-report skill. The main skill contains the actual reporting instructions and produces the engagement report.

What does the skill-report alias actually do?▼

It is a thin alias that reads and executes the SKILL.md file of the main fable-5-report skill. It contains no reporting logic of its own and exists only as a convenient entry point.

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

No. The alias depends on the main report skill's SKILL.md file at its configured path. If that file is missing or moved, the alias has nothing to forward to and will fail.

What tools does the report alias have access to?▼

The frontmatter allows Read, Write, Edit, Bash, Grep, Glob, Agent, WebSearch, and WebFetch. These permissions support the forwarded report generation workflow.