AgentStack
SKILL verified MIT Self-run

Defuddle

skill-spaceage64-claude-defuddle-claude-defuddle · by spaceage64

Extract clean markdown content from web pages using Defuddle CLI. ALWAYS use this instead of WebFetch when the user provides a URL to read or analyze. TRIGGER when: user provides any URL to a webpage, documentation, article, blog post, PDF link, DOI, arXiv, SSRN, Academia.edu page, or local PDF file path. DO NOT use WebFetch for these — use defuddle.

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-spaceage64-claude-defuddle-claude-defuddle

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Defuddle? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Defuddle

Use Defuddle CLI to extract clean readable content from any web page — including YouTube videos (transcript + chapters), Apple Podcasts episodes (transcript + chapters), academic papers (PDF → markdown via DOI, arXiv, SSRN, or Academia.edu), plain PDF URLs, and local PDF file paths.

Fetch and present

python3 ~/.claude/skills/defuddle/defuddle.py --url ""

Use the output to answer the user's question or complete the task. The script automatically detects the source type (article, YouTube, podcast, paper) and handles fetching accordingly. For articles, it falls back to archive.org / archive.is if the page is JS-rendered or paywalled.

> [!warning] User Action Required — STOP > If stderr contains "captcha" or "archive it" (from --method archive-is or --method wayback), STOP immediately. Do not try other URLs or workarounds. Show the user the URL printed in the message and ask them to visit it and let you know when done — then retry with the same command. Alternatively, ask the user if WebFetch should be used instead.

> [!warning] Apple Podcasts — Transcript Not Cached > If stderr contains "Podcast transcript not found locally", STOP immediately. Show the user the podcasts:// deep link printed in the message and ask them to open it, view the transcript in the Podcasts app, then let you know when done. Once confirmed, retry with the exact same command — the transcript will now be cached locally.

Save to Vault

  1. Ask: "Want to save this to the vault?"
  2. If yes: determine a folder name from context (e.g. a project or topic name), or ask if unclear.
  3. Run the script — it writes the file and prints the saved path:
python3 ~/.claude/skills/defuddle/defuddle.py \
  --url "" --project "{folder}" --created "{YYYY-MM-DD}" \
  [--filename "kebab-case-name"] [--method native|native-md|native-page|googlebot|wayback|archive-is]
  • --project: subfolder name inside your vault (e.g. my-project, research)
  • --filename: optional override; script auto-generates from the title via AI if omitted
  • --method: force a specific fetch method instead of the auto-cascade (articles only)

Notes are saved to {vault}/{folder}/defuddle/ regardless of source type.

The vault path is set via VAULT_PATH in defuddle.py. See README for setup.

  1. Confirm the path printed by the script: "Saved to {path}"

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.