accessing-google-workspace

Access Google Sheets and Docs data via the gcloud CLI.

11|1|Updated Aug 6, 2025
One-click install
npx skills add https://github.com/thkt/dotclaude --skill accessing-google-workspace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessing-google-workspace
Source: https://github.com/thkt/dotclaude/tree/main/.ja/skills/accessing-google-workspace
Command: npx skills add https://github.com/thkt/dotclaude --skill accessing-google-workspace

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies accessing Google Sheets and Docs directly from your command line, eliminating the need to open a web browser for quick data retrieval or updates.

Core Features & Use Cases

  • Google Sheets Access: Retrieve data from Google Sheets in CSV or JSONL format.
  • Google Docs Access: Fetch content from Google Docs as plain text or Markdown.
  • Use Case: When a colleague shares a Google Sheet link for project status updates, you can instantly pull the latest data into your terminal for review using the gsheet command.

Quick Start

Use the gsheet command to access the data from the provided Google Sheets URL in CSV format.

Frequently Asked Questions about accessing-google-workspace

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

FAQPage Schema
How do I access Google Sheets from the command line?

You can access Google Sheets from the command line using the gsheet command, which retrieves spreadsheet data in CSV or JSONL format for terminal-based review.

Can I get Google Docs content as Markdown without opening a browser?

Yes, you can fetch Google Docs content as plain text or Markdown directly in your terminal, eliminating the need to open a web browser for quick content retrieval.

How do I trigger Google Sheets or Docs access via gcloud CLI?

Access is triggered automatically when Google Sheets or Docs URLs are shared, or when terms like 'spreadsheet', 'Sheets', 'Docs', or 'Google Document' are mentioned.

What file formats are supported when retrieving Google Sheets data?

When retrieving Google Sheets data via gcloud CLI, the skill supports accessing and exporting your spreadsheet data in either CSV or JSONL formats.

Do I need to open a browser to view project status updates from a shared Google Sheet?

No, when a colleague shares a Google Sheet link, you can instantly pull the latest data into your terminal for review using the gsheet command without a browser.

What are the limitations of accessing Google Workspace via gcloud CLI?

This basic skill focuses on retrieving data in CSV, JSONL, text, or Markdown formats, and does not mention advanced editing, formatting, or write capabilities for Google Workspace.