baoyu-url-to-markdown

Convert web pages into clean markdown documents via Chrome CDP.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/Dante-dan/dan-skills --skill baoyu-url-to-markdown-dante-dan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-url-to-markdown
Source: https://github.com/Dante-dan/dan-skills/tree/main/vendor-backup/baoyu-url-to-markdown
Command: npx skills add https://github.com/Dante-dan/dan-skills --skill baoyu-url-to-markdown-dante-dan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires linkedom, @mozilla/readability, turndown, turndown-plugin-gfm, and includes scripts (resource) components.

## What problem does it solve? This Skill solves the problem of manually copying, cleaning, and formatting web pages by automatically capturing rendered content and converting it into readable markdown.

## Core Features & Use Cases

  • Chrome CDP Capture: Fetches JavaScript-rendered webpages through Chrome DevTools Protocol for accurate content extraction.
  • Flexible Capture Modes: Supports automatic capture for public pages and user-triggered capture for login-required or dynamically loaded pages.
  • Markdown Conversion: Extracts article content, metadata, and converts webpages into organized markdown files for notes, research, and documentation workflows.

### Quick Start Use the baoyu-url-to-markdown skill to save this webpage as 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 JavaScript-rendered webpages into clean markdown?

This Skill captures rendered HTML content via Chrome DevTools Protocol to fetch dynamic webpages, then extracts readable article data and converts the output into clean markdown documents for research and archiving workflows.

Can I extract content from login-required pages using Chrome CDP?

Yes, you can extract content from login-required pages using Chrome CDP. This Skill supports user-triggered capture modes, allowing you to manually access and capture dynamically loaded or authenticated pages before converting them into markdown.

What's the best way to scrape webpage content for knowledge management workflows?

The best way to scrape webpage content for knowledge management is using a tool that extracts readable article data and metadata. This Skill captures rendered HTML and converts webpages into organized markdown files suitable for notes and documentation.

Do I need Chrome CDP integration to extract readable article data from dynamic pages?

Yes, you need Chrome CDP integration to accurately extract readable article data from dynamic pages. It fetches JavaScript-rendered webpages to ensure all dynamically loaded content is properly captured before markdown conversion.

How does this tool handle webpage metadata extraction and markdown formatting?

This tool handles webpage metadata extraction by capturing rendered HTML content and isolating readable article data using specialized libraries. It then applies markdown conversion rules to generate structured, formatted markdown files.

Are there limitations when converting web pages into markdown files?

Limitations when converting web pages into markdown files depend on the page structure and JavaScript rendering complexity. While Chrome CDP captures dynamic content, heavily obfuscated or non-article webpages may result in fragmented markdown output.