.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/obsidian-skills/defuddle
home/skills/kepano/obsidian-skills/defuddle
kepano avatar

defuddle

bykepano· 5 skills

Installs

49k

Stars

43k

Forks

3.1k

Category

Browser & Automation

View on GitHub

TL;DR

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.

How to install defuddle?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/kepano/obsidian-skills" --skill "kepano/obsidian-skills/defuddle"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/kepano/obsidian-skills" that are relevant to the current task. Run `npx skills add "https://github.com/kepano/obsidian-skills"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# Defuddle
2 
3Use 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.
4 
5If not installed: `npm install -g defuddle`
6 
7## Usage
8 
9Always use `--md` for markdown output:
10 
11```bash
12defuddle parse <url> --md
13```
14 
15Save to file:
16 
17```bash
18defuddle parse <url> --md -o content.md
19```
20 
21Extract specific metadata:
22 
23```bash
24defuddle parse <url> -p title
25defuddle parse <url> -p description
26defuddle parse <url> -p domain
27```
28 
29## Output formats
30 
31| Flag | Format |
32|------|--------|
33| `--md` | Markdown (default choice) |
34| `--json` | JSON with both HTML and markdown |
35| (none) | HTML |
36| `-p <name>` | Specific metadata property |

Security

Review

  • Gen Agent Trust Hubpass
  • Socketpass
  • Snykwarn
  • Runlayerpass
  • ZeroLeakspass

Preview

kepano/obsidian-skillskepano/obsidian-skills

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

▸ installing to .claude/skills…

✓ defuddle ready

Repokepano/obsidian-skills
TypeSkills
CategoryBrowser & Automation
ForContent CreatorMarketer
UpdatedJun 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. vercel-labs avataragent-browserBrowser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking…SkillsJul 2026591k39k
  2. scrapegraphai avatarjust-scrapeSearch, scrape, crawl, extract structured data, and monitor web pages via the ScrapeGraph AI CLI.SkillsJul 2026245k38
  3. browser-act avatarbrowser-actBrowser automation CLI for AI agents. NEVER run browser-act commands directly via Bash — always invoke this skill first.SkillsJul 2026107k4.8k
  4. microsoft avatarplaywright-cliAutomate browser interactions, test web pages and work with Playwright tests.SkillsJul 2026102k12k
  5. browser-use avatarbrowser-useDirect browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.SkillsJul 202688k107k
  6. browser-act avatarbrowser-act-skill-forgeForges reusable Skill packages (SKILL.md + scripts) from website exploration via browser-act — no re-exploration later.SkillsJul 202685k4.8k