Gdoc

Read publicly shared Google Docs using curl to download into a file. Use when this capability is needed.

tomevault-io Updated

File contents

Google Docs Reader

To read a Google Doc:

  1. Replace /edit (or any suffix after the doc ID) with /mobilebasic
  2. ALWAYS use curl, NOT WebFetch. WebFetch summarizes/truncates content. curl gets the full document:
curl -sL 'https://docs.google.com/document/d/DOC_ID/mobilebasic' > /tmp/doc.txt
  1. Read the downloaded file with the Read tool

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/ykdojo--safeclaw--gdoc commit 9e6c95dd6b

Frequently asked questions

npx skillmds@latest add tomevault-io/gdoc