google-workspace

Integrate Google Workspace APIs with OAuth 2.0 and service accounts.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/brendadeeznuts1111/tier-1380-omega --skill google-workspace-brendadeeznuts1111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-workspace
Source: https://github.com/brendadeeznuts1111/tier-1380-omega/tree/main/skills/google-workspace
Command: npx skills add https://github.com/brendadeeznuts1111/tier-1380-omega --skill google-workspace-brendadeeznuts1111

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jose, and includes references (resource) and templates (resource) components.

What problem does it solve?

This Skill streamlines the process of integrating with various Google Workspace APIs, simplifying complex authentication, rate limiting, and batch operations.

Core Features & Use Cases

  • Unified Authentication: Handles OAuth 2.0 and Service Account authentication patterns.
  • API Interaction: Provides patterns for Gmail, Calendar, Drive, Sheets, Docs, Chat, Meet, Forms, Tasks, and Admin SDK.
  • Use Case: Automatically process incoming emails in Gmail, schedule calendar events based on external triggers, or manage files in Google Drive programmatically.

Quick Start

Use the google-workspace skill to authenticate using OAuth 2.0 and list your Gmail labels.

Frequently Asked Questions about google-workspace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I authenticate with Google Workspace APIs using OAuth 2.0?

Google Workspace API authentication via OAuth 2.0 involves obtaining access tokens through Google Cloud Project credentials. This Skill provides unified patterns for both OAuth 2.0 and Service Account authentication, streamlining the setup for Gmail, Calendar, Drive, and other Workspace endpoints.

Can I use Google Workspace APIs with Cloudflare Workers?

Yes, Google Workspace APIs work with Cloudflare Workers. This Skill specifically supports Cloudflare Workers environments for backend automation and API orchestration, enabling serverless integration with Gmail, Drive, Sheets, and Calendar endpoints.

What's the best way to handle Google API rate limits and batch requests?

Handling Google API rate limits and batch requests requires structured orchestration patterns. This Skill addresses these challenges directly by providing templates for batch operations and rate limit management across Gmail, Drive, Calendar, and Sheets APIs.

Do I need a service account for domain-wide delegation in Google Workspace?

Domain-wide delegation in Google Workspace requires a service account with proper Admin SDK permissions. This Skill handles service account authentication patterns, enabling programmatic access to user data across your organization without individual user interaction.

How do I automate Gmail email processing and Calendar scheduling?

Automating Gmail email processing and Calendar scheduling involves using the respective APIs with OAuth 2.0 authentication. This Skill provides interaction patterns to automatically process incoming emails, schedule calendar events based on external triggers, and manage Drive files programmatically.

Why does Google Workspace API integration fail with authentication errors?

Google Workspace API integration authentication errors typically stem from incorrect OAuth 2.0 scopes, invalid service account keys, or improper domain-wide delegation setup. This Skill simplifies complex authentication patterns to prevent these common configuration failures.