What problem does it solve?
NanoClaw agents receive office attachments like Word documents, spreadsheets, and presentations but cannot read them without sending files to an external hosted parser, which compromises privacy. This Skill adds local document-to-Markdown conversion directly inside agent containers.
Core Features & Use Cases
- Pinned CLI Installation: Adds the Firecrawl AnyDoc CLI at an exact pinned version (0.1.6) to the container CLI manifest, with a 72-hour release-age gate and supply-chain checks before any file changes.
- Container Skill Deployment: Ships a companion container skill that converts DOCX, PPTX, XLSX, OpenDocument, RTF, EPUB, CSV, and text-based PDFs to Markdown using shell-safe path handling.
- Safe Removal Path: Includes a REMOVE.md runbook that cleanly uninstalls the tool, rebuilds container images, and protects foreign per-group image pins.
- Use Case: An agent receives a quarterly report as a .docx attachment in Slack; after running this Skill, the agent converts it locally to Markdown and summarizes the relevant sections without uploading anything.
Quick Start
Ask the agent to run the add-anydoc skill so it installs the pinned AnyDoc CLI, rebuilds the container image, and enables local office document conversion.