google-workspace

Automate Google Workspace services via Argo with JSON-formatted results.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/nadicodeai/argo-agent --skill google-workspace-nadicodeai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-workspace
Source: https://github.com/nadicodeai/argo-agent/tree/main/skills/productivity/google-workspace
Command: npx skills add https://github.com/nadicodeai/argo-agent --skill google-workspace-nadicodeai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-api-python-client, google-auth-oauthlib, google-auth-httplib2, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Gmail, Calendar, Drive, Docs, Sheets, and Contacts automation through a single Argo-managed interface, enabling teams to orchestrate workspace tasks without manual setup each time.

Core Features & Use Cases

  • Centralized access to Gmail, Calendar, Drive, Docs, Sheets, and Contacts via a CLI or Python wrapper with optional gws backend.
  • Self-serve OAuth setup, token management, and non-interactive onboarding for CLI-driven workflows.
  • Use case: send a scheduled email, create a calendar event, or fetch a Drive file's metadata across services in a single command sequence.

Quick Start

Authenticate Google Workspace credentials and run a sample Gmail or Calendar command to verify access.

Frequently Asked Questions about google-workspace

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

FAQPage Schema
How do I automate Gmail, Calendar, and Drive tasks in a single workflow?

Google Workspace automation is enabled through a unified Argo-managed interface that handles Gmail, Calendar, Drive, Docs, Sheets, and Contacts, letting you execute multi-service tasks like scheduled emails or event creation in a single command sequence.

Can I run Google Workspace automation across Linux, macOS, and Windows?

Yes, Google Workspace automation runs across Linux, macOS, and Windows, supporting both the gws-backed CLI and a bundled Python client to execute service interactions without manual environment setup each time.

Do I need OAuth2 setup to access Gmail and Drive programmatically?

Yes, Google Workspace automation enforces OAuth2 scopes and guides you through self-serve credential setup and token management to ensure policy-safe, non-interactive access to services like Gmail and Drive.

What's the best way to fetch Drive file metadata and search Gmail together?

Using the unified Argo interface is the best way to fetch Drive file metadata and search Gmail, as it returns JSON-formatted results for both operations through a centralized CLI or Python wrapper.

Does the bundled Python client require google-api-python-client to function?

Yes, the bundled Python client requires google-api-python-client, along with google-auth-oauthlib and google-auth-httplib2, to manage authentication and execute Google Workspace service requests.