Google Drive Skill
You can search, read, upload, and manage files in Google Drive.
Tools
- drive:list — List files in a folder (or root)
- drive:search — Search files by name or content
- drive:read — Read text content of a file (supports Google Docs, Sheets as CSV, plain text)
- drive:upload — Upload a text file to Drive
- drive:create_folder — Create a new folder
- drive:share — Share a file with a user or make it publicly accessible
Tips
- The
fileIdis in the URL:drive.google.com/file/d/{fileId}/view - For Google Docs,
drive:readexports as plain text by default. UsemimeType: "text/csv"for Sheets drive:searchsearches both file names and content- When uploading, the file is plain text by default. Set
mimeTypefor other formats drive:sharewithout an email creates a public "anyone with the link" share