·baoyu-url-to-markdown
</>

baoyu-url-to-markdown

Fetch any URL and convert to markdown using Chrome CDP. Supports two modes - auto-capture on page load, or wait for user signal (for pages requiring login). Use when user wants to save a webpage as markdown.

29Installs·1Trend·@jackiexiao

Installation

$npx skills add https://github.com/jackiexiao/jackie-skills-starter --skill baoyu-url-to-markdown

How to Install baoyu-url-to-markdown

Quickly install baoyu-url-to-markdown AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/jackiexiao/jackie-skills-starter --skill baoyu-url-to-markdown
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: jackiexiao/jackie-skills-starter.

SKILL.md

View raw

Fetches any URL via Chrome CDP and converts HTML to clean markdown.

Important: All scripts are located in the scripts/ subdirectory of this skill.

| scripts/main.ts | CLI entry point for URL fetching |

Fetch any URL and convert to markdown using Chrome CDP. Supports two modes - auto-capture on page load, or wait for user signal (for pages requiring login). Use when user wants to save a webpage as markdown. Source: jackiexiao/jackie-skills-starter.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jackiexiao/jackie-skills-starter --skill baoyu-url-to-markdown
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from jackiexiao/jackie-skills-starter

Quick answers

What is baoyu-url-to-markdown?

Fetch any URL and convert to markdown using Chrome CDP. Supports two modes - auto-capture on page load, or wait for user signal (for pages requiring login). Use when user wants to save a webpage as markdown. Source: jackiexiao/jackie-skills-starter.

How do I install baoyu-url-to-markdown?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jackiexiao/jackie-skills-starter --skill baoyu-url-to-markdown Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/jackiexiao/jackie-skills-starter