google-drive-upload

Installation
SKILL.md

Google Drive Upload

Upload files directly to Google Drive via a deployed Google Apps Script web app.

Completely free — unlimited uploads, no restrictions.

Environment note: This skill works in both Claude Code and Cowork. The only difference is how the config file is read in Step 1 — Claude Code reads it directly, Cowork uses osascript.


Step 1: Read the config

The config lives on the Mac at ~/.cowork-gdrive-config.json.

In Claude Code (direct file system access):

CONFIG=$(cat ~/.cowork-gdrive-config.json 2>/dev/null || echo "NOT_CONFIGURED")
Installs
1
GitHub Stars
8
First Seen
Apr 28, 2026
google-drive-upload — msapps-mobile/claude-plugins