google-workspace

Manage Google Workspace apps via command-line interface or Python API.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Toqsick/MaxClaw --skill google-workspace-toqsick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-workspace
Source: https://github.com/Toqsick/MaxClaw/tree/main/.claude/skills/google-workspace
Command: npx skills add https://github.com/Toqsick/MaxClaw --skill google-workspace-toqsick

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gws, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill unit streamlines the interaction with Google Workspace applications like Gmail, Calendar, Drive, Docs, Sheets, and Contacts, making it easier to manage these services programmatically or via simple CLI commands.

Core Features & Use Cases

  • Integrated Workspace Management: Centralize actions on your Gmail, Calendar, Drive, Docs, Sheets, and Contacts in one place.
  • Command Line Interface: Perform operations through a lightweight and efficient command line interface.
  • Python API: Access the Google Workspace suite via a simple Python API, enhancing the possibility for customization and automation in workflows.

Quick Start

Run 'gws login' to authenticate and begin managing your Google Workspace applications.

Frequently Asked Questions about google-workspace

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

FAQPage Schema
How do I manage Google Workspace applications like Gmail and Calendar from the command line?

You can manage Google Workspace applications by using a command-line interface to execute operations for Gmail, Calendar, Drive, Docs, Sheets, and Contacts. Run 'gws login' to authenticate with your credentials and begin automating tasks.

Can I automate Google Sheets and Docs workflows using a Python API?

Yes, you can automate Google Sheets and Docs workflows using a simple Python API. This provides customization capabilities for programmatic access, allowing you to integrate Google Workspace services directly into your automated Python processes.

Do I need OAuth2 credentials to access Google Drive and Contacts programmatically?

Yes, accessing Google Drive and Contacts programmatically requires a valid Google OAuth2 token and client credentials. You must authenticate your session using the 'gws login' command before performing any operations on your Workspace data.

What is the best way to centralize actions across Google Workspace services like Gmail and Sheets?

The best way to centralize actions across Google Workspace services like Gmail and Sheets is using an integrated management tool. It consolidates multiple application operations into a single CLI or Python API interface for streamlined workflow automation.

Does the gws command line tool support managing Google Contacts?

Yes, the gws command line tool supports managing Google Contacts alongside Gmail, Calendar, Drive, Docs, and Sheets. It allows you to perform various contact management tasks programmatically or through simple CLI commands.