
Defuddle
- 98 installs
- 941 repo stars
- Updated August 5, 2026
- guanyang/antigravity-skills
This is a copy of defuddle by kepano - installs and ranking accrue to the original listing.
Helps with ai & agent building tasks.
About
defuddle is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- defuddle
- AI & Agent Building
- AI-coding skill
Defuddle by the numbers
- 98 all-time installs (skills.sh)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/guanyang/antigravity-skills --skill defuddleAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 98 |
|---|---|
| repo stars | ★ 941 |
| Last updated | August 5, 2026 |
| Repository | guanyang/antigravity-skills ↗ |
What it does
Helps with ai & agent building tasks.
Files
Defuddle
Use Defuddle CLI to extract clean readable content from web pages. Prefer over WebFetch for standard web pages — it removes navigation, ads, and clutter, reducing token usage.
If not installed: npm install -g defuddle
Usage
Always use --md for markdown output:
defuddle parse <url> --mdSave to file:
defuddle parse <url> --md -o content.mdExtract specific metadata:
defuddle parse <url> -p title
defuddle parse <url> -p description
defuddle parse <url> -p domainOutput formats
| Flag | Format |
|---|---|
--md | Markdown (default choice) |
--json | JSON with both HTML and markdown |
| (none) | HTML |
-p <name> | Specific metadata property |