gog

Automate Google Workspace tasks via CLI with OAuth authentication.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/bibo1243/claw_memory --skill gog-bibo1243
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gog
Source: https://github.com/bibo1243/claw_memory/tree/main/skills/gog-1.0.0
Command: npx skills add https://github.com/bibo1243/claw_memory --skill gog-bibo1243

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines management of Google Workspace tasks from the command line, reducing repetitive work across Gmail, Calendar, Drive, Contacts, Sheets, and Docs.

Core Features & Use Cases

  • Gmail: search, send, and manage messages from scripts.
  • Calendar: create or query events and manage calendars in automated workflows.
  • Drive & Docs: search and retrieve files, export docs, and integrate with other tooling.
  • Scripting & automation: batch operations, multi-service workflows, and OAuth-based setup for repeatable tasks.

Quick Start

Authenticate with gog using your OAuth credentials and list the first 10 Gmail messages from the Inbox.

Frequently Asked Questions about gog

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

FAQPage Schema
How do I automate Google Workspace tasks from the command line?

You can automate Google Workspace tasks from the command line by using a CLI tool that orchestrates Gmail, Calendar, Drive, Contacts, Sheets, and Docs operations through scriptable commands. It supports batch operations and multi-service workflows for repeatable tasks.

Can I manage Gmail messages and Google Calendar events via a CLI?

Yes, you can manage Gmail and Google Calendar via a CLI by executing per-service commands to search and send messages or create and query events. This allows you to integrate email and scheduling directly into automated developer workflows.

What authentication is required to script Google Workspace operations?

Scripting Google Workspace operations requires OAuth-based authentication using your credentials. You must authenticate with your OAuth credentials during setup to safely run batch operations and access Google services from scripts.

How do I search and export Google Drive files and Docs from scripts?

You can search and export Google Drive files and Docs from scripts by running specific CLI commands designed to retrieve files. This enables you to integrate file searching and document exporting into automated tooling workflows.

Are there safety prompts when running automated Google Workspace commands?

Yes, the CLI implements safety prompts to prevent unintended actions when running automated Google Workspace commands. These prompts ensure that potentially destructive operations require confirmation before execution.

What is the best way to batch process emails, events, and contacts across Google services?

The best way to batch process emails, events, and contacts across Google services is using a CLI that supports multi-service workflows with per-service commands. This approach applies OAuth-based setup to execute repeatable tasks across Gmail, Calendar, and Contacts.