Defuddle — очистка веб-страниц в Markdown
★ 7.6 · content
defuddle is a Claude Code skill that extracts article-like HTTPS pages into clean Markdown using an optional external Defuddle executable, stripping ads and page clutter. Before any network call, the skill builds an inert URL plan via `capture external-plan`, verifies whether a Defuddle binary is configured, and requires explicit consent — the URL and request metadata leave the machine. Extraction runs the approved binary with `defuddle parse HTTPS_URL --md`, capturing bounded stdout into a temporary draft; the skill fails closed on non-zero exits, empty output, or redirect to an unapproved host. Cleaned Markdown can optionally be stored in the vault as an immutable content-addressed file at `.raw/captured/<sha256>.md` inside a `claude-obsidian.transaction.v1` bundle. Useful for converting web sources to readable Markdown, preparing content for Obsidian, or queuing URLs for later wiki ingestion via `wiki-ingest`.
- #web-scraping
- #markdown-conversion
- #content-cleaning
- #url-processing
- #obsidian