google-drive
Installation
Summary
Cloud file storage management with granular permission and sharing controls.
- Supports 20+ actions covering files, folders, shared drives, permissions, comments, and change tracking
- Handles authentication automatically through Membrane CLI; no manual API key management required
- Includes direct API proxy access for use cases beyond pre-built actions, with automatic credential refresh and header injection
- Works with individual files and shared drives, enabling both metadata operations and permission-based sharing workflows
SKILL.md
Google Drive
Google Drive is a cloud-based file storage and synchronization service. It's used by individuals and teams to store, access, and share files online from any device. Think of it as a virtual hard drive in the cloud.
Official docs: https://developers.google.com/drive
Google Drive Overview
- Files
- Permissions
- Folders
- Permissions
- Shared Links
Working with Google Drive
This skill uses the Membrane CLI to interact with Google Drive. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Install the CLI
Related skills