google-drive

Manage Google Drive files with the gws CLI for listing, uploading, and sharing.

1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/leolionart/claude-skills --skill google-drive-leolionart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-drive
Source: https://github.com/leolionart/claude-skills/tree/main/plugins/google-drive/skills/google-drive
Command: npx skills add https://github.com/leolionart/claude-skills --skill google-drive-leolionart

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates repetitive Google Drive file management tasks to reduce manual work and human error, enabling faster collaboration and file organization.

Core Features & Use Cases

  • List and view Drive files and folders.
  • Upload files and create folders, including nested structures.
  • Search files by name, type, or content and filter results.
  • Manage permissions (share, revoke) and optionally notify teams via Google Chat.

Quick Start

Ask Claude to list files in a Drive folder or upload a local file to a folder.

Frequently Asked Questions about google-drive

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Google Drive file management tasks like uploading and organizing folders?

You can automate Google Drive file management tasks by using the gws CLI to list, upload, download, create, and search files. This reduces manual work and human error by programmatically organizing folders and documents.

Can I manage Google Drive file permissions and share files via command line?

Yes, you can manage Google Drive permissions and share files via the command line. The gws CLI allows you to apply or revoke sharing permissions and optionally notify teams through Google Chat.

How do I search for files by name, type, or content in Google Drive programmatically?

You can search for files by name, type, or content programmatically using the gws CLI. It queries Google Drive and filters results based on your specified search criteria to locate files quickly.

Do I need the gws CLI installed and authenticated to manage Google Drive files?

Yes, you need the gws CLI installed and authenticated with Google Drive OAuth scopes. The required OAuth scopes are https://www.googleapis.com/auth/drive and https://www.googleapis.com/auth/drive.readonly.

Can I create nested folder structures in Google Drive using a command line tool?

Yes, you can create nested folder structures in Google Drive using the gws CLI. It automates the creation of folders, including nested directory structures, to organize files efficiently.

What is the best way to reduce manual work when organizing documents in Google Drive?

The best way to reduce manual work when organizing documents in Google Drive is to automate repetitive tasks with the gws CLI. It handles file listing, uploading, searching, and permission management to enable faster collaboration.