convert-url-html-to-md

Installation
SKILL.md

Convert URL HTML to Markdown

Extract web content as markdown using a two-phase approach for comprehensive documentation gathering.

Two-Phase Workflow

For optimal documentation extraction:

  1. Discovery (clean=false): Get full page including navigation and sidebars to discover all documentation URLs
  2. Extraction (clean=true): Extract main content from discovered URLs

Usage

# From the skill directory
cd ~/.claude/skills/convert-url-html-to-md

# Clean mode - main content only (recommended for docs)
node scripts/convert_url.js <url> --clean=true
Related skills

More from 1naichii/ai-code-tools

Installs
41
First Seen
Feb 10, 2026