← ClaudeAtlas

screenshot-article-extractorlisted

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.
JunTan414/screenshot-article-extractor · ★ 0 · Data & Documents · score 73
Install: claude install-skill JunTan414/screenshot-article-extractor
# Screenshot Article Extractor ## Overview Turn an ordered series of article screenshots into one faithful Markdown document: read every image in order, verify readability, extract the full text, preserve the original structure (headings, bold, blockquotes, lists, tables), and save as a single `.md` file in the target directory. ## Workflow ### 1. Inventory the images, by paste order - The user pastes screenshots in reading order. File names are NOT a reliable pattern: they may look like `Clipboard_Screenshot.png`, `Clipboard_Screenshot-1.png`, or be completely random. Never sort by file name and never assume a naming rule. - The paste order is the ONLY source of truth. Number the images 1..N in the exact order they appear in the user's message. Never reorder, dedupe, or skip pages. - Use the file name only as a label to identify a specific image in reports. ### 2. Read every image (read-only pass) - Use your multimodal vision to view each image, in order. In WorkBuddy this is the built-in Read tool; in other agent environments, map this to that host's own image-reading capability. This skill never depends on a specific tool name or on any OCR library. - Extract the text content of every page into working notes, page by page. - Do NOT write any output file yet — assembly happens only after the readability check passes for ALL pages. ### 3. Readability gate — check every page (mandatory, blocks everything) For EACH image, check: 1. **Clarity**: text is