gdoc

gdoc is a skill for Claude Code, Codex from ykdojo/antigravity-cloud-run. It costs 16 tokens per session (120 once invoked), scanned A, a copy of gdoc, MIT.

A skill for downloading and reading publicly shared Google Docs as complete text files. Google Docs are online documents that can be shared through a web link.

In plain words
What is it for?
Use it to fetch a public Google Doc with curl and then read the downloaded file.
Why use it?
It avoids shortened or incomplete document extracts when the full contents are needed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ykdojo/antigravity-cloud-run/gdoc
Any agent
npx skills add ykdojo/antigravity-cloud-run --skill gdoc
Clone the repo
git clone --depth 1 https://github.com/ykdojo/antigravity-cloud-run

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gdoc

README.md
[![agentmods](https://agentmods.dev/badge/skills/ykdojo/antigravity-cloud-run/gdoc.svg)](https://agentmods.dev/skills/ykdojo/antigravity-cloud-run/gdoc)
Your own site
<a href="https://agentmods.dev/skills/ykdojo/antigravity-cloud-run/gdoc"><img src="https://agentmods.dev/badge/skills/ykdojo/antigravity-cloud-run/gdoc.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 120 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00016 $0.00120
Opus 5 $0.00008 $0.00060
Sonnet 5 $0.00003 $0.00024
Haiku 4.5 $0.00002 $0.00012

Measured 5d ago against content hash be8ced182996, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

gdoc scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

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

This is a copy

100% identical to gdoc — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

setup/skills/gdoc/SKILL.md · 18 lines

What it actually says

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
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 18 lines · 16 tokens per session scan A be8ced182996

Subscribe to this mod's changes

gdoc is a skill published in the GitHub repository ykdojo/antigravity-cloud-run (2 stars, last pushed 1mo ago), licensed MIT. It adds 16 tokens to every session and 120 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 100% identical to gdoc, differing in 0 lines, and is treated as a copy.