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

2. Check for .md version

Related skills

More from 1naichii/ai-code-tools

Installs
11
First Seen
Feb 10, 2026