What problem does it solve?
Converts locally saved article HTML into clean, readable Markdown by extracting only the main article content while preserving structure, headings, links, lists, code blocks, and images.
Core Features & Use Cases
- Platform-aware extraction: Detects common sources like WeChat, Zhihu, Medium, or generic blogs from the HTML and targets the correct content region.
- Markdown-preserving output: Keeps title hierarchy, block elements, inline emphasis, code fences, links, tables, and image URLs in the right order.
- Medium-safe structured parsing: For Medium, prefers the structured parsing path via window.APOLLO_STATE and falls back to DOM extraction only when needed.
- Math de-duplication guardrails: Avoids duplicate extraction for KaTeX/MathJax/MathML-rendered formulas by skipping redundant math DOM layers.
Quick Start
Ask to extract the article content from your local HTML file path, and then use the skill’s output Markdown directly.