gogcli-mcp-drive

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

A set of tools for managing Google Drive files, folders, shared drives, permissions, and comments through an MCP server. Google Drive is Google's online file-storage and collaboration service.

In plain words
What is it for?
Use it to authenticate with Drive, browse, upload, download, copy, move, sync, share, unshare, inspect permissions, list shared drives, and manage file comments.
Why use it?
It brings common Drive operations into the coding assistant, reducing the need to switch to the Drive website or handle each operation manually.

Skill for Claude Code

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

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

Good fit Use it to authenticate with Drive, browse, upload, download, copy, move, sync, share, unshare, inspect permissions, list shared drives, and manage file comments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chrischall/gogcli-mcp/gogcli-mcp-drive
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.

Any agent
npx skills add chrischall/gogcli-mcp --skill gogcli-mcp-drive
Clone the repo
git clone --depth 1 https://github.com/chrischall/gogcli-mcp

Made for: Claude Code.

Or install gogcli-mcp-drive, 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-drive

README.md
[![agentmods](https://agentmods.dev/badge/skills/chrischall/gogcli-mcp/gogcli-mcp-drive/github.svg)](https://agentmods.dev/skills/chrischall/gogcli-mcp/gogcli-mcp-drive)
Your own site
<a href="https://agentmods.dev/skills/chrischall/gogcli-mcp/gogcli-mcp-drive"><img src="https://agentmods.dev/badge/skills/chrischall/gogcli-mcp/gogcli-mcp-drive/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gogcli-mcp-drive

Your own site · 80×15
<a href="https://agentmods.dev/skills/chrischall/gogcli-mcp/gogcli-mcp-drive"><img src="https://agentmods.dev/badge/skills/chrischall/gogcli-mcp/gogcli-mcp-drive.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 547 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00069 $0.00547
Opus 5 $0.00034 $0.00273
Sonnet 5 $0.00014 $0.00109
Haiku 4.5 $0.00007 $0.00055

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

Security

Grade A, and why

gogcli-mcp-drive 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 9d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (src/index.ts, src/tools/drive-extra.ts, tests/tools/drive-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-drive/SKILL.md · 53 lines

What it actually says

gogcli-mcp-drive

Extended Google Drive MCP server via gogcli — 27 tools: auth + 9 base Drive + 13 extra dedicated Drive tools.

Requirements

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

Setup

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

Extra Drive Tools

Tool What it does
gog_drive_download Download a file (Google Docs → pdf/docx/xlsx/etc.)
gog_drive_upload Upload a local file, replace existing (optionally only at a given version), or convert to Google format
gog_drive_sync_push Recursively push a local directory into a Drive folder (additive; no remote deletes)
gog_drive_copy Copy a file to a new file
gog_drive_url Print shareable URLs for one or more files
gog_drive_permissions List permissions on a file
gog_drive_unshare Remove a permission
gog_drive_drives_list List shared drives (Team Drives)
gog_drive_comments_list List comments on a file
gog_drive_comments_get Get a comment by ID
gog_drive_comments_add Add a new comment
gog_drive_comments_update Edit a comment
gog_drive_comments_delete Delete a comment
gog_drive_comments_reply Reply to a comment

Plus 5 auth tools and 9 base Drive tools (ls, search, get, mkdir, rename, move, delete, share, run).

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. 9d ago First seen · 53 lines · 69 tokens per session scan A 738ec89e3ee7

Subscribe to this mod's changes

gogcli-mcp-drive is a skill published in the GitHub repository chrischall/gogcli-mcp (1 stars, last pushed yesterday), licensed MIT. It adds 69 tokens to every session and 547 once invoked, about $0.0003 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.