defuddle
An agent skill by kepano, from kepano/obsidian-skills. Tags: developer-tools, documents, local-workflow, web.
What it does
Extract clean Markdown from HTML pages with Defuddle CLI.
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add kepano/obsidian-skills --skill defuddle
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/kepano/obsidian-skills
cp -r obsidian-skills/skills/defuddle ~/.claude/skills/defuddle
Safety box score
Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.
Source
- Repository
- kepano/obsidian-skills (all skills from this repository)
- Path
- skills/defuddle/SKILL.md
- Branch
- main
- Updated
- 2026-09-19
Related skills
- archify — Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable standalone HTML with inline SVG.
- code-documenter — Generates, formats, and validates technical documentation — including docstrings, OpenAPI/Swagger specs, JSDoc annotations, doc portals, and user guides.
- filesystem-context — This skill should be used when agent work needs file-backed context: durable scratchpads, tool-output offloading, just-in-time discovery.
- shipping-and-launch — Prepares production launches. Use when preparing to deploy to production, or when asking what needs to be in place before shipping.
- source-driven-development — Grounds every implementation decision in official documentation.
- agents-get-started — Use when a developer wants to create a new agent project or get started with AgentCore.