Agent skill

gdoc

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

Stars 144
Forks 17

Install this agent skill to your Project

npx add-skill https://github.com/ykdojo/safeclaw/tree/main/setup/skills/gdoc

SKILL.md

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:
bash
curl -sL 'https://docs.google.com/document/d/DOC_ID/mobilebasic' > /tmp/doc.txt
  1. Read the downloaded file with the Read tool

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results