Read a Google Docs document, Google Slides presentation, or Google Sheets spreadsheet and output as Markdown or CSV. Use this skill when asked to read, fetch, import, or convert a Google Doc, Google Slides, or Google Sheets URL.
Export Google content using the gcloud CLI for authentication:
.md).md) via PPTX with slide titles, bullet points, tables, and speaker notes.csv)gcloud CLI is installedgcloud auth login --enable-gdrive-accesspython-pptx is installed for Slides export (python3 -m pip install python-pptx)The script is at ${CLAUDE_SKILL_DIR}/scripts/gdoc2md.py.
Always quote the URL and output file arguments:
python3 ${CLAUDE_SKILL_DIR}/scripts/gdoc2md.py "<url>" ["<output_file>"]
/document/d/ → Google Docs → Markdown/presentation/d/ → Google Slides → Markdown (via PPTX)/spreadsheets/d/ → Google Sheets → CSV<id>.md or <id>.csv.gcloud auth login --enable-gdrive-access.python-pptx not installed. Tell the user to run python3 -m pip install python-pptx.