Google Workspace Skills
Suite of Google Workspace integrations: Gmail, Calendar, Chat, Docs, Sheets, Slides, and Drive with cross-platform OAuth
Install
Quick install
npx skills add https://github.com/sanjay3290/ai-skills/tree/main/skillsnpx skills add sanjay3290/ai-skills --skill google-workspace-skills --agent claude-codenpx skills add sanjay3290/ai-skills --skill google-workspace-skills --agent cursornpx skills add sanjay3290/ai-skills --skill google-workspace-skills --agent codexnpx skills add sanjay3290/ai-skills --skill google-workspace-skills --agent opencodenpx skills add sanjay3290/ai-skills --skill google-workspace-skills --agent github-copilotnpx skills add sanjay3290/ai-skills --skill google-workspace-skills --agent windsurfMore install options
Shorthand — useful for multi-skill repos:
npx skills add sanjay3290/ai-skills --skill google-workspace-skillsManual — clone the repo and drop the folder into your agent's skills directory:
git clone https://github.com/sanjay3290/ai-skills.gitcp -r ai-skills/skills ~/.claude/skills/google-workspace-skills
Suite of Google Workspace integrations: Gmail, Calendar, Chat, Docs, Sheets, Slides, and Drive with cross-platform OAuth
What is it?
A comprehensive suite of Google Workspace integrations providing programmatic access to Gmail, Calendar, Chat, Docs, Sheets, Slides, and Drive. It enables Claude to interact with all major Google services through a unified OAuth authentication system, making it easy to automate workflows across the Google ecosystem.
How to use it?
After configuring OAuth credentials, the skill provides access to Google Workspace services:- Gmail - Send, read, and search emails
- Calendar - Create, update, and query calendar events
- Drive - Upload, download, and manage files
- Docs/Sheets/Slides - Create and edit documents programmatically
- Chat - Send messages to Google Chat spaces
All services use a shared OAuth token for seamless cross-platform authentication.
Key Features
- Unified OAuth authentication across all Google Workspace services
- Gmail integration for email automation and management
- Google Calendar event creation and scheduling
- Google Drive file management and organization
- Docs, Sheets, and Slides document automation
- Google Chat messaging integration
- Cross-service workflow orchestrationView on GitHub
GitHub Stats
StarsForksLast UpdateAuthorsanjay3290LicenseApache-2.0Version1.0.0Categories
Developer ToolsProductivityTags
aicodingintegrationgoogle-sheetsFeatures
Related Skills
More from Developer ToolsGoogle Sheets CLI
Google Sheets CLI automation41gmickelDeveloper ToolsProductivity00
outline
Search, read, create, and manage documents in Outline wiki instances (cloud or self-hosted)79sanjay3290Developer ToolsProductivity00
test-fixing
Detect failing tests and propose patches or fixes350mhattingpeteDeveloper ToolsProductivity00
---
Source: https://github.com/sanjay3290/ai-skills/tree/main/skills
Author: sanjay3290
License: https://opensource.org/licenses/Apache-2.0
GitHub Stars: 79
Tags: ai, coding, integration, google-sheets
SKILL.md source
--- name: google-workspace-skills description: Suite of Google Workspace integrations: Gmail, Calendar, Chat, Docs, Sheets, Slides, and Drive with cross-platform OAuth --- # google-workspace-skills Suite of Google Workspace integrations: Gmail, Calendar, Chat, Docs, Sheets, Slides, and Drive with cross-platform OAuth What is it? A comprehensive suite of Google Workspace integrations providing programmatic access to Gmail, Calendar, Chat, Docs, Sheets, Slides, and Drive. It enables Claude to interact with all major Google services through a unified OAuth authentication system, making it easy to automate workflows across the Google ecosystem. ## How to use it? After configuring OAuth credentials, the skill provides access to Google Workspace services: * Gmail - Send, read, and search emails * Calendar - Create, update, and query calendar events * Drive - Upload, download, and manage files * Docs/Sheets/Slides - Create and edit documents programmatically * Chat - Send messages to Google Chat spaces All services use a shared OAuth token for seamless cross-platform authentication. ## Key Features * Unified OAuth authentication across all Google Workspace services * Gmail integration for email automation and management * Google Calendar event creation and scheduling * Google Drive file management and organization * Docs, Sheets, and Slides document automation * Google Chat messaging integration * Cross-service workflow orchestrationView on GitHub ### GitHub Stats StarsForksLast UpdateAuthorsanjay3290LicenseApache-2.0Version1.0.0 ### Categories Developer ToolsProductivity ### Tags aicodingintegrationgoogle-sheets ### Features ## Related Skills More from Developer Tools ### Google Sheets CLI Google Sheets CLI automation 41gmickelDeveloper ToolsProductivity00 ### outline Search, read, create, and manage documents in Outline wiki instances (cloud or self-hosted) 79sanjay3290Developer ToolsProductivity00 ### test-fixing Detect failing tests and propose patches or fixes 350mhattingpeteDeveloper ToolsProductivity00 --- **Source**: https://github.com/sanjay3290/ai-skills/tree/main/skills **Author**: sanjay3290 **License**: https://opensource.org/licenses/Apache-2.0 **GitHub Stars**: 79 **Tags**: ai, coding, integration, google-sheets
Related skills 6
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
appinsights-instrumentation
Guidance for instrumenting webapps with Azure Application Insights. Provides telemetry patterns, SDK setup, and configuration references. WHEN: how to instrument app, App Insights SDK, telemetry patterns, what is App Insights, Application Insights guidance, instrumentation examples, APM best practices.
azure-messaging
Troubleshoot and resolve issues with Azure Messaging SDKs for Event Hubs and Service Bus. Covers connection failures, authentication errors, message processing issues, and SDK configuration problems. WHEN: event hub SDK error, service bus SDK issue, messaging connection failure, AMQP error, event processor host issue, message lock lost, message lock expired, lock renewal, lock renewal batch, send timeout, receiver disconnected, SDK troubleshooting, azure messaging SDK, event hub consumer, ser...
azure-hosted-copilot-sdk
Build, deploy, and modify GitHub Copilot SDK apps on Azure. MANDATORY when codebase contains @github/copilot-sdk or CopilotClient in package.json. PREFER OVER azure-prepare when copilot-sdk markers detected. WHEN: copilot SDK, @github/copilot-sdk, copilot-powered app, build copilot app, prepare copilot app, add feature to copilot app, modify copilot app, BYOM, bring your own model, CopilotClient, createSession, sendAndWait, azd init copilot. DO NOT USE FOR: deploying already-prepared copilot-...
lark-event
Lark/Feishu real-time event listening / subscribing / consuming: stream events as NDJSON via `lark-cli event consume <EventKey>` (covers IM message receive, reactions, chat member changes, etc.). Use for Lark bots, real-time message processing, long-running subscribers, streaming webhook/push handlers. Supports `--max-events` / `--timeout` bounded runs and a stderr ready-marker contract — designed for AI agents running as subprocesses.
xget
Use when tasks involve Xget URL rewriting, registry/package/container/API acceleration, integrating Xget into Git, download tools, package managers, container builds, AI SDKs, CI/CD, deployment, self-hosting, or adapting commands and config from the live README `Use Cases` section into files, environments, shells, or base URLs.