← 返回
未分类 Key 中文

Tmp.E1xdDzbgzU

Use when the user asks to interact with Google Workspace services. Triggers for requests involving Google Sheets, Docs, Gmail, Calendar, Drive, Tasks, or Con...
当用户询问通过 gogcli 实现 Google Workspace自动化(包括文档、表格、幻灯片、云端硬盘或 Classroom)时使用此技能。触发词如...
chrischall chrischall 来源
未分类 clawhub v2.9.0 9 版本 99787.5 Key: 需要
★ 0
Stars
📥 1,409
下载
💾 0
安装
9
版本
#latest

概述

gogcli-mcp

Monorepo of 6 MCP servers wrapping the gogcli tool for Google Workspace automation:

  • gogcli-mcp — Sheets-focused umbrella (also exposes some Docs + Drive helpers)
  • gogcli-mcp-docs — Google Docs: create, read, edit, find-replace, comments
  • gogcli-mcp-sheets — Google Sheets: cells, ranges, formulas, charts, named ranges
  • gogcli-mcp-slides — Google Slides: deck + slide authoring
  • gogcli-mcp-drive — Google Drive: search, upload, download, permissions
  • gogcli-mcp-classroom — Google Classroom: courses, assignments, submissions, roster

All 6 share the same auth — they read from the gogcli account on your machine (gogcli auth add, gogcli auth run).

Install (per sub-package)

Each sub-package is published as a separate npm module. Install the ones you want:

{
  "mcpServers": {
    "gogcli-docs": {
      "command": "npx",
      "args": ["-y", "gogcli-mcp-docs"],
      "env": { "GOG_ACCOUNT": "you@example.com" }
    },
    "gogcli-sheets": {
      "command": "npx",
      "args": ["-y", "gogcli-mcp-sheets"]
    }
  }
}

Or all-in-one via the umbrella:

{ "mcpServers": { "gogcli": { "command": "npx", "args": ["-y", "gogcli-mcp"] } } }

Auth

Requires gogcli installed and authenticated:

gogcli auth add  # opens browser OAuth flow for your Google account
gogcli auth list

Set GOG_ACCOUNT=you@example.com in the MCP env if you have multiple accounts. Set GOG_PATH only if gogcli isn't on your PATH.

Tools

Each sub-package exposes its own tools with a distinctive prefix (gog_docs_, gog_sheets_, etc.). See each package's own SKILL.md for the full list.

Notes

  • All 6 share the gogcli binary — you only authenticate once.
  • This is the top-level skill; the sibling skills under packages/*/SKILL.md contain per-API detail.

版本历史

共 9 个版本

  • v2.9.0 当前
    2026-06-16 20:17
  • v2.8.0
    2026-06-13 17:55
  • v2.6.1
    2026-06-11 16:49
  • v2.6.0
    2026-06-09 16:14
  • v2.4.1
    2026-06-04 12:38
  • v2.4.0
    2026-06-03 12:33
  • v2.3.0
    2026-06-01 12:01
  • v2.0.12
    2026-05-23 15:57 安全 安全
  • v2.0.11
    2026-05-20 04:59 安全 安全

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

education

Tmp.S252qZs2xo

chrischall
当用户请求管理 GoogleClassroom 时使用 — 创建或更新课程、注册学生和教师、发布公告、创建作业、查看提交等。
★ 0 📥 1,635
office-efficiency

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 381 📥 144,341
office-efficiency

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 926 📥 186,781