Google Drive Cli
Description
CLI for Google Drive. Design for convinient usage by LLMs / Coding Agents
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
google-drive-cli-for-agents
CLI for Google Drive using the official Google API Python client.
Features
- OAuth login without mandatory
gcloud pipx-friendly install (gdriveavailable globally)- List folder contents via folder ID or folder link
- Upload local files to a folder via folder ID or folder link
- Download files via file ID or file link
- Move files to trash via file ID or file link
- Diagnostics with
gdrive doctor
Install (Recommended)
python3 -m pip install --user pipx
python3 -m pipx ensurepath
pipx install google-drive-cli-for-agents
Verify:
gdrive --version
Upgrade:
pipx upgrade google-drive-cli-for-agents
Install From Source
Local development:
python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
Install via pipx from local clone:
pipx install -e /absolute/path/to/google-drive-cli
OAuth Setup
Create a Google OAuth client of type **Desktop app**, then run:
gdrive auth login --client-secret /absolute/path/to/client_secret.json
Readonly token:
gdrive auth login --readonly --client-secret /absolute/path/to/client_secret.json
Inspect local credentials:
gdrive auth whoami
gdrive doctor
Usage
List a folder (or root if omitted):
gdrive ls --folder https://drive.google.com/drive/folders/
gdrive ls --folder
gdrive ls
Upload a file:
gdrive upload ./report.csv --folder
gdrive upload ./report.csv --folder https://drive.google.com/drive/folders/
Download a file:
gdrive download --file
gdrive download --file https://drive.google.com/file/d//view --output-path ./report.csv
Move a file to trash:
gdrive trash --file
gdrive trash --file https://drive.google.com/file/d//view
Output Formats
`gdrive ls` supports:
--output table(default)--output json- `--output
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://