web-to-markdown

Convert web pages into Markdown documents with front-matter metadata.

905|208|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/bear2u/my-skills --skill web-to-markdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-to-markdown
Source: https://github.com/bear2u/my-skills/tree/main/skills/web-to-markdown
Command: npx skills add https://github.com/bear2u/my-skills --skill web-to-markdown

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

이 스킬은 웹페이지를 마크다운으로 변환해 오프라인 아카이빙, 공유, 빠른 참조에 활용할 수 있도록 도와줍니다.

Core Features & Use Cases

  • 간단한 변환: URL 입력으로 자동 마크다운 생성
  • 스마트 정리: 네비게이션/광고 제거
  • 캐싱 및 일괄 처리: 빠른 응답과 대량 처리
  • AI 최적화 모드: 컨텍스트로 활용하기 위한 포맷으로 변환
  • 듀얼 모드: 원본과 AI 최적화 버전 둘 다 생성

Quick Start

예: "https://example.com/article 이거 마크다운으로 저장해줘" 이후 기본 파일명 제시

Frequently Asked Questions about web-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 for offline use?

Converting web pages to Markdown lets you save articles, docs, and tutorials in a portable, readable format. Provide the URL and the Skill fetches the HTML, removes navigation and ads, formats links and images, and outputs a clean Markdown file with metadata front-matter suitable for offline archiving and reference.

Can I batch convert multiple URLs to Markdown at once?

Yes, batch processing is supported. Submit multiple URLs and the Skill converts them in sequence, caching responses for 15 minutes to speed up repeated requests and handle large conversion jobs efficiently.

What's the difference between normal and AI-optimized Markdown output?

Normal mode produces clean, human-readable Markdown; AI-optimized mode formats content specifically for RAG systems and knowledge bases. Dual mode generates both versions, letting you choose based on your downstream use case.

Does web-to-Markdown handle redirects and preserve link structure?

Yes, the Skill handles HTTP redirects automatically and preserves link and image formatting in the Markdown output so references remain intact and functional after conversion.

What types of web content work best with Markdown conversion?

Blogs, technical documentation, tutorials, and API references convert cleanly because they contain structured text and code examples. The Skill removes navigation clutter and ads, yielding focused, reusable content.

Can I specify where converted Markdown files are saved?

Yes, you can specify the output file path. The Skill writes the converted Markdown to your chosen location, making it easy to organize conversions into project directories or knowledge bases.