Skip to content
Development
Skill

/defuddle

Use when the user provides a URL to a standard web page and clean Markdown extraction with Defuddle would reduce clutter and token cost.

From plugin
agent-powerups
6113 skills46 agents54 commands
Install
$ npx -y skills add yeaight7/agent-powerups --skill defuddle --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/defuddle

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when the user provides a URL to a standard web page and clean Markdown extraction with Defuddle would reduce clutter and token cost.

SKILL.md

defuddle.SKILL.md
name: defuddle
description: Use when the user provides a URL to a standard web page and clean Markdown extraction with Defuddle would reduce clutter and token cost.

Defuddle

Purpose

Extract readable Markdown from ordinary web pages by stripping navigation, ads, and page chrome.

When to Use

  • User provides a documentation page, article, or blog post URL.
  • Clean Markdown extraction is preferable to noisy HTML.
  • Web page clutter would waste context.

Do not use when:

  • URL already points to Markdown.
  • Response is an API payload.
  • Page requires authentication the tool cannot satisfy.

Requirements

Required tool:

  • Defuddle CLI

Check:

Get-Command defuddle -ErrorAction SilentlyContinue
defuddle --version

Install:

npm install -g defuddle

Rules:

  • Do not assume Defuddle is installed.
  • Do not auto-install without user approval.
  • Show the install command before running it.

Inputs

  • URL to parse

Workflow

1. Check whether Defuddle CLI is available. 2. If missing, tell the user before attempting extraction. 3. Prefer Markdown output:

defuddle parse <url> --md

4. Save to a file when needed:

defuddle parse <url> --md -o content.md

5. For metadata-only needs, query a specific property:

defuddle parse <url> -p title
defuddle parse <url> -p description
defuddle parse <url> -p domain

Output

  • Clean Markdown content
  • Optional metadata fields

Verification

  • [ ] Defuddle availability was checked first
  • [ ] No extraction was claimed if the tool was missing
  • [ ] Output is the article or documentation body, not page chrome

Failure Modes

  • Page blocks automated access
  • JavaScript-heavy page renders poorly
  • Auth-gated content is inaccessible

Missing Dependency Behavior

If Defuddle is missing:

1. Say extraction did not happen. 2. Tell the user Defuddle CLI is required. 3. Ask before installing it. 4. Show the install command. 5. Fall back to another web-reading method.

Read more
Ships withagent-powerups

Curated power-ups for coding agents: skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for serious software engineering. Claude Code, Codex, Antigravity CLI, Cursor and more

Get the whole plugin

Other skills on agent-powerups.