fetch-url-md
Installation
SKILL.md
Fetch URL with Markdown Detection
Overview
Efficiently fetch web content by prioritizing markdown versions when available. Uses curl to check for .md versions first, then falls back to the original URL.
Workflow
Follow these steps sequentially:
1. Parse the original URL
Extract the base URL and path from the user-provided URL.
Example:
- Input:
https://ui.shadcn.com/docs/components/radix/aspect-ratio - Markdown URL:
https://ui.shadcn.com/docs/components/radix/aspect-ratio.md