·tuzi-url-to-markdown
</>

tuzi-url-to-markdown

通过 Chrome CDP 抓取任意 URL 并转换为 Markdown。支持两种模式——页面加载后自动抓取,或等待用户信号(适用于需要登录的页面)。当用户要求将网页保存为 Markdown 时使用。

26Installs·1Trend·@tuziapi

Installation

$npx skills add https://github.com/tuziapi/tuzi-skills --skill tuzi-url-to-markdown

How to Install tuzi-url-to-markdown

Quickly install tuzi-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/tuziapi/tuzi-skills --skill tuzi-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: tuziapi/tuzi-skills.

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 |

通过 Chrome CDP 抓取任意 URL 并转换为 Markdown。支持两种模式——页面加载后自动抓取,或等待用户信号(适用于需要登录的页面)。当用户要求将网页保存为 Markdown 时使用。 Source: tuziapi/tuzi-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/tuziapi/tuzi-skills --skill tuzi-url-to-markdown
Category
</>Dev Tools
Verified
First Seen
2026-03-06
Updated
2026-03-10

Browse more skills from tuziapi/tuzi-skills

Quick answers

What is tuzi-url-to-markdown?

通过 Chrome CDP 抓取任意 URL 并转换为 Markdown。支持两种模式——页面加载后自动抓取,或等待用户信号(适用于需要登录的页面)。当用户要求将网页保存为 Markdown 时使用。 Source: tuziapi/tuzi-skills.

How do I install tuzi-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/tuziapi/tuzi-skills --skill tuzi-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/tuziapi/tuzi-skills