google-workspace

Access Google Workspace services via gws CLI or Python.

5|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/lengoctuong2005/Branding-Focused-Skills --skill google-workspace-lengoctuong2005
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-workspace
Source: https://github.com/lengoctuong2005/Branding-Focused-Skills/tree/main/antigravity/skills/hermes-collection/productivity/google-workspace
Command: npx skills add https://github.com/lengoctuong2005/Branding-Focused-Skills --skill google-workspace-lengoctuong2005

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?

This Skill streamlines access to Google Workspace applications such as Gmail, Calendar, Drive, Sheets, Docs, and Contacts, providing a simple CLI interface for everyday tasks.

Core Features & Use Cases

  • Unified Access: Access Gmail, Calendar, Drive, Sheets, Docs, and Contacts from a single CLI tool.
  • OAuth Authentication: Use OAuth for secure access to Google Workspace accounts.
  • Use Case: If you need to frequently manage emails, schedule events, share files, or work with Google Docs, this skill will allow you to do so without navigating through web interfaces.

Quick Start

To get started, use the gws command followed by the action you want to perform. For example, to search for emails, you can use gws gmail search "from:[email protected]".

Frequently Asked Questions about google-workspace

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

FAQPage Schema
How do I automate Google Workspace workflows without navigating web interfaces?

Google Workspace automation is handled by a CLI wrapper that provides unified access to Gmail, Calendar, Drive, Sheets, Docs, and Contacts. It uses the gws command or Python client libraries to interact directly with Google APIs.

How do I search Gmail emails from the command line?

Searching Gmail from the command line is done using the gws CLI. You can execute a command like `gws gmail search` followed by your query string to retrieve emails directly via the Google API without opening a web browser.

Do I need OAuth2 to access Google Drive and Calendar via Python?

Yes, OAuth2 is required for user authentication to securely access Google Drive, Calendar, and other Workspace services. You must configure OAuth credentials before using the gws CLI or Python client libraries.

What is the best way to manage multiple Google Workspace apps from a single interface?

The best way to manage multiple Google Workspace apps is using a unified CLI wrapper. It consolidates Gmail, Calendar, Drive, Sheets, Docs, and Contacts interactions into a single command-line tool for efficient workflow automation.

Does this Google Workspace CLI wrapper support Google Sheets and Docs?

Yes, the Google Workspace CLI wrapper supports Google Sheets and Docs. It provides programmatic access to these services alongside Gmail, Calendar, Drive, and Contacts through the same gws command interface.