Google Drive, Gmail, Calendar, and Docs operations via OAuth. Use this skill when uploading files to Drive, searching Drive folders, searching Gmail, finding calendar meetings, creating Google Docs, or managing folder structures. Triggers on Google Workspace operations, file uploads, email search, calendar search, or document creation.
From caspernpx claudepluginhub casper-studios/casper-marketplace --plugin casperThis skill uses the workspace's default tool permissions.
references/calendar-search.mdreferences/create-folder.mdreferences/drive-search.mdreferences/drive-upload.mdreferences/folder-structure.mdreferences/gmail-search.mdreferences/transcript-search.mdscripts/create_client_folder.pyscripts/gdrive_folder_structure.pyscripts/gdrive_search.pyscripts/gdrive_transcript_search.pyscripts/gmail_search.pyscripts/google_calendar_search.pyscripts/google_drive_upload.pyscripts/settings.yamlSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Interact with Google Drive, Gmail, Calendar, and Docs using OAuth authentication. Supports file uploads, folder management, email search, calendar search, and document operations.
What do you need?
│
├── Google Drive
│ ├── Search files/folders → references/drive-search.md
│ │ └── Script: scripts/gdrive_search.py
│ │
│ ├── Upload files → references/drive-upload.md
│ │ └── Script: scripts/google_drive_upload.py
│ │
│ ├── Create folder structure → references/folder-structure.md
│ │ └── Script: scripts/gdrive_folder_structure.py
│ │
│ ├── Create client folder → references/create-folder.md
│ │ └── Script: scripts/create_client_folder.py
│ │
│ └── Search transcripts → references/transcript-search.md
│ └── Script: scripts/gdrive_transcript_search.py
│
├── Gmail
│ └── Search emails → references/gmail-search.md
│ └── Script: scripts/gmail_search.py
│
└── Calendar
└── Search meetings → references/calendar-search.md
└── Script: scripts/google_calendar_search.py
OAuth credentials are stored locally after first authentication.
client_secrets.json - From Google Cloud Consolesettings.yaml - PyDrive2 configurationmycreds.txt - Auto-generated OAuth tokensclient_secrets.jsonpython scripts/gdrive_search.py folder "Microsoft"
python scripts/google_drive_upload.py --files *.png --folder "Clients/Acme/Assets"
python scripts/gmail_search.py --domain "microsoft.com" --days 14
python scripts/google_calendar_search.py "Microsoft" --days-back 30
| Scope | Purpose |
|---|---|
drive | Full Drive access |
spreadsheets | Sheets access |
documents | Docs access |
gmail.readonly | Read emails |
calendar.readonly | Read calendar |
Free - Google Workspace APIs have generous free quotas.
client_secrets.json - OAuth app credentials (never commit to git)mycreds.txt - User OAuth tokens (never commit to git, add to .gitignore)settings.yaml - PyDrive2 config (can be committed, no secrets)drive - Full Drive access (read/write)drive.readonly - Read-only Drive access (preferred when possible)spreadsheets - Google Sheets accessdocuments - Google Docs accessgmail.readonly - Read-only email accesscalendar.readonly - Read-only calendar accessclient_secrets.json securely, not in reposSymptoms: "Invalid credentials" or "Token has been expired or revoked" error Cause: OAuth refresh token expired or revoked Solution:
mycreds.txt filemycreds.txt will be created automaticallySymptoms: "File not found" error with valid file ID Cause: No access to file, file deleted, or wrong file ID Solution:
Symptoms: "User rate limit exceeded" or "Quota exceeded" error Cause: Too many API requests in 24-hour period Solution:
Symptoms: "settings.yaml not found" or PyDrive2 configuration error Cause: Missing PyDrive2 configuration file Solution:
cp settings.yaml.example settings.yamlclient_secrets.json path is correct in settingsSymptoms: "Invalid client secrets" or OAuth configuration error Cause: Malformed or incorrect OAuth credentials file Solution:
Symptoms: "Insufficient permission" error Cause: OAuth consent missing required scopes Solution:
mycreds.txt to reset OAuth sessionsettings.yaml match script requirementsSkills: google-workspace → video-production Use case: Assemble course videos from Drive folder Flow:
Skills: google-workspace → content-generation Use case: Generate documents from branded templates Flow:
Skills: google-workspace → transcript-search Use case: Find meeting recordings from calendar events Flow: