Install
$ agentstack add skill-spaceage64-claude-defuddle-claude-defuddle ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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
- Ask: "Want to save this to the vault?"
- If yes: determine a folder name from context (e.g. a project or topic name), or ask if unclear.
- 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.
- 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.
- Author: spaceage64
- Source: spaceage64/claude-defuddle
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.