What problem does it solve?
Reading and extracting content from local Office files, PDFs, scans, images, EPUBs, and other document formats often requires cloud services, manual copy-paste, or heavyweight tooling. This Skill converts local documents to Markdown entirely offline through the MyAgents built-in myagents anydoc CLI, including OCR for scanned files and support for password-protected documents.
Core Features & Use Cases
- Offline Document Conversion: Convert DOCX, PDF, scans, images, OpenDocument, RTF, EPUB, and CSV files to Markdown without network access, API keys, Docker, or GPU.
- Asynchronous Job Management: Submit conversions as background jobs owned by the Desktop App, then check status, wait for completion, cancel, or list recent jobs with
status, wait, cancel, and list commands.
- Encrypted Document Support: Pass a user-provided password via
--password to process protected files, with structured error codes and recovery suggestions on failure.
- Use Case: You receive a scanned contract PDF and need its text for review. Submit it with
myagents anydoc convert --file ./contract.pdf --wait --json, then read the resulting document.md and its referenced assets.
Quick Start
Ask the agent to convert a local document, for example: convert the file ./report.docx to Markdown using myagents anydoc and show me the result.