From 1e1df342c231705579ece0c99527012dfe4dfa5b Mon Sep 17 00:00:00 2001 From: Peter Solopov Date: Sun, 29 Mar 2026 16:27:42 +0300 Subject: [PATCH] Skip defuddle for .md URLs --- skills/defuddle/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/defuddle/SKILL.md b/skills/defuddle/SKILL.md index f2cbefc..287b1fc 100644 --- a/skills/defuddle/SKILL.md +++ b/skills/defuddle/SKILL.md @@ -1,6 +1,6 @@ --- name: defuddle -description: Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page. +description: Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page. Do NOT use for URLs ending in .md — those are already markdown, use WebFetch directly. --- # Defuddle