install
source · Clone the upstream repo
git clone https://github.com/sickn33/antigravity-awesome-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sickn33/antigravity-awesome-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/antigravity-awesome-skills-claude/skills/ffuf-claude-skill" ~/.claude/skills/sickn33-antigravity-awesome-skills-ffuf-claude-skill && rm -rf "$T"
manifest:
plugins/antigravity-awesome-skills-claude/skills/ffuf-claude-skill/SKILL.mdsource content
Ffuf Claude Skill
Overview
Web fuzzing with ffuf
When to Use This Skill
Use this skill when you need to work with web fuzzing with ffuf.
Instructions
This skill provides guidance and patterns for web fuzzing with ffuf.
For more information, see the source repository.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.