anydoc CLI is pre-installed in the sandbox. It converts one document per
invocation and writes GitHub-Flavored Markdown to stdout. It never prompts;
diagnostics go to stderr.anydoc report.docx # Markdown to stdout
anydoc slides.pptx -o slides.md # write to a file
anydoc - --format csv < data.csv # read stdin (stdin needs --format for CSV)
--format <name> when
detection fails (stdin CSV, missing extensions).0 success, 1 the document could not be read or converted,
2 usage error.-o and read the parts you need
instead of streaming the whole conversion into context.1.
Use the OCR path in skills/pdf/SKILL.md (pytesseract + pdf2image).skills/docx, skills/xlsx, skills/presentations, skills/pdf.pdfplumber from skills/pdf/SKILL.md.Start with one job and grow from there.