baoyu-url-to-markdown

Convert web pages to markdown using the baoyu-fetch CLI.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/lucasFR2/LogiSync --skill baoyu-url-to-markdown-lucasfr2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-url-to-markdown
Source: https://github.com/lucasFR2/LogiSync/tree/main/skills/baoyu-url-to-markdown
Command: npx skills add https://github.com/lucasFR2/LogiSync --skill baoyu-url-to-markdown-lucasfr2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, @mozilla/readability, chrome-launcher, defuddle, jsdom, remark-gfm, remark-parse, turndown, unified, ws, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the conversion of web pages to markdown format, saving time and streamlining documentation processes.

Core Features & Use Cases

  • URL to Markdown: Fetches web pages and converts them to clean markdown.
  • Adapter Support: Handles various content types with built-in adapters for X/Twitter, YouTube, Hacker News, and generic pages via Defuddle.
  • Interactive Handling: Deals with login/CAPTCHA challenges using interaction wait modes.
  • Use Case: Ideal for saving web pages as markdown files for easy reference or collaboration.

Quick Start

Use the baoyu-url-to-markdown skill by providing the URL you want to convert, for example: 'baoyu-url-to-markdown https://example.com'.

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 web pages to markdown format from a URL?

You can convert web pages to markdown by providing the URL to the skill, which fetches content via Chrome CDP and processes it using @mozilla/readability and Defuddle to output clean markdown.

Can I extract content from YouTube, X/Twitter, and Hacker News into markdown?

Yes, extracting content from YouTube, X/Twitter, and Hacker News into markdown is supported through built-in site-specific adapters tailored for those platforms.

Does converting web pages to markdown work if the site has login or CAPTCHA challenges?

Converting web pages to markdown does work with login or CAPTCHA challenges by using interaction wait modes to handle authentication steps during the Chrome CDP fetch process.

Do I need bun installed to extract web page content into markdown?

Yes, you need bun installed to extract web page content into markdown, because the skill relies on the bun runtime to execute its scripts and manage required dependencies.

What is the best way to save generic web pages as markdown files for collaboration?

The best way to save generic web pages as markdown files is to use a conversion tool leveraging Defuddle and remark-gfm to strip non-essential elements and format the text cleanly.

Why does my web page to markdown conversion fail on dynamic content?

Web page to markdown conversion may fail on dynamic content if the fetch mechanism cannot render JavaScript, though using Chrome CDP helps mitigate rendering issues and capture fully loaded content.