jimliu/baoyu-skills@baoyu-url-to-markdown

Fetch URL content and convert HTML to Markdown via Chrome CDP.

2.0k|267|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/openakita/openakita --skill jimliu-baoyu-skills-baoyu-url-to-markdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jimliu/baoyu-skills@baoyu-url-to-markdown
Source: https://github.com/openakita/openakita/tree/main/skills/baoyu-url-to-markdown
Command: npx skills add https://github.com/openakita/openakita --skill jimliu-baoyu-skills-baoyu-url-to-markdown

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 shareable and editable.

Core Features & Use Cases

  • URL Fetching: Retrieves content from any web address using Chrome CDP for full rendering.
  • HTML to Markdown Conversion: Transforms the fetched HTML into well-formatted Markdown.
  • Flexible Capture Modes: Supports automatic capture on page load or manual capture after user confirmation, ideal for pages requiring login or dynamic content.
  • Use Case: Save an online article or a complex web page as a Markdown file for offline reading, note-taking, or integration into other documentation systems.

Quick Start

Use the baoyu-url-to-markdown skill to fetch and convert the webpage at https://example.com into markdown.

Frequently Asked Questions about jimliu/baoyu-skills@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 to Markdown format?

To convert a web page to Markdown, this Skill fetches the URL content using Chrome CDP for full rendering and transforms the HTML into well-formatted Markdown. It handles dynamic pages and outputs text suitable for offline reading or documentation.

Do I need Chrome CDP to convert dynamic web pages to Markdown?

Yes, Chrome CDP is required to convert dynamic web pages to Markdown. It enables full page rendering before content extraction, ensuring that JavaScript-driven elements are properly loaded and captured in the final Markdown output.

Can I capture login-required pages to Markdown?

Yes, you can capture login-required pages to Markdown using the manual capture mode. Instead of automatic capture on page load, it waits for your signal after you complete the login process, ensuring the authenticated content is fully rendered before HTML to Markdown conversion.

What is the best way to save an online article as Markdown for note-taking?

The best way to save an online article as Markdown is using a URL to Markdown converter with Chrome CDP rendering. It fetches the web content, cleanly converts the HTML formatting, and outputs an editable text file for integration into your note-taking systems.

Does the web page to Markdown conversion support automatic capture on page load?

Yes, the web page to Markdown conversion supports automatic capture on page load. This mode instantly fetches and converts the rendered HTML to Markdown without user intervention, making it ideal for standard articles and documentation pages.

Why does my web scraping to Markdown fail on dynamic content?

Web scraping to Markdown fails on dynamic content when JavaScript is not fully executed before extraction. Using Chrome CDP for rendering solves this by fully loading the page elements before converting the HTML to Markdown format.