·convert-url-html-to-md
</>

convert-url-html-to-md

Convert HTML web pages to Markdown for documentation extraction. Use when fetching documentation from websites, extracting structured content, getting clean main content (clean=true), or getting full page with nav/sidebar to discover URLs (clean=false). Ideal for learning libraries and building context from web sources.

9Installs·2Trend·@1naichii

Installation

$npx skills add https://github.com/1naichii/ai-code-tools --skill convert-url-html-to-md

How to Install convert-url-html-to-md

Quickly install convert-url-html-to-md AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/1naichii/ai-code-tools --skill convert-url-html-to-md
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: 1naichii/ai-code-tools.

SKILL.md

View raw

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

The script outputs markdown directly to stdout. Redirect to file if needed:

This skill is based on urltomarkdown by Lee Hanken, licensed under MIT. Modified and adapted as a Claude skill by 1naichii.

Convert HTML web pages to Markdown for documentation extraction. Use when fetching documentation from websites, extracting structured content, getting clean main content (clean=true), or getting full page with nav/sidebar to discover URLs (clean=false). Ideal for learning libraries and building context from web sources. Source: 1naichii/ai-code-tools.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/1naichii/ai-code-tools --skill convert-url-html-to-md
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from 1naichii/ai-code-tools

Quick answers

What is convert-url-html-to-md?

Convert HTML web pages to Markdown for documentation extraction. Use when fetching documentation from websites, extracting structured content, getting clean main content (clean=true), or getting full page with nav/sidebar to discover URLs (clean=false). Ideal for learning libraries and building context from web sources. Source: 1naichii/ai-code-tools.

How do I install convert-url-html-to-md?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/1naichii/ai-code-tools --skill convert-url-html-to-md Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/1naichii/ai-code-tools

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-22