web-to-markdown
Installation
SKILL.md
Web to Markdown
Overview
Captures web pages using headless Playwright browser automation (handles JavaScript-rendered content), converts HTML to clean markdown via Turndown library, and saves all URLs from a single request into one timestamped file.
Key features:
- Headless browser (no visible window)
- Handles JavaScript-rendered content (SPAs, React, Vue, etc.)
- Batch processing multiple URLs → single file
- Self-contained (no MCP dependency)
Prerequisites
- Node.js/pnpm for running TypeScript scripts
- Dependencies installed:
cd skills/web-to-markdown && pnpm install - Playwright browsers will auto-install on first run