gogcli

Manage Google Workspace apps via command-line with OAuth2 and JSON output.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/kensaku63/wellgrow-packages --skill gogcli-kensaku63
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gogcli
Source: https://github.com/kensaku63/wellgrow-packages/tree/main/skills/gogcli
Command: npx skills add https://github.com/kensaku63/wellgrow-packages --skill gogcli-kensaku63

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines your interaction with Google Workspace applications like Gmail, Calendar, Tasks, and Drive, allowing you to manage them efficiently directly from your command line.

Core Features & Use Cases

  • Unified Google Suite Management: Perform actions across Gmail, Calendar, Tasks, and Drive using a single CLI tool.
  • Email Operations: Search, send, and manage emails with advanced filtering and batch processing.
  • Calendar Scheduling: View, create, update, and respond to calendar events.
  • Task Management: Create, update, and track your to-do lists and tasks.
  • Drive File Handling: Upload, download, search, and organize files in Google Drive.
  • Use Case: Quickly find all unread emails from a specific sender, add a new meeting to your calendar for tomorrow, and upload a report to a specific folder in Drive, all without leaving your terminal.

Quick Start

Use the gogcli skill to search for emails from '[email protected]' that are unread.

Frequently Asked Questions about gogcli

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 from the command line using a CLI tool that controls Gmail, Calendar, Tasks, and Drive. It requires OAuth2 authentication and supports JSON output for programmatic use.

Can I search and send emails in Gmail via a terminal CLI?

Yes, you can search and send emails in Gmail via a terminal CLI. The tool supports email searching with advanced filtering, batch processing, and sending directly from your command line interface.

How do I upload files to Google Drive using a CLI?

You can upload files to Google Drive using a CLI by executing file operation commands. The tool supports uploading, downloading, searching, and organizing files in Drive without leaving the terminal.

Do I need OAuth2 to control Google Suite applications from my terminal?

Yes, you need OAuth2 authentication to control Google Suite applications from your terminal. This credential setup is required to securely access your Gmail, Calendar, Tasks, and Drive data.

What is the best way to automate Google Tasks and Calendar scheduling without a GUI?

The best way to automate Google Tasks and Calendar scheduling without a GUI is using a CLI tool. It allows you to create, update, and track tasks or calendar events directly from terminal commands.

Does the Google Suite CLI tool support JSON output for programmatic use?

Yes, the Google Suite CLI tool supports JSON output for programmatic use. This allows you to parse email searches, calendar events, and Drive file operations in automated scripts and workflows.