web-article-extractor
Featured使用隔离的 Chrome DevTools MCP 从博客、新闻、公众号等网页提取正文,返回结构化内容,或保存 Markdown 和远程图片。用户要求提取文章、抓取网页正文、保存为 Markdown、下载文章图片或排查正文选择器时调用。
Install
Quality Score: 90/100
Skill Content
Details
- Author
- dongbeixiaohuo
- Repository
- dongbeixiaohuo/writing-agent
- Created
- 8 months ago
- Last Updated
- 4 days ago
- Language
- Python
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
web-to-markdown
网页转 Markdown - 抓取任意网页正文并转成干净的 Markdown,便于阅读/收藏/二次创作
web-scraping
从任意网页抓取完整内容并整理为 Markdown:探测 SSR/API、处理限流、CDP 复用 Chrome 登录态、图片本地化
screenshot-article-extractor
Extract an article's full text from a series of screenshots (clipboard images pasted in order) into a single structured Markdown file. Use when the user pastes multiple sequential screenshots of an article / document / web page (e.g. Clipboard_Screenshot.png, -1, -2, ...) and asks to 提取文章文字、截图转文字、识别截图内容、整理成 md/文章, or to save the extracted text into a target folder. MUST first verify every image is clearly readable; if any image is blurry, cut off, too small, or otherwise unreadable, report an error and STOP - never guess content, never produce a partial file.