From docs-tools
Converts Google Docs, Slides, or Sheets URLs to Markdown or CSV using gcloud CLI and Python scripts. Useful for reading or importing Google Drive documents.
npx claudepluginhub redhat-documentation/redhat-docs-agent-tools --plugin docs-toolsThis skill is limited to using the following tools:
Export Google content using the `gcloud` CLI for authentication:
Fetches Google Docs and Sheets content via MCP (preferred), API/public export (fallback), or browser DOM extraction, converting to Markdown. Internal module for /bedrock:learn and /bedrock:sync.
Exports Google Docs, Sheets, Slides from URLs or files to DOCX/XLSX/PPTX via browser for local reading, summarization, and analysis.
Manages gogcli CLI operations for Google Workspace (Drive/Sheets/Docs/Slides): auth/account selection, URL/ID parsing, read-only metadata checks, listing/searching/exporting/updating files.
Share bugs, ideas, or general feedback.
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 scripts/gdoc2md.py.
Always quote the URL and output file arguments:
python3 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.