๐Ÿงน
AutomationJavaScript

Defuddle

by benoror

Defuddle is an Automation skill for Claude Code, published by benoror in obsidianos_work.

165 stars13 forkson benoror/obsidianos_workAdded 2026/09/08Repository updated 2026/06/11
claude-codecursorobsidianopencode
Install in seconds
Install Defuddle
Copy Defuddle into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/benoror/obsidianos_work/tree/main/.agents/skills/defuddle ~/.claude/skills/defuddle

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/benoror/obsidianos_work.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/defuddle/SKILL.md in benoror/obsidianos_work
Installs to
~/.claude/skills/defuddle
Collection
One of 24 skills cataloged from this repository
Category
Automation โ€” 2226 skills

What Defuddle does

Defuddle extracts clean markdown from standard web pages with the Defuddle CLI, removing navigation and clutter. Use it when a user gives a URL to read or analyze online articles, docs, or blog posts.

Defuddle is cataloged under Automation on DirSkills. Defuddle comes from a repository tagged claude-code, cursor, obsidian and opencode.

Documentation

README

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

Frequently asked about Defuddle

  • What else does benoror publish alongside Defuddle?

    Defuddle is one of 24 skills that DirSkills catalogs from benoror/obsidianos_work, the repository it ships in. Its siblings there include Cache Notes, Commit and Fill Participants. Each one is a separate skill with its own page in this directory, installs the same way Defuddle does, and is maintained by benoror in that same repository. The rest of the collection is listed on the benoror/obsidianos_work page.

  • How does Defuddle compare to other Automation skills?

    Defuddle ranks #2028 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Defuddle against them. Open each page to compare what they document and how they install.

More from benoror/obsidianos_work

Defuddle is one of 24 skills cataloged on DirSkills from benoror/obsidianos_work.

See all 24 skills โ†’