Google Drive Integration
Google Drive integration for searching, uploading, downloading, moving, copying, and managing files and folders with multiple search formats
Install
Quick install
npx skills add https://github.com/sanjay3290/ai-skills/tree/main/skills/google-drivenpx skills add sanjay3290/ai-skills --skill "Google Drive Integration" --agent claude-codenpx skills add sanjay3290/ai-skills --skill "Google Drive Integration" --agent cursornpx skills add sanjay3290/ai-skills --skill "Google Drive Integration" --agent codexnpx skills add sanjay3290/ai-skills --skill "Google Drive Integration" --agent opencodenpx skills add sanjay3290/ai-skills --skill "Google Drive Integration" --agent github-copilotnpx skills add sanjay3290/ai-skills --skill "Google Drive Integration" --agent windsurfMore install options
Shorthand — useful for multi-skill repos:
npx skills add sanjay3290/ai-skills --skill "Google Drive Integration"Manual — clone the repo and drop the folder into your agent's skills directory:
git clone https://github.com/sanjay3290/ai-skills.gitcp -r ai-skills/skills/google-drive ~/.claude/skills/Google Drive Integration
Google Drive integration for searching, uploading, downloading, moving, copying, and managing files and folders with multiple search formats
What is it?
Google Drive integration for searching, uploading, downloading, moving, copying, and managing files and folders with multiple search formats Built for use cases involving google-drive, file-management, google-workspace, cloud-storage, files.
How to use it?
Authenticate with Google (opens browser):`python scripts/auth.py login
`
Check authentication status:
`python scripts/auth.py status
`
Logout when needed:
`python scripts/auth.py logout
`
Key Features
- Google Drive integration for searching, uploading, downloading, moving, copying, and managing files and folders with multiple search formats
- Seamless integration with Claude's development workflow
- Comprehensive guidelines and best practices for google drive integrationView on GitHub
GitHub Stats
StarsForksLast UpdateAuthorsanjay3290LicenseApache-2.0Version1.0.0Categories
Office & DocsProductivityTags
google-drivefile-managementgoogle-workspacecloud-storagefilesFeatures
Related Skills
More from Office & DocsGoogle Calendar Integration
Google Calendar integration for viewing events, creating/updating/deleting events, finding free time, and responding to meeting invitations79sanjay3290ProductivityOffice & Docs00
Google Docs Integration
Google Docs integration for creating, searching, reading, and editing documents with text append, insert, and replace operations79sanjay3290Office & DocsProductivity00
Google Sheets Integration
Google Sheets integration for reading spreadsheet content in text/CSV/JSON formats, updating cells, appending rows, and batch operations79sanjay3290Office & DocsProductivityData-analysis00
---
Source: https://github.com/sanjay3290/ai-skills/tree/main/skills/google-drive
Author: sanjay3290
License: https://opensource.org/licenses/Apache-2.0
GitHub Stars: 79
Tags: google-drive, file-management, google-workspace, cloud-storage, files
SKILL.md source
--- name: Google Drive Integration description: Google Drive integration for searching, uploading, downloading, moving, copying, and managing files and folders with multiple search formats --- # Google Drive Integration Google Drive integration for searching, uploading, downloading, moving, copying, and managing files and folders with multiple search formats What is it? Google Drive integration for searching, uploading, downloading, moving, copying, and managing files and folders with multiple search formats Built for use cases involving google-drive, file-management, google-workspace, cloud-storage, files. ## How to use it? Authenticate with Google (opens browser): ``` `python scripts/auth.py login ` ``` Check authentication status: ``` `python scripts/auth.py status ` ``` Logout when needed: ``` `python scripts/auth.py logout ` ``` ## Key Features * Google Drive integration for searching, uploading, downloading, moving, copying, and managing files and folders with multiple search formats * Seamless integration with Claude's development workflow * Comprehensive guidelines and best practices for google drive integrationView on GitHub ### GitHub Stats StarsForksLast UpdateAuthorsanjay3290LicenseApache-2.0Version1.0.0 ### Categories Office & DocsProductivity ### Tags google-drivefile-managementgoogle-workspacecloud-storagefiles ### Features ## Related Skills More from Office & Docs ### Google Calendar Integration Google Calendar integration for viewing events, creating/updating/deleting events, finding free time, and responding to meeting invitations 79sanjay3290ProductivityOffice & Docs00 ### Google Docs Integration Google Docs integration for creating, searching, reading, and editing documents with text append, insert, and replace operations 79sanjay3290Office & DocsProductivity00 ### Google Sheets Integration Google Sheets integration for reading spreadsheet content in text/CSV/JSON formats, updating cells, appending rows, and batch operations 79sanjay3290Office & DocsProductivityData-analysis00 --- **Source**: https://github.com/sanjay3290/ai-skills/tree/main/skills/google-drive **Author**: sanjay3290 **License**: https://opensource.org/licenses/Apache-2.0 **GitHub Stars**: 79 **Tags**: google-drive, file-management, google-workspace, cloud-storage, files
Related skills 6
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
appinsights-instrumentation
Guidance for instrumenting webapps with Azure Application Insights. Provides telemetry patterns, SDK setup, and configuration references. WHEN: how to instrument app, App Insights SDK, telemetry patterns, what is App Insights, Application Insights guidance, instrumentation examples, APM best practices.
azure-messaging
Troubleshoot and resolve issues with Azure Messaging SDKs for Event Hubs and Service Bus. Covers connection failures, authentication errors, message processing issues, and SDK configuration problems. WHEN: event hub SDK error, service bus SDK issue, messaging connection failure, AMQP error, event processor host issue, message lock lost, message lock expired, lock renewal, lock renewal batch, send timeout, receiver disconnected, SDK troubleshooting, azure messaging SDK, event hub consumer, ser...
azure-hosted-copilot-sdk
Build, deploy, and modify GitHub Copilot SDK apps on Azure. MANDATORY when codebase contains @github/copilot-sdk or CopilotClient in package.json. PREFER OVER azure-prepare when copilot-sdk markers detected. WHEN: copilot SDK, @github/copilot-sdk, copilot-powered app, build copilot app, prepare copilot app, add feature to copilot app, modify copilot app, BYOM, bring your own model, CopilotClient, createSession, sendAndWait, azd init copilot. DO NOT USE FOR: deploying already-prepared copilot-...
lark-event
Lark/Feishu real-time event listening / subscribing / consuming: stream events as NDJSON via `lark-cli event consume <EventKey>` (covers IM message receive, reactions, chat member changes, etc.). Use for Lark bots, real-time message processing, long-running subscribers, streaming webhook/push handlers. Supports `--max-events` / `--timeout` bounded runs and a stderr ready-marker contract — designed for AI agents running as subprocesses.
xget
Use when tasks involve Xget URL rewriting, registry/package/container/API acceleration, integrating Xget into Git, download tools, package managers, container builds, AI SDKs, CI/CD, deployment, self-hosting, or adapting commands and config from the live README `Use Cases` section into files, environments, shells, or base URLs.