Google Workspace Workflow

Orchestrates multi-step workflows that span Google Workspace services — pulling data from Sheets into a Doc, scheduling meetings based on email threads, creating Drive folders with Calendar deadlines, or building reports that combine data from multiple sources. Use it when a task touches more than one Google service and you want it handled as a single coordinated flow rather than service-by-service.

First-party, by Skills and Agents Co

June 22, 2026

Install

MCP-powered — requires setup

This skill uses external tools via the Model Context Protocol. You'll need to configure the following MCPs before installing.

Setup steps

  1. Set up each required MCP using the configs below
  2. Download the skill file below
  3. Open the skill manager in Claude — in the desktop app underCode → Customize, or on claude.ai underCustomize → Skills
  4. Click Create a new skill (use + on claude.ai) and upload the downloaded file
  5. Start a new session — your MCPs and skill will both be active
  6. Use a trigger phrase to activate
The skill file
Download

Required MCPs

Google Drive MCP

File and folder operations across Google Drive (also covers Sheets file access)

View config snippet
{
  "mcpServers": {
    "google-drive": {
      "url": "https://drivemcp.googleapis.com/mcp/v1"
    }
  }
}
Gmail MCP

Email reading and draft creation

View config snippet
{
  "mcpServers": {
    "gmail": {
      "url": "https://gmailmcp.googleapis.com/mcp/v1"
    }
  }
}
Google Calendar MCP

Calendar event management

View config snippet
{
  "mcpServers": {
    "google-calendar": {
      "url": "https://calendarmcp.googleapis.com/mcp/v1"
    }
  }
}