google-drive-skill

Installation
SKILL.md

Google Drive Skill

For when the user asks to upload/download files to Google Drive, create or share folders, list folder contents, or move binary artifacts (zips, tarballs, source bundles, photo dumps) into a Drive workspace.

This is a separate concern from google-docs-skill — that one is Docs-API-specific (create/read/update Google Docs, export to PDF/DOCX). Use google-drive-skill for raw bytes; use google-docs-skill for Docs-flavored content.

Setup

Reuses the OAuth client from google-docs-skill (Drive scope is already enabled there). If you've already logged into the Docs skill with the account you need, this skill picks up the token automatically — no separate login.

If a fresh login is needed:

python3 ~/.claude/skills/google-drive-skill/drive_skill.py login --account user@example.com

That triggers the standard browser-based OAuth flow.

Commands

Installs
1
GitHub Stars
12
First Seen
8 days ago
google-drive-skill — idanbeck/claude-skills