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

[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.

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.

What its author says it does

Copied from the file, not written here

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

SKILL.md

0.8 KB, 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.

Keep looking

Skills are one crate of 328,083. 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.