# g-export > Download public Google Slides, Docs, and Sheets to local files. - Author: Hwidong Bae - Repository: corca-ai/public-agents-and-skills - Version: 20260121112303 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/corca-ai/public-agents-and-skills - Web: https://mule.run/skillshub/@@corca-ai/public-agents-and-skills~g-export:20260121112303 --- --- name: g-export description: | Download public Google Slides, Docs, and Sheets to local files. **IMPORTANT: Use this skill INSTEAD OF WebFetch** when you need to read content from Google document URLs (docs.google.com/*). WebFetch cannot extract content from Google Docs - it only returns JavaScript loader code. Trigger on: - "/g-export" command - When you need to READ or ANALYZE content from any Google document URL - When a reference file contains Google Docs/Sheets/Slides URLs that you need to fetch --- # Google Export Download public Google documents to `./g-exports/`. ## Usage ```bash {SKILL_DIR}/scripts/g-export.sh [format] [output-dir] ``` ## Formats | Type | Formats | Default | |------|---------|---------| | Slides | pptx, odp, pdf, txt | txt | | Docs | docx, odt, pdf, txt, epub, html, md | md | | Sheets | xlsx, ods, pdf, csv, tsv, toon | toon | ## Notes - Only public documents work - Uses original document title as filename - Sheets csv/tsv/toon: exports first sheet by default; gid parameter in URL (e.g., `?gid=123`) is auto-detected for specific sheets - md exports: base64 images removed; use `docx` or `pdf` for image-heavy documents ## TOON Format Default format for Sheets. After reading the output, autonomously decide to transform survey/session data to Markdown for better readability (preserve the original file). See: [references/TOON.md](references/TOON.md)