gogcli-mcp-drive

Use when the user asks to browse, upload, download, share, or manage Google Drive files and folders. Triggers for requests involving Drive uploads/downloads, file permissions, shared drives (Team Drives), comments on files, copying or moving files, or any Drive operation. Includes auth and Drive tools only.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gogcli-mcp-drive" with this command: npx skills add chrischall/gogcli-mcp-drive

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": "you@gmail.com"
      }
    }
  }
}

Extra Drive Tools

ToolWhat it does
gog_drive_downloadDownload a file (Google Docs → pdf/docx/xlsx/etc.)
gog_drive_uploadUpload a local file, replace existing, or convert to Google format
gog_drive_copyCopy a file to a new file
gog_drive_urlPrint shareable URLs for one or more files
gog_drive_permissionsList permissions on a file
gog_drive_unshareRemove a permission
gog_drive_drives_listList shared drives (Team Drives)
gog_drive_comments_listList comments on a file
gog_drive_comments_getGet a comment by ID
gog_drive_comments_addAdd a new comment
gog_drive_comments_updateEdit a comment
gog_drive_comments_deleteDelete a comment
gog_drive_comments_replyReply to a comment

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Ling Mem

Durable memory across sessions — a model of who the user is, not a log of what was done. Markdown core plus a RAG store via the `ling-mem` daemon. Same seman...

Registry SourceRecently Updated
General

Ai Bug Report Snapshot Card

Creates a tester-ready bug report snapshot with repro steps, environment, evidence inventory, impact, redaction notes, and open questions while keeping scree...

Registry SourceRecently Updated
General

Document Signature Packet Builder

Organizes document signing instructions into a clear checklist detailing signatures, dates, witnesses, attachments, logistics, and confirmation items for smo...

Registry SourceRecently Updated
General

MEV Engine

MEV Engine v6.5 — Minimal-enforcement task execution framework. 1 preflight command + 9 gates with trust-but-verify validation.

Registry SourceRecently Updated