byckorhonen· 76 skills
Fetch and extract web content as clean Markdown when provided with URLs. Use this skill whenever a user provides a URL (http/https link) that needs to be read, analyzed, summarized, or extracted. Converts web pages to Markdown with 80% fewer tokens than raw HTML. Handles all content types including JS-heavy sites, documentation, articles, and blog posts. Supports three conversion methods (auto, AI, browser rendering). Always use this instead of web_fetch when working with URLs - it's more efficient and provides cleaner output.
$npx -y skills add ckorhonen/claude-skills --skill markdown-fetchInstalls into the current project.
Run `npx skills use "https://github.com/ckorhonen/claude-skills" --skill "ckorhonen/claude-skills/markdown-fetch"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ckorhonen/claude-skills" that are relevant to the current task. Run `npx skills add "https://github.com/ckorhonen/claude-skills"` and select the relevant skills, then follow their instructions.