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.
What it does
Runs multi-step Google Workspace workflows across Gmail, Drive, Docs, Sheets, and Calendar, turning an email thread into a scheduled meeting and a shared doc.
How to use this
Once it is installed, this skill picks itself up. You do not need to name it.
- Created by
- Skills and Agents Co
- Category
- Productivity
Run this on Skills and Agents
You can run the skill on Skills and Agents by creating an account. You don't need to install anything. We provide the model and tokens. Your connected tools and company brain are ready to use.
Skills give you best practices and templates to get the most out of your AI
Add this skill
Pick where you want it. Nothing to configure after.
These install links go live once the signup flow ships. We don't have a source link for this skill yet.
Not sure which? See the install guide.
Share this skill
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
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
- Set up each required MCP using the configs below
- Download the skill file below
- Open the skill manager in Claude — in the desktop app underCode → Customize, or on claude.ai underCustomize → Skills
- Click Create a new skill (use + on claude.ai) and upload the downloaded file
- Start a new session — your MCPs and skill will both be active
- Use a trigger phrase to activate
The MCP setup steps above are written for Claude. If your platform also supports MCP, configure the same servers using its own MCP settings. The skill file works either way.
- Download the skill file below
- In ChatGPT, create a Project and attach the file (or paste its contents into the project instructions). For a reusable setup, build a Custom GPT via Explore GPTs → Create and add the file there
- Start a chat in that Project or GPT, then say a trigger phrase to activate it
The MCP setup steps above are written for Claude. If your platform also supports MCP, configure the same servers using its own MCP settings. The skill file works either way.
- Download the skill file below
- Place it at
.cursor/skills/gws-workflow/SKILL.md(rename the downloaded file toSKILL.md). The shared.agents/skills/gws-workflow/SKILL.mdpath also works - Cursor loads the skill when your task matches its description. Say a trigger phrase to activate it
The MCP setup steps above are written for Claude. If your platform also supports MCP, configure the same servers using its own MCP settings. The skill file works either way.
- Download the skill file below
- Place it at
.github/skills/gws-workflow/SKILL.mdin your repository (rename the downloaded file toSKILL.md) - Copilot loads the skill when it is relevant to your task. Say a trigger phrase to activate it
The MCP setup steps above are written for Claude. If your platform also supports MCP, configure the same servers using its own MCP settings. The skill file works either way.
- Download the skill file below
- Place it at
.agents/skills/gws-workflow/SKILL.mdin your repository (rename the downloaded file toSKILL.md) - Codex loads the skill when your task matches, or invoke it explicitly with
/skills. Say a trigger phrase to activate it
A Gem can't connect to an MCP, so it can't run this skill. This skill needs Google Drive MCP, Gmail MCP, Google Calendar MCP.
Use the instead.
Required MCPs
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"
}
}
}View config snippet
{
"mcpServers": {
"gmail": {
"url": "https://gmailmcp.googleapis.com/mcp/v1"
}
}
}Calendar event management
View config snippet
{
"mcpServers": {
"google-calendar": {
"url": "https://calendarmcp.googleapis.com/mcp/v1"
}
}
}Your skill is downloading.
Create a free account and the platform does the rest:
- Get an email the moment this skill updates
- See every skill and agent you've installed, in one place
- Get your next recommendation based on what you actually use
No credit card. Takes about a minute.