agentsclimarketplace

Run3 document content extraction

Skill cxcscmu/SkillLearnBench/skills/b3-teacher-feedback-gemini-3.1-flash-lite-preview/organize-messy-files/run3_document_content_extraction

Robustly extracts text from PDF, DOCX, and PPTX files while maintaining structural integrity for multi-column layouts and nested elements.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run3_document_content_extraction

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

0.8 KB, 145 tokens by cl100k_base, as published. Nobody here has run it

To ensure high-fidelity text extraction:

  1. PDFs: Utilize pdfplumber or PyMuPDF with layout-aware parsing enabled to prevent text jumbling in multi-column academic papers.
  2. DOCX: Use python-docx to extract text from body paragraphs, tables, and headers while ignoring metadata that may cause noise.
  3. PPTX: Use python-pptx to iterate through slides, specifically extracting text from text frames and shapes to capture slide content.
  4. Fallback: If text extraction fails (e.g., scanned PDFs), use an OCR fallback (e.g., pytesseract) to ensure the file is still categorizable.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.