gogcli-mcp-docs

gogcli-mcp-docs is a skill for Claude Code from chrischall/gogcli-mcp. It costs 81 tokens per session (801 once invoked), scanned A, original, MIT.

A Google Docs connection for Claude through gogcli, covering document reading, editing, formatting, exporting, tabs, and comments.

In plain words
What is it for?
Use it to write, find and replace, format, copy, export, move, or read documents, including exports to PDF, DOCX, HTML, and other formats.
Why use it?
It lets the coding agent handle document changes and conversions without manually opening Google Docs for each operation.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: built for openclaw.

Part of the gogcli-mcp-docs plugin — 1 skill shipped together

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/chrischall/gogcli-mcp/gogcli-mcp-docs
Any agent
npx skills add chrischall/gogcli-mcp --skill gogcli-mcp-docs
Clone the repo
git clone --depth 1 https://github.com/chrischall/gogcli-mcp

Made for: Claude Code.

Or install gogcli-mcp-docs, the plugin that ships this one along with the rest of its 1 skill.

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 gogcli-mcp-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/chrischall/gogcli-mcp/gogcli-mcp-docs.svg)](https://agentmods.dev/skills/chrischall/gogcli-mcp/gogcli-mcp-docs)
Your own site
<a href="https://agentmods.dev/skills/chrischall/gogcli-mcp/gogcli-mcp-docs"><img src="https://agentmods.dev/badge/skills/chrischall/gogcli-mcp/gogcli-mcp-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 801 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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.00081 $0.00801
Opus 5 $0.00041 $0.00400
Sonnet 5 $0.00016 $0.00160
Haiku 4.5 $0.00008 $0.00080

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

Security

Grade A, and why

gogcli-mcp-docs scanned grade A with 0 findings 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.

The scan reads SKILL.md. This mod also ships 4 executable files (src/index.ts, src/tools/docs-extra.ts, tests/tools/docs-extra.test.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/gogcli-mcp-docs/SKILL.md · 65 lines

How it starts

The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.

gogcli-mcp-docs

Extended Google Docs MCP server via gogcli — 30 tools: auth + 7 base Docs + 18 extra dedicated Docs tools.

Requirements

  • gogcli installed and authenticated
  • Node.js 18 or later

Setup

{
  "mcpServers": {
    "gogcli-docs": {
      "command": "npx",
      "args": ["-y", "gogcli-mcp-docs"],
      "env": {
        "GOG_ACCOUNT": "[email protected]"
      }
    }
  }
}

Extra Docs Tools

Tool What it does
gog_docs_append Append text or markdown to the end of a doc
gog_docs_copy Copy a document
gog_docs_delete Delete content by character index range
gog_docs_edit Find and replace with case-sensitivity
gog_docs_export Export as PDF, TXT, HTML, DOCX, RTF, ODT, or EPUB
gog_docs_format Apply character / paragraph formatting
gog_docs_insert Insert text at a specific position
gog_docs_list_tabs List all document tabs
gog_docs_read Read doc as plain text or raw JSON
gog_docs_sed Stream-edit with sed-like regex
gog_docs_trash Move a doc to Drive trash
gog_docs_update Update content at a specific position
gog_docs_comments_list List comments (open or resolved), optionally with each comment's tab and index ranges
gog_docs_comments_get Get a comment with replies
gog_docs_comments_add Add a comment with optional quoted text
gog_docs_comments_reply Reply to a comment
gog_docs_comments_resolve Resolve a comment
gog_docs_comments_delete Delete a comment

Plus 5 auth tools and 7 base Docs tools.

gog_docs_append with markdown: true — known limitations

Three bugs in gogcli's upstream markdown→Docs converter to be aware of:

  • 3+ tables in one call reorders the trailing punctuation of the paragraph before the 3rd table — split into multiple calls with ≤2 tables each (openclaw/gogcli#607).
  • Inline **bold** / *italic* / `code` inside table cells renders as literal characters — insert plain cell text, then apply formatting via gog_docs_format (openclaw/gogcli#608).
  • Empty-header tables leak the last data row as literal pipe text — always supply a non-empty header row (openclaw/gogcli#609).

Read the full file on GitHub · 65 lines

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 · 65 lines · 81 tokens per session scan A 1706739db88d

Subscribe to this mod's changes

gogcli-mcp-docs is a skill published in the GitHub repository chrischall/gogcli-mcp (1 stars, last pushed yesterday), licensed MIT. It adds 81 tokens to every session and 801 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

orbit-notion

Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…

nexu-io/open-design · 117 tokens

instrument-data-to-allotrope

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…

anthropics/knowledge-work-plugins · 123 tokens

baoyu-youtube-transcript

Downloads YouTube video transcripts/subtitles and cover images by URL or video ID. Supports multiple languages, translation, chapters, and speaker identification. Caches raw data for fast re-formatting. Use when user asks to "get YouTube transcript", "download subtitles", "get captions", "YouTube字幕", "YouTube封面"…

JimLiu/baoyu-skills · 107 tokens

feishu

Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.

Hmbown/CodeWhale · 33 tokens

read

Reads URLs and PDFs by fetching source content, defaulting to concise summaries for plain read requests and clean Markdown when asked to convert, save, quote, cite, or feed downstream work. Use when users ask in any language to read, fetch, check, summarize, quote, cite, convert, or save a URL or PDF. Not for local…

tw93/Waza · 78 tokens

overleaf-sync

Two-way sync between a local paper directory and an Overleaf project, so ARIS audit/edit workflows stay on the local copy while collaborators edit in the Overleaf web UI. Use when user says "同步 overleaf", "overleaf sync", "推送到 overleaf", "connect overleaf", "Overleaf 桥接", "pull overleaf", "push overleaf", or wants to…

wanshuiyin/Auto-claude-code-research-in-sleep · 97 tokens