Tmp.Sk9iLWT0Ei
This skill should be used when the user asks about Google Workspace automation via gogcli — Docs, Sheets, Slides, Drive, or Classroom. Triggers on phrases li...
chrischall
@chrischall
Install
$ openclaw skills install @chrischall/gogcli-mcpgogcli-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, commentsgogcli-mcp-sheets— Google Sheets: cells, ranges, formulas, charts, named rangesgogcli-mcp-slides— Google Slides: deck + slide authoringgogcli-mcp-drive— Google Drive: search, upload, download, permissionsgogcli-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.mdcontain per-API detail.
Related skills
gogcli - Google Workspace CLI
@luccastCommand-line tool to manage Google Workspace services including Gmail, Calendar, Drive, Sheets, Docs, Slides, Contacts, Tasks, People, Groups, and Keep.
Gog
@steipeteGoogle Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Google Workspace (No Cloud Console)
@dru-caGmail, Calendar, Drive, Docs, Sheets — NO Google Cloud Console required. Just OAuth sign-in. Zero setup complexity vs traditional Google API integrations.
Google Workspace CLI (gog)
@jx-76Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Google Docs
@hith3shGoogle Docs API integration with managed OAuth. Search, read, create, and update Google Docs documents. Use this skill when users want to read document text,...
News Summary
@joargpThis skill should be used when the user asks for news updates, daily briefings, or what's happening in the world. Fetches news from trusted international RSS feeds and can create voice summaries.