From ship
Accesses Google Sheets and Docs via gcloud CLI, outputting CSV/JSON for sheets and text/Markdown for docs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ship:use-cli-gcloudWhen to use
Google Sheets/Docs URL, スプレッドシート, Sheets, Docs, Google ドキュメント
This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Type | URL Pattern | Default | Structured |
| Type | URL Pattern | Default | Structured |
|---|---|---|---|
| Sheets | docs.google.com/spreadsheets/d/ | gsheet "URL" (CSV) | gsheet "URL" json (JSONL, tabular data) |
| Docs | docs.google.com/document/d/ | gdoc "URL" (text) | gdoc "URL" md (Markdown, specs/documents) |
npx claudepluginhub thkt/dotclaude --plugin shipFetches Google Docs and Sheets content via MCP, API export, or browser DOM extraction and converts to Markdown. Internal module for /bedrock:learn and /bedrock:sync.
Automates Google Workspace file operations (Drive, Sheets, Docs, Slides) using gogcli: parse URLs, select auth accounts, run read-only checks before writes.
Provides CLI-based read/write access to Google Sheets via Python scripts with standalone OAuth authentication. Supports get-text/CSV/JSON, range updates, appends, clears, and batch operations.