defuddle

The defuddle skill extracts clean markdown content from web pages by removing navigation, ads, and clutter. It serves as an alternative to WebFetch for standard web pages to reduce token usage.

43.0K
Installs
4
Use cases
5/10
Quality

Is defuddle safe to install?

Review the source first

Review the source first: our audit of defuddle's source files found 6 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands and writes output to local files.

How we audit skills: our security review methodology.

Who is this skill for?

Users who need to extract readable markdown content from web pages for analysis or documentation.

What can you do with it?

  • Extracting clean markdown from online documentation
  • Parsing articles and blog posts
  • Saving web page content to local markdown files
  • Extracting specific metadata like title, description, or domain from web pages

How good is this skill?

Quality score: 5/10. The skill documentation provides clear instructions and command examples for common use cases.

What does the skill file contain?

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:

```bash
defuddle parse <url> --md
```

Save to file:

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

Extract specific metadata:

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

## Output formats

| Flag | Format |
|------|--------|
| `--md` | Markd...

Frequently asked questions

When should I use defuddle instead of WebFetch?

Use defuddle for standard web pages to remove clutter. Use WebFetch for URLs ending in .md.

How do I ensure the output is in markdown format?

Include the --md flag in the defuddle command.

Can I save the extracted content directly to a file?

Yes, use the -o flag followed by the filename, such as -o content.md.

Data sourced from kepano/obsidian-skills on GitHub. Install counts from skills.sh. The summary and security audit are derived from the skill's source files: every command and URL listed appears verbatim in the source.

Related skills

find-skills

2.3M

Users seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages

The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.

highclipackage-managervercel-labs

agent-browser

506.7K

AI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications

The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.

highbrowser-automationclivercel-labs

image-to-video

355.0K

Developers and users who need to automate video generation from images using the RunComfy platform

The image-to-video skill routes user requests to specific RunComfy animation models based on intent. It selects HappyHorse 1.0 I2V for general animation, Wan 2.7 for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal composition. The skill executes the RunComfy CLI to process inputs and download generated video files.

highaivideo-generationagentspace-so

video-edit

338.7K

Users of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer

The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.

highvideo-editingai-agentagentspace-so