google-workspace

Manage Gmail, Calendar, Drive, Contacts, and Sheets via command line using Google Workspace API.

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

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 simplifies the management of Google Workspace services such as Gmail, Calendar, Drive, and more, directly from the command line.

Core Features & Use Cases

  • Email Management: Search, read, send, and label emails in Gmail.
  • Calendar Management: List events, create, and delete calendar entries.
  • Drive Management: Search, upload, download, and share files in Google Drive.
  • Use Case: If you're working on a project that involves a lot of Google Workspace services, this Skill can help you manage your files, calendar events, and email communication more efficiently.

Quick Start

Set up the skill with gws setup. Once done, use the command gws gmail search "from:[email protected]" to search for emails from your boss.

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 services like Gmail and Calendar from the command line?

You can manage Google Workspace services from the command line by using an interface that connects to the Google Workspace API, allowing you to search, send, and label Gmail emails, and create or delete Calendar events directly from your terminal.

Do I need OAuth authentication to interact with Gmail and Google Drive via the command line?

Yes, OAuth authentication is required to interact with Gmail and Google Drive via the command line. You must configure your credentials and enable the appropriate Google Workspace APIs to authorize access to your account data.

Can I search, upload, and share files in Google Drive using terminal commands?

Yes, you can search, upload, download, and share files in Google Drive using terminal commands. This Skill provides a command-line interface to interact directly with Drive files without opening a web browser.

How do I set up Google Workspace automation for email and calendar management?

To set up Google Workspace automation for email and calendar management, you run a setup command to configure the environment. Once configured, you can execute terminal commands to search Gmail and list Calendar events.

What Python dependencies are required to automate Google Workspace tasks?

Automating Google Workspace tasks requires the google-api-python-client, google-auth-oauthlib, and google-auth-httplib2 Python dependencies. These libraries handle the API connections and OAuth authentication needed for the command line interface.