A straightforward Google Drive integration that handles the usual file operations without needing an MCP server. You get search, upload, download, folder management, and file organization through simple Python scripts. The OAuth setup uses system keyring for token storage, which is cleaner than most implementations. One catch: requires a Google Workspace account, so personal Gmail users are out of luck. The search supports multiple formats including direct URL parsing, which saves time when you're already looking at a file in the browser. It's not trying to do anything fancy, just gives you programmatic Drive access with proper authentication and the standard operations you'd expect.
npx skills add https://github.com/sanjay3290/ai-skills --skill google-drive