google

Manage Google Workspace services programmatically using the gog CLI.

327|85|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/letta-ai/lettabot --skill google-letta-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google
Source: https://github.com/letta-ai/lettabot/tree/main/.skills/google
Command: npx skills add https://github.com/letta-ai/lettabot --skill google-letta-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Google Workspace management across Gmail, Calendar, Drive, Contacts, Sheets, and Docs can be tedious to perform manually; gog CLI enables scripted control from a single interface.

Core Features & Use Cases

  • Gmail: search, read, and send messages from the command line.
  • Calendar: list and create events to automate scheduling.
  • Drive & Docs: manage files and documents programmatically.
  • Use Case: For example, automatically generate daily summaries by querying Gmail and Drive, then posting a report to a Slack channel.

Quick Start

Install gog CLI and authenticate to your Google Workspace, then enable services: brew install steipete/tap/gogcli gog auth credentials /path/to/credentials.json gog auth add [email protected] --services gmail,calendar,drive,contacts,docs,sheets gog auth list

Frequently Asked Questions about google

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

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

You can automate Google Workspace management by using the gog CLI to script actions across Gmail, Calendar, Drive, Contacts, Sheets, and Docs. It requires installing gog CLI, authenticating with credentials, and enabling specific services.

What do I need to set up before using the command line to control Gmail and Google Calendar?

Before controlling Gmail and Google Calendar from the command line, you need the gog CLI installed, network access to Google services, and a configured credentials JSON file for your Google Workspace account.

Can I search and send Gmail messages programmatically without using the web interface?

Yes, you can search, read, and send Gmail messages programmatically by authenticating with the gog CLI and enabling the Gmail service for your configured Google Workspace account.

Is it possible to manage Google Drive files and Docs through terminal commands?

Yes, managing Google Drive files and Docs through terminal commands is possible by adding the drive and docs services to your gog CLI authentication profile.

What is the best way to generate daily summaries from Gmail and Drive data?

The best way to generate daily summaries from Gmail and Drive data is to script queries using the gog CLI, retrieve the results programmatically, and format them into a report for automated delivery.

Does this Google Workspace automation method require manual GUI interaction after setup?

No, this Google Workspace automation method does not require manual GUI interaction after setup. Once the gog CLI is installed and authenticated, all messaging, scheduling, and file management tasks run programmatically.