gsuite

Manages multi-account Google Workspace services via a CLI with orchestration and permissions.

31|6|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/WaterplanAI/agentic-config --skill gsuite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsuite
Source: https://github.com/WaterplanAI/agentic-config/tree/main/core/skills/gsuite
Command: npx skills add https://github.com/WaterplanAI/agentic-config --skill gsuite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill unifies access to Google Workspace apps (Sheets, Docs, Slides, Drive, Gmail, Calendar, Tasks) under a single, project-agnostic CLI, simplifying cross-app automation and multi-account workflows.

Core Features & Use Cases

  • Centralized automation: read, write, create, and manage Docs, Sheets, Slides, Drive files, Gmail messages, and Calendar events from a single interface.
  • Multi-account orchestration: switch active accounts, manage tokens, and run commands against different Google Workspace accounts in a single workflow.
  • Real-world use case: generate a project brief by extracting data from Sheets, compiling results into a Docs document, and sharing it with teammates via Drive permissions.

Quick Start

Use the gsuite skill to read a Doc, list sheets in a spreadsheet, or create a calendar event across accounts.

Frequently Asked Questions about gsuite

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

FAQPage Schema
How do I automate tasks across multiple Google Workspace accounts?

Multi-account automation in Google Workspace uses a CLI that switches active accounts and manages per-account tokens, letting you run commands against different accounts in a single workflow without manual re-authentication.

Can I read and write to Google Sheets, Docs, and Slides from a command line?

Yes, the CLI provides centralized command-line access to read, write, create, and manage Sheets, Docs, Slides, Drive files, Gmail messages, and Calendar events through a unified interface.

What's the best way to automate cross-service Google Workspace workflows?

Cross-service workflows combine actions across Docs, Sheets, Slides, Drive, Gmail, and Calendar in a single CLI command sequence. The skill's cookbook-driven guidance model helps compose complex multi-step tasks orchestrated through the agent framework.

Do I need special configuration to manage permissions across Google Workspace accounts?

The CLI includes built-in permission management and orchestration capabilities that handle authorization and token management per account, eliminating manual configuration for cross-account permission workflows.

Can I extend API calls to Google Workspace services with custom parameters?

Optional --extra parameters let you extend API calls beyond standard operations, providing flexibility for advanced use cases and custom integrations with Google Workspace services.