Agent skill
gdoc
Read publicly shared Google Docs using curl to download into a file.
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:
- Replace
/edit(or any suffix after the doc ID) with/mobilebasic - 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
- Read the downloaded file with the Read tool
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gemini
Use Gemini CLI for web research, multimodal tasks (PDFs, images), or as a second opinion.
yt-dlp
Download YouTube videos, audio, and subtitles/transcripts using yt-dlp.
slack
Read Slack messages, channels, DMs, and search. Read-only access to your Slack workspace.
gha
Analyze GitHub Actions failures and identify root causes
clone
Clone the current conversation so the user can branch off and try a different approach.
reddit-fetch
Fetch content from Reddit using Gemini CLI or curl JSON API fallback. Use when accessing Reddit URLs, researching topics on Reddit, or when Reddit returns 403/blocked errors.
Didn't find tool you were looking for?