kepano/obsidian-skills

defuddle

Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page. Do NOT use for URLs ending in .md — those are already markdown, use WebFetch directly.

All-time #404 Trending #946 Hot #6327 First seen Feb 11, 2026
8-week activity · all time api

Installation

$ npx skills add kepano/obsidian-skills --skill defuddle

Summary

  • Extract clean markdown from web pages, removing clutter and navigation to minimize token usage.
  • Converts web page content to readable markdown using the --md flag, stripping ads, navigation, and boilerplate Supports output to file with -o flag and extraction of specific metadata properties (title, description, domain) via -p Offers multiple output formats: markdown, JSON with both HTML and markdown versions, or raw HTML Preferred alternative to WebFetch for standard web pages, documentation, articles, and blog posts where token efficiency matters

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Security audits

Partner security reviews for this skill.

agent-trust-hub SAFE

Analyzed Apr 2, 2026

The skill uses the defuddle CLI to parse web content into markdown. It involves command execution and content ingestion from external URLs, posing a low risk of indirect prompt injection.

snyk MEDIUM

Analyzed Apr 2, 2026

[MEDIUM] W011: Third-party content exposure detected (indirect prompt injection risk). [MEDIUM] W012: Unverifiable external dependency detected (runtime URL that controls agent).

socket Score 0.9000 · 0 alerts

Analyzed Apr 2, 2026

  • license 1
  • maintenance 1
  • quality 0.9
  • supply chain 1
  • vulnerability 1

0 alerts

Also in this package

Other skills from kepano/obsidian-skills.

npx skills add kepano/obsidian-skills

Browse all from kepano/obsidian-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 48.0K
License LICENSE
Default branch main
Open issues 33
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,123 B
  • docs SUMMARY.md 365 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 67,329 installs

SKILL.md

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> --md

Save to file:

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

Extract specific metadata:

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

Output formats

Flag Format
--md Markdown (default choice)
--json JSON with both HTML and markdown
(none) HTML
-p <name> Specific metadata property