scraping-html-to-markdown

Convert a single web page to Markdown with metadata.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires crawlberg, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of converting a single web page into a well-formatted Markdown document, complete with metadata for easy access and reference.

Core Features & Use Cases

  • Single Page Rendering: Converts one URL to Markdown.
  • Structured Metadata: Includes page metadata such as Open Graph tags, headings, and images.
  • Use Case: Ideal for quickly converting web pages into Markdown documents for documentation or research purposes.

Quick Start

Convert a web page to Markdown using the command: crawlberg scrape <url> --format markdown

Frequently Asked Questions about scraping-html-to-markdown

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

FAQPage Schema
How do I convert a single web page to Markdown with metadata for documentation?▼

To convert a single web page to Markdown with metadata, you can use a web scraping tool that renders HTML and extracts Open Graph tags, headings, and images into a structured Markdown document for research or analysis.

Does this HTML to Markdown conversion handle JavaScript-heavy web pages?▼

Yes, HTML to Markdown conversion handles JavaScript-heavy pages by utilizing web crawling capabilities, providing a fallback option to render dynamic content and extract the text into clean Markdown format.

What is the best way to extract Open Graph tags and headings from a URL?▼

The best way to extract Open Graph tags and headings from a URL is using a web page conversion tool that structures page metadata directly into a Markdown document alongside the main text content.

Do I need web crawling capabilities to convert HTML to Markdown?▼

Yes, you need web crawling capabilities to convert HTML to Markdown, as the rendering process relies on crawling dependencies to fetch, process, and format standard or dynamic web pages.

Can I batch process multiple URLs or am I limited to single page conversion?▼

This web page conversion process is designed specifically for single page rendering, extracting metadata and text from one URL at a time rather than supporting batch processing of multiple web pages.