html-to-markdown

Convert HTML files to Markdown with metadata and table extraction.

26|2|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/xberg-io/plugins --skill html-to-markdown-xberg-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: html-to-markdown
Source: https://github.com/xberg-io/plugins/tree/main/plugins/html-to-markdown/.cursor-plugin/skills/html-to-markdown
Command: npx skills add https://github.com/xberg-io/plugins --skill html-to-markdown-xberg-io

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill converts HTML to Markdown, extracting metadata and tables, making it easier to create and manage documentation and content.

Core Features & Use Cases

  • HTML to Markdown Conversion: Efficiently convert HTML content to Markdown format.
  • Metadata Extraction: Extract metadata such as titles, headers, and links from HTML.
  • Table Extraction: Convert HTML tables to Markdown tables with structured data.
  • Use Case: Ideal for developers and content creators who need to convert web content to Markdown for use in documentation or markdown-based platforms.

Quick Start

Use the html-to-markdown skill to convert the HTML file 'index.html' to Markdown.

Frequently Asked Questions about html-to-markdown

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert HTML to Markdown for documentation generation?

Yes, HTML table conversion is fully supported. The Skill extracts HTML tables and converts them into structured Markdown tables, preserving the tabular data format for your documentation.

What is the best way to extract metadata from HTML when converting to Markdown?

Extracting metadata from HTML during conversion is handled automatically. The Skill parses titles, headers, and links from the HTML structure and integrates them into the final Markdown output.

Do I need a specific CLI or SDK to convert complex HTML structures to Markdown?

Yes, you need the html-to-markdown CLI or SDK installed. This prerequisite allows the Skill to properly handle complex HTML structures and perform accurate metadata extraction during conversion.

Can I convert web content with complex HTML structures into Markdown format?

Converting complex HTML structures to Markdown is fully supported. The Skill handles intricate web content conversion, transforming nested elements into clean Markdown text for markdown-based platforms.