gdoc

star 156

Read publicly shared Google Docs using curl to download into a file.

ykdojo By ykdojo schedule Updated 2/19/2026

name: gdoc description: Read publicly shared Google Docs using curl to download into a file.

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
Install via CLI
npx skills add https://github.com/ykdojo/safeclaw --skill gdoc
Repository Details
star Stars 156
call_split Forks 18
navigation Branch main
article Path SKILL.md
More from Creator