defuddle
Defuddle
The preferred method for reading web content. Returns clean Markdown via the defuddle.md service.
When to use
Use defuddle first for any URL content fetching. It produces cleaner output than WebFetch for most sites because it extracts the main content and strips navigation, ads, and boilerplate.
- Any URL the user asks you to read — articles, blog posts, docs, tweets, forum threads
- Any URL you need to fetch yourself — documentation lookups, reference pages, linked resources
- Only fall back to WebFetch if defuddle returns empty or errors out
How it works
defuddle.md is a public service that extracts the main content from a webpage and returns it as Markdown with YAML frontmatter.
curl -sL "https://defuddle.md/<url>"
The <url> is the target URL without the protocol (no https://).
Examples
Fetch an article:
curl -sL "https://defuddle.md/example.com/blog/some-post"
Fetch a tweet / X post:
curl -sL "https://defuddle.md/x.com/username/status/123456789"
Usage notes
- Always use
-sLflags (silent mode + follow redirects) - The request URL must use
https://prefix:https://defuddle.md/... - Strip
https://orhttp://from the target URL before appending - The response is Markdown text — you can use it directly or extract specific sections
- If the response is empty or an error page, the target site may not be supported; fall back to WebFetch or inform the user
More from plimeor/agent-skills
blog-illustration
Generate image generation model prompts for blog post illustrations in a colorful cartoon infographic style with cute character metaphors and pastel color-coded zones. Use this skill whenever the user wants to create a visual or illustration for a blog post or article — system architectures, workflows, concept explanations, comparisons, or any abstract idea that needs a playful visual. Trigger on keywords like "画图", "插图", "图片提示词", "配图", "illustration", "infographic", "image prompt", or when the user shares article content and asks for an accompanying image or diagram to be generated by an image model.
37blog-writing
|
22blog-feedback
>
17obsidian-attachment-janitor
Clean up and organize the Attachments folder in the Obsidian vault. Finds and deletes unreferenced attachments, renames referenced ones with a date-prefixed, descriptive naming convention. Use this skill when the user mentions cleaning up attachments, finding unused images, organizing files, renaming attachments, or any variation of "附件清理", "整理附件", "清理图片", "附件重命名".
11nix-coding-protocol
适用于编码、debug/debugging、修 bug、重构/refactor、代码审查/code review、脚本/scripting、自动化/automation、实现规划/implementation planning 等以代码为主的任务。
7nix-self-iteration-protocol
适用于评估、重写、重构、拆分、精简或演进 AGENTS.md、SKILL.md、prompt 架构、skill description 与 routing;也用于诊断提示词失效、prompt failure、模型不遵守全局提示词、误触发、漏触发、指令冲突、规则放错层级,以及各类指令系统使用摩擦。
7