Back to Skills

accessing-google-workspace

verified

Access Google Sheets and Docs via gcloud CLI. Use when user shares a Google Sheets/Docs URL or mentions スプレッドシート, Sheets, Docs, Google ドキュメント.

View on GitHub

Marketplace

thkt-development-workflows

thkt/claude-config

Plugin

development-skills

Development Skills

Repository

thkt/claude-config
3stars

skills/accessing-google-workspace/SKILL.md

Last Verified

January 22, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/thkt/claude-config/blob/main/skills/accessing-google-workspace/SKILL.md -a claude-code --skill accessing-google-workspace

Installation paths:

Claude
.claude/skills/accessing-google-workspace/
Powered by add-skill CLI

Instructions

# Accessing Google Workspace

Access Google Sheets and Docs via CLI.

## URL Detection

| Pattern                           | Type          |
| --------------------------------- | ------------- |
| `docs.google.com/spreadsheets/d/` | Google Sheets |
| `docs.google.com/document/d/`     | Google Docs   |

## Commands

### Google Sheets

```bash
# CSV format
gsheet "URL"

# JSONL format (for structured data)
gsheet "URL" json
```

### Google Docs

```bash
# Text format
gdoc "URL"

# Markdown format
gdoc "URL" md
```

## Format Selection

| Data Type        | Recommended Format |
| ---------------- | ------------------ |
| Tabular data     | `json` (JSONL)     |
| Documents/Specs  | `md` (Markdown)    |
| Simple retrieval | Default (CSV/txt)  |

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
677 chars