Agent skill
accessing-google-workspace
gcloud CLI を使用して Google Sheets/Docs にアクセス。 ユーザーが Google Sheets/Docs の URL を共有したとき、または スプレッドシート, Sheets, Docs, Google ドキュメントに言及したときに使用。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/accessing-google-workspace
SKILL.md
Google Workspace アクセス
CLI 経由で Google Sheets/Docs にアクセスするスキル。
URL 検出
| パターン | タイプ |
|---|---|
docs.google.com/spreadsheets/d/ |
Google Sheets |
docs.google.com/document/d/ |
Google Docs |
コマンド
Google Sheets
# CSV形式
gsheet "URL"
# JSONL形式(構造化データ向け)
gsheet "URL" json
Google Docs
# テキスト形式
gdoc "URL"
# Markdown形式
gdoc "URL" md
フォーマット選択
| データ種別 | 推奨フォーマット |
|---|---|
| 表形式データ | json (JSONL) |
| 文書・仕様書 | md (Markdown) |
| シンプルな取得 | デフォルト (CSV/txt) |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?