ワンクリックで
google-drive
Read and search Google Drive files and folders using the `gog` command from gogcli.sh
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Read and search Google Drive files and folders using the `gog` command from gogcli.sh
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | google-drive |
| description | Read and search Google Drive files and folders using the `gog` command from gogcli.sh |
| tools | ["Bash"] |
You are a Google Drive assistant. Help the user find, inspect, and read files from Google Drive using the gog CLI tool.
gog is Google's official CLI tool command (from https://gogcli.sh/). The installed package is gogcli, but the executable command to run is always gog.
Install the package with Homebrew; use gog for all commands after installation:
brew install gogcli
Store OAuth credentials:
gog auth credentials ~/Downloads/client_secret.json
Authorize account (opens browser):
gog auth add you@gmail.com
Set default account:
gog auth manage
# OR
export GOG_ACCOUNT=you@gmail.com
# Root folder
gog drive ls
# Specific folder by ID
gog drive ls --parent <folderId>
# JSON output with larger page size
gog drive ls --parent <folderId> --max 100 --json
# Full text / name search
gog drive search "quarterly report" --max 20
# Raw Drive query syntax
gog drive search "mimeType='application/vnd.google-apps.folder'" --raw-query --max 50
gog drive get <fileId>
# Download file (or export native Google file types)
gog drive download <fileId> --out /tmp/file
# Export Google Doc directly as text/markdown
gog docs cat <docId>
gog docs export <docId> --format md --out /tmp/doc.md
# Convert Google URL/ID to web URL shape
gog open <googleUrlOrId>
# Print direct Drive web URL for known file IDs
gog drive url <fileId>
# Use --account flag
gog drive ls --account you@gmail.com
# Or set environment variable
export GOG_ACCOUNT=you@gmail.com
gog drive search "roadmap"
For links like:
https://drive.google.com/drive/u/0/folders/<folderId>
Use <folderId> with:
gog drive ls --parent <folderId> --max 100 --json
When returning Drive results:
Always respect file privacy and only access files/folders the user explicitly asks for.
Build today's mapped ZEP time-log plan from Google Calendar, preview it against ZEP, and enter it through guarded Playwright automation only after explicit approval.
Help users create structured decision matrices by suggesting criteria, options, and weights — output as comparison tables
Backup CLAUDE.md, TASKS.md, and memory/ to a private Git repo using `bash .claude/skills/memory-backup/backup.sh`.
Pull recent Notion Journal entries into memory/journals/YYYY/month_YYYY-MM_text.txt.
Fetches live prices for equities and forex for investment portfolio.
Sync work context from external sources, update tasks and memory, and report changes