What problem does it solve?
Reading attached Word documents, spreadsheets, presentations, or PDFs inside an agent container normally requires uploading files to an external parser, which risks leaking private data. This Skill converts those attachments to Markdown locally, keeping content inside the container.
Core Features & Use Cases
- Local document conversion: Converts Word, PowerPoint, Excel, OpenDocument, RTF, EPUB, CSV, and text-based PDF files to Markdown with the Firecrawl AnyDoc CLI.
- Safe shell handling: Provides quoting and
-- conventions so hostile or unusual attachment filenames cannot trigger command execution.
- Untrusted-content guidance: Instructs the agent to treat converted content as data, never as instructions, and to report conversion failures clearly.
- Use Case: A user sends a quarterly report as a .docx attachment in chat; the agent converts it at
/workspace/inbox/<message-id>/ into Markdown and summarizes the relevant sections without uploading the file anywhere.
Quick Start
Convert the attached document at its local inbox path to Markdown with anydoc, then read only the sections needed to answer my question.