New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

defuddle-skill

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

defuddle-skill

Claude Code skill for defuddle - extract clean article content from web pages

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

defuddle-skill

A Claude Code skill that wraps defuddle — extract clean article content from web pages, removing ads, sidebars, and clutter.

Install

npx defuddle-skill

This will:

  • Install defuddle CLI globally (if not already installed)
  • Copy the skill to ~/.claude/skills/defuddle/

Option 2: Vercel Skills CLI

npx skills add joeseesun/defuddle-skill

Option 3: Manual

git clone https://github.com/joeseesun/defuddle-skill.git
cd defuddle-skill
bash install.sh

What it does

Once installed, Claude Code can automatically extract clean content from any URL:

  • Triggers: "defuddle", "extract article", "clean this page", "get content from URL"
  • Output: Clean Markdown or JSON with metadata (title, author, date, word count)

Usage examples

Ask Claude Code:

Extract the article from https://example.com/blog-post
defuddle this page and give me the markdown: https://example.com/article
Get the title and author from https://example.com/post

CLI Reference

The skill uses defuddle CLI under the hood:

defuddle parse <url-or-file> [options]

Options:
  -m, --markdown         Convert to Markdown
  -j, --json             Output as JSON with metadata
  -o, --output <file>    Save to file
  -p, --property <name>  Extract single field (title, author, published, etc.)
  --debug                Verbose logging

Credits

License

MIT

Keywords

claude-code

FAQs

Package last updated on 03 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts