google-drive-upload

Upload files directly from Claude to Google Drive using a simple Google Apps Script.

Content Preview
---
name: google-drive-upload
category: automation
description: >
  Upload files directly to Google Drive via a deployed Google Apps Script web app.
  Trigger on: upload to Drive, save to Drive, send to Drive, put this in Drive.
  Also Hebrew: "תעלה לדרייב", "שמור בדרייב", "העלה לגוגל דרייב".
  Use proactively when a workflow produces a file the user might want in Drive.
---

# Google Drive Upload

Upload files directly from Claude to Google Drive using a simple Google Apps Script.

## When to U
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/google-drive-upload.md \
  https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/all-skills/skills/google-drive-upload/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/davepoon/buildwithclaude

Then reference at plugins/all-skills/skills/google-drive-upload/SKILL.md

Related Skills