baoyu-url-to-markdown

Fetch web page content from a URL and convert HTML to Markdown via Chrome CDP.

1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/Jackiexiao/jackie-skills-starter --skill baoyu-url-to-markdown-jackiexiao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-url-to-markdown
Source: https://github.com/Jackiexiao/jackie-skills-starter/tree/main/skills/baoyu-url-to-markdown
Command: npx skills add https://github.com/Jackiexiao/jackie-skills-starter --skill baoyu-url-to-markdown-jackiexiao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of fetching content from any given URL and converting it into a clean Markdown format, making web content easily manageable and reusable.

Core Features & Use Cases

  • URL to Markdown Conversion: Converts HTML content from any URL into well-formatted Markdown.
  • Flexible Capture Modes: Supports both automatic capture on page load and a manual mode that waits for user confirmation, ideal for pages requiring login or dynamic content loading.
  • Use Case: When you find an interesting article online that you want to save for offline reading or reference, use this Skill to convert the entire webpage into a single Markdown file.

Quick Start

Convert the webpage at https://example.com into a markdown file.

Frequently Asked Questions about baoyu-url-to-markdown

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

FAQPage Schema
How do I convert a webpage URL to Markdown format?

To convert a webpage URL to Markdown, provide the link to fetch its HTML content and transform it into clean Markdown format with metadata extraction. This enables easy management and reuse of web content for offline reading or reference.

Can I capture dynamic web content or pages requiring login into Markdown?

Yes, you can capture dynamic or login-required pages into Markdown using a manual capture mode. This mode waits for your signal after the page fully loads and you complete any necessary login, ensuring all dynamic content is rendered before conversion.

How does Chrome CDP help fetch web page content for Markdown conversion?

Chrome CDP fetches web page content by driving a browser instance to load the target URL, ensuring JavaScript-rendered content is fully captured. It supports both automatic capture on page load and manual capture upon user signal for complex dynamic pages.

What is the best way to save an online article as a single Markdown file?

The best way to save an online article as a single Markdown file is to use a URL to Markdown conversion tool. It fetches the webpage HTML, extracts metadata, and converts the content into a well-formatted Markdown document for offline reference.

Do I need to manually trigger web scraping for pages with dynamic content loading?

Yes, for pages with dynamic content loading, you should use the manual capture mode to trigger web scraping. This waits for your confirmation after the page loads completely, ensuring all dynamic elements are captured before converting to Markdown.