gogcli-expert

Set up gogcli to manage Google Workspace services from the terminal.

5|4|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/takusaotome/claude-skills-library --skill gogcli-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gogcli-expert
Source: https://github.com/takusaotome/claude-skills-library/tree/main/skills/gogcli-expert
Command: npx skills add https://github.com/takusaotome/claude-skills-library --skill gogcli-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Gogcli-expert helps you set up and confidently use gogcli to operate Google Workspace services (like Gmail, Calendar, Drive, and Sheets) from the command line, avoiding manual UI work and common authentication pitfalls.

Core Features & Use Cases

  • OAuth2 and Service Account Setup: Guides credential registration, service-account domain-wide delegation, and least-privilege scope control for safe access.
  • Multi-account / Multi-client Management: Supports aliasing, account selection, and client-specific OAuth configuration to prevent wrong-account actions.
  • Operational Command Workflows: Covers practical task flows such as searching emails, listing calendar events, exporting Drive files, and reading/writing Sheets data in JSON/TSV formats.

Quick Start

Ask: "How do I search Gmail for unread messages from [email protected] and output the results as JSON?"

Frequently Asked Questions about gogcli-expert

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 the gogcli tool to search Gmail, retrieve Calendar events, list Drive files, and read or write Sheets data through terminal workflows.

What do I need to set up OAuth2 or service account authentication for Google Workspace CLI access?

OAuth2 or service account authentication for Google Workspace CLI access requires credential registration, service-account domain-wide delegation, and least-privilege scope control to ensure safe access to services.

Can I output Gmail search results or Google Sheets data as JSON for automation scripts?

Yes, you can output Gmail search results and Sheets data as machine-friendly JSON or TSV formats, enabling seamless integration into scripted automation environments.

How do I handle multiple Google Workspace accounts when using command line tools?

Multi-account management is supported through aliasing, account selection, and client-specific OAuth configuration, preventing wrong-account actions when operating Gmail, Calendar, Drive, or Sheets from the terminal.

What's the best way to export Google Drive files using a terminal command workflow?

The best way to export Drive files via terminal is using gogcli command workflows to list, download, and export files directly within scripted environments after setting up proper authentication.

Why does my Google Workspace CLI automation fail due to authentication pitfalls?

Google Workspace CLI automation often fails due to common authentication pitfalls like incorrect scope control or credential registration, which gogcli-expert helps you avoid through guided setup.