🔧 Where my dotfiles lives in harmony and peace, most of the time

♻️ Rename web-fetch skill to markdown-fetch

+3 -3
+3 -3
agents/skills/web-fetch/SKILL.md agents/skills/markdown-fetch/SKILL.md
··· 1 1 --- 2 - name: web-fetch 3 - description: Fetch websites and URLs as Markdown. Use to save tokens when reading websites (headings, lists, tables, links), YouTube URLs (transcripts) and PDFs (including stdin with -x or -m hints). If `markitdown` fails, fall back to `curl r.jina.ai/URL`. 2 + name: markdown-fetch 3 + description: Get URLs, PDFs and YouTube Videos as Markdown. Use to save tokens when reading websites (headings, lists, tables, links), YouTube URLs (transcripts) and PDFs (including stdin with -x or -m hints). If `markitdown` fails, fall back to `curl r.jina.ai/URL`. 4 4 --- 5 5 6 - # Web Fetch 6 + # Markdown Fetch 7 7 8 8 Fetch websites and URLs as Markdown. Use to save tokens when reading websites (headings, lists, tables, links), YouTube URLs (transcripts) and PDFs (including stdin with -x or -m hints). If `markitdown` fails, fall back to `curl r.jina.ai/URL`. 9 9