Skip to content
Development
Skill

/gdoc

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

From plugin
safeclaw
1813 skills
Install
$ npx -y skills add ykdojo/safeclaw --skill gdoc --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/gdoc

Context preview

The summary Claude sees to decide when to auto-load this skill.

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

SKILL.md

gdoc.SKILL.md
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

3. Read the downloaded file with the Read tool

Ships withsafeclaw

The easiest way to run multiple Claude Code sessions, each in its own container, with a dashboard to manage them all. Quick setup with battle-tested sensible defaults and skills. See architecture.md for design details.

Get the whole plugin
Stats
181
Stars
21
Forks
Active
Maintenance
HTML
Language
MIT
License
16d ago
Last commit
6mo ago
Created

Repo: ykdojo/safeclaw