What problem does it solve?
Converting heterogeneous files—PDFs, Office documents, spreadsheets, images, audio, video, and YouTube links—into readable Markdown normally requires juggling many different parsers and OCR tools. This Skill wraps the FileX CLI so an agent can parse, inspect, and track all of these sources through one validated interface inside an AWorld sandbox.
Core Features & Use Cases
- Universal file parsing: Convert PDF, DOCX, PPTX, XLSX, CSV, images, audio, and video files from the workspace or HTTP(S) URLs into Markdown, with selectable providers such as Paddle OCR, LiteParse, and local Whisper.
- YouTube transcript extraction: Inspect video metadata and subtitle tracks, then parse the best available transcript into timestamped Markdown without downloading media unless a rights basis is confirmed.
- Resumable PDF batch processing: Split large PDFs into page batches, run them asynchronously, and poll progress with a stable batch resume id.
- Use Case: A researcher drops a 200-page scanned PDF report into the workspace and asks the agent to extract its contents; the Skill parses it in batches with OCR and returns a Markdown file the agent can summarize.
Quick Start
Use the filex skill to parse /root/workspace/report.pdf into Markdown and summarize its key findings.