๐ŸŽฏ

baoyu-url-to-markdown

๐ŸŽฏSkill

from jimliu/baoyu-skills

VibeIndex|
What it does
|

Fetches any URL via Chrome CDP with full JavaScript rendering and converts it to clean markdown with metadata. Supports auto-capture and wait mode for login-required or dynamically loaded pages.

Overview

Baoyu URL to Markdown is a Claude Code skill from the baoyu-skills collection by JimLiu. It fetches any URL using Chrome CDP (Chrome DevTools Protocol) for full JavaScript rendering and converts the HTML content to clean markdown format. It supports two capture modes: automatic capture on page load and a wait mode for pages requiring login or dynamic content loading.

Key Features

  • Chrome CDP Rendering: Uses Chrome DevTools Protocol for full JavaScript rendering, ensuring dynamic and SPA content is captured correctly
  • Two Capture Modes: Auto mode captures immediately after page load for public/static pages; wait mode pauses until the user signals readiness, ideal for login-required or dynamically loaded content
  • Clean Markdown Output: Converts HTML to well-formatted markdown with YAML front matter containing URL, title, description, author, published date, and capture timestamp
  • Organized File Output: Saves to a structured directory (url-to-markdown/domain/slug.md) with automatic slug generation and conflict resolution via timestamps
  • Customizable via EXTEND.md: Supports project-level and user-level configuration files for default output directory, capture mode, and timeout settings

Who is this for?

This skill is ideal for researchers, writers, and developers who need to save web content as markdown for documentation, knowledge bases, or content processing pipelines. It is especially useful for those who need to capture content from JavaScript-heavy sites, paywalled articles (via wait mode with authenticated browser sessions), or any page that requires full browser rendering.

๐Ÿ“ฆ

Same repository

jimliu/baoyu-skills(23 items)

baoyu-url-to-markdown

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add jimliu/baoyu-skills --skill baoyu-url-to-markdown
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add jimliu/baoyu-skills --skill baoyu-url-to-markdown
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/baoyu-url-to-markdown/SKILL.md

SKILL.md

8,515Installs
3,587
-
Last UpdatedJan 26, 2026

More from this repository10

๐ŸŽฏ
baoyu-image-gen๐ŸŽฏSkill

AI SDK-based image generation skill supporting OpenAI, Google, and DashScope providers with text-to-image generation, reference images, aspect ratio control, and quality presets through a unified slash command interface.

๐ŸŽฏ
baoyu-post-to-wechat๐ŸŽฏSkill

A Claude Code skill for publishing content to WeChat Official Accounts, supporting article posting via API/browser and image-text posting with up to 9 images, with configurable preferences and a structured 7-step publishing workflow.

๐ŸŽฏ
baoyu-article-illustrator๐ŸŽฏSkill

A Claude Code skill that analyzes articles, identifies optimal illustration positions, and generates images using a Type x Style two-dimensional system with 6 types and multiple visual styles.

๐ŸŽฏ
baoyu-cover-image๐ŸŽฏSkill

A Claude Code skill that generates article cover images using a 5-dimensional system (Type, Palette, Rendering, Text, Mood) with 9 color palettes and 6 rendering styles for 54 unique combinations.

๐ŸŽฏ
baoyu-slide-deck๐ŸŽฏSkill

A Claude Code skill that transforms written content into professional slide deck images with 16 visual style presets, smart content scaling, and multi-language support.

๐ŸŽฏ
baoyu-xhs-images๐ŸŽฏSkill

A Claude Code skill that generates Xiaohongshu (RedNote) infographic card series from content using a Style x Layout 2D system with 9 visual styles and 6 layout types.

๐ŸŽฏ
release-skills๐ŸŽฏSkill

A collection of Claude Code skills for content generation including Xiaohongshu infographics, slide decks, comics, cover images, and social media publishing to X and WeChat.

๐ŸŽฏ
baoyu-danger-x-to-markdown๐ŸŽฏSkill

A Claude Code skill that converts X (Twitter) tweets, threads, and articles into Markdown with YAML front matter, supporting media downloads, customizable output paths, and consent-based access to a reverse-engineered X API.

๐ŸŽฏ
baoyu-post-to-x๐ŸŽฏSkill

Agent skill for posting text, images, and long-form Markdown articles to X (Twitter) directly from Claude Code using Chrome CDP, part of Baoyu's cross-platform content publishing suite.

๐ŸŽฏ
baoyu-infographic๐ŸŽฏSkill

Generates professional infographics by combining 20 layout types (bento-grid, funnel, timeline, etc.) with 17 visual styles (craft-handmade, cyberpunk, pixel-art, etc.), with auto-recommended combinations based on content analysis.