Google Workspace Skill

Automate cross-service access to Google Workspace APIs with OAuth-based authorization.

27|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/CorellisOrg/Corellis --skill google-workspace-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Google Workspace Skill
Source: https://github.com/CorellisOrg/Corellis/tree/main/templates/skills/google-workspace
Command: npx skills add https://github.com/CorellisOrg/Corellis --skill google-workspace-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-auth, and includes scripts (resource) components.

What problem does it solve?

Simplifies secure, centralized access to Google Docs, Sheets, Drive, Calendar, Gmail, GA4, and the Indexing API for owner-level automation, reducing setup overhead and credential management.

Core Features & Use Cases

  • OAuth-based authorization and domain-wide delegation support for multiple Google Workspace services.
  • Read/write operations across Drive, Docs, Sheets, Calendar, Gmail, Analytics, and Indexing API to automate routine workflows.
  • Real-world example: automatically fetch the latest GA4 metrics and reflect them in a shared report, or create calendar events from project milestones.

Quick Start

Authorize your Google account as described in the setup guide, then start issuing AI-driven requests to interact with Docs, Sheets, Drive, Calendar, Gmail, GA4, and the Indexing API.

Frequently Asked Questions about Google Workspace Skill

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

FAQPage Schema
How do I automate Google Workspace API access for Docs, Sheets, and Drive workflows?

Automate Google Workspace API access by using a modular script architecture that handles OAuth-based authorization and token refresh for Docs, Sheets, and Drive. It enables real-time reading, writing, and management across these services for owner-level workflows.

Can I use domain-wide delegation with service accounts for Google Calendar and Gmail automation?

Domain-wide delegation with service accounts is supported for Google Calendar and Gmail automation. The implementation uses google-auth to authorize service accounts, enabling cross-service access and management tasks without manual credential handling.

What is the best way to sync GA4 analytics data into Google Sheets automatically?

Sync GA4 analytics data into Google Sheets automatically by issuing AI-driven requests through the integrated script environment. The Skill fetches latest GA4 metrics and reflects them in shared reports by reading and writing across the Analytics and Sheets APIs.

Does this Google Workspace Skill support the Indexing API for real-time search updates?

The Google Workspace Skill supports the Indexing API for real-time search updates. It implements cross-service access alongside Docs, Sheets, Drive, Calendar, Gmail, and GA4, allowing automated indexing tasks within owner-level workflows.

Why do I need google-auth for OAuth-based authorization in Google Workspace automation?

Google-auth is required for OAuth-based authorization in Google Workspace automation because it handles token refresh, domain-wide delegation, and secure credential management. This dependency reduces setup overhead and centralizes access across multiple Google APIs.

Are there limitations when using domain-wide delegation versus OAuth for Google Workspace APIs?

Domain-wide delegation via service accounts is designed for owner-level automation across Google Workspace APIs, while OAuth-based authorization handles individual user contexts. Both methods support token refresh, but delegation streamlines cross-service access without per-user consent flows.