Setting the skill. One moment.
Skills
Skill 1 of 6
Extract clean Markdown from HTML pages with Defuddle CLI.
1 minute · 61 words · 2 sections
Install
npx skills add kepano/obsidian-skills --skill defuddlenpx skills add kepano/obsidian-skills/plugin marketplace add kepano/obsidian-skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
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
Always use --md for markdown output:
defuddle parse <url> --mdSave to file:
defuddle parse <url> --md -o content.mdExtract specific metadata:
defuddle parse <url> -p title
defuddle parse <url> -p description
defuddle parse <url> -p domain| Flag | Format |
|---|---|
--md | Markdown (default choice) |
--json | JSON with both HTML and markdown |
| (none) | HTML |
-p <name> | Specific metadata property |
main, last pushed 15 September 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by Steph Ango, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./kepano/obsidian-skills.md, and each skill at its own .md URL.