baoyu-url-to-markdown

Fetch web page content and convert it to Markdown via Chrome CDP.

13|1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/ideacco/baoyu-skills-openclaw --skill baoyu-url-to-markdown-ideacco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-url-to-markdown
Source: https://github.com/ideacco/baoyu-skills-openclaw/tree/main/skills/baoyu-url-to-markdown
Command: npx skills add https://github.com/ideacco/baoyu-skills-openclaw --skill baoyu-url-to-markdown-ideacco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @mozilla/readability, turndown, linkedom, bun, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of capturing web content from any URL and converting it into clean, usable Markdown format, saving you the effort of manual copy-pasting and reformatting.

Core Features & Use Cases

  • Web Scraping: Fetches content from any given URL.
  • HTML to Markdown Conversion: Converts the fetched HTML into well-structured Markdown.
  • Flexible Capture Modes: Supports both automatic capture on page load and a manual "wait" mode for pages requiring interaction or login.
  • Use Case: You find an interesting article online and want to save it for offline reading or later reference in a Markdown-compatible note-taking app. Use this Skill to instantly convert the entire article into Markdown.

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 web page URL to Markdown format?

You can convert web page HTML to Markdown by providing a URL to this Skill, which uses Chrome CDP to render the page and extract content. It outputs structured Markdown complete with YAML front matter containing page metadata.

Can I capture web content from dynamic pages or sites that require login?

Yes, you can capture web content from dynamic or login-required pages using the manual wait mode. This mode allows you to interact with the page or complete login steps in the Chrome CDP browser before signaling the Skill to extract and convert the HTML to Markdown.

Does this web scraping tool work with JavaScript-rendered content?

Yes, this web scraping tool works with JavaScript-rendered content by utilizing Chrome CDP for rendering. It automatically captures the fully loaded page content on initial load, ensuring dynamic elements are included in the Markdown conversion process.

What is the best way to save an online article for offline reading in Markdown?

The best way to save an online article for offline reading in Markdown is to use an automated URL capture tool that fetches the web page and converts the HTML into a well-structured Markdown format. This eliminates manual copy-pasting and reformatting.

Are there limitations when using automated capture for web scraping?

Automated capture for web scraping may face limitations with pages requiring user interaction or authentication, as it captures content immediately on page load. For these dynamic or login-required pages, you must switch to the manual wait mode to successfully convert the URL to Markdown.