🗂️
AI EngineeringPython

Google Workspace Manager

by taylorwilsdon

Google Workspace Manager is an AI Engineering skill for Claude Code, published by taylorwilsdon in google_workspace_mcp.

3K stars944 forkson taylorwilsdon/google_workspace_mcpAdded 2026/08/17+1% in starsRepository updated 2026/08/16
aichatgptclaudeclaude-codeclaude-desktopgmailgoogle-calendargoogle-chatgoogle-docsgoogle-drivegoogle-formsgoogle-sheetsgoogle-tasksgoogle-workspacegsuitellmllm-toolsmcpmcp-servermodel-context-protocol-server
Install in seconds
Install Google Workspace Manager
Copy Google Workspace Manager into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/taylorwilsdon/google_workspace_mcp/tree/main/skills/managing-google-workspace ~/.claude/skills/managing-google-workspace

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/taylorwilsdon/google_workspace_mcp.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/managing-google-workspace/SKILL.md in taylorwilsdon/google_workspace_mcp
Installs to
~/.claude/skills/managing-google-workspace
Collection
The only skill cataloged from this repository
Category
AI Engineering2451 skills

What Google Workspace Manager does

Google Workspace Manager routes agent calls to 114 Google Workspace tools across Gmail, Drive, Calendar, Docs, Sheets, Slides, Forms, Tasks, Contacts, Chat, Apps Script, and Custom Search, using MCP or CLI. Use it for tasks like checking email, finding files, scheduling meetings, updating spreadsheets, sharing docs, creating presentations, adding tasks, or looking up contacts.

Google Workspace Manager is cataloged under AI Engineering on DirSkills. Google Workspace Manager comes from a repository tagged ai, chatgpt, claude, claude-code and claude-desktop.

Documentation

README

Google Workspace -- Tool Router

Execution Mode

Detect which mode is available and use it.

MCP (preferred)

If MCP tools from the google-workspace server are available, call them directly. The tool names in the tables below are the base names -- prefix with the server name as needed (e.g. google-workspace:search_gmail_messages).

CLI (no MCP)

If no MCP tools are available, execute via bash:

uvx workspace-mcp --cli <tool_name> --args '{"user_google_email": "USER_EMAIL", ...}'

Before calling a tool, read the relevant reference file for exact parameter names and types. Only use parameters documented there -- do not invent parameters.

First-Time Setup

If a tool call fails with a credential error, walk the user through this setup.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Google Workspace Manager

  • How does Google Workspace Manager compare to other AI Engineering skills?

    Google Workspace Manager ranks #669 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Google Workspace Manager against them. Open each page to compare what they document and how they install.