Stats
Actions
Tags
From memory-optimization
Extracts clean Markdown from standard web pages by stripping navigation, ads, and page chrome. Use when a user provides a URL and clean Markdown reduces token waste.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memory-optimization:defuddleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Extract readable Markdown from ordinary web pages by stripping navigation, ads, and page chrome.
Extract readable Markdown from ordinary web pages by stripping navigation, ads, and page chrome.
Do not use when:
Required tool:
Check:
Get-Command defuddle -ErrorAction SilentlyContinue
defuddle --version
Install:
npm install -g defuddle
Rules:
defuddle parse <url> --md
defuddle parse <url> --md -o content.md
defuddle parse <url> -p title
defuddle parse <url> -p description
defuddle parse <url> -p domain
If Defuddle is missing:
npx claudepluginhub yeaight7/agent-powerups --plugin memory-optimizationCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.