gws-drive

Automate Google Drive file, folder, and permission management via gws drive commands.

302|22|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/JetBrains/skills --skill gws-drive-jetbrains
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-drive
Source: https://github.com/JetBrains/skills/tree/main/gws-drive
Command: npx skills add https://github.com/JetBrains/skills --skill gws-drive-jetbrains

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Google Drive management often requires repetitive UI interactions. This skill provides programmatic control over files, folders, and shared drives, enabling automation and integration into larger workflows.

Core Features & Use Cases

  • Automate creation, deletion, and organization of files and folders across Drive.
  • Manage sharing permissions and access control for Drive items at scale.
  • Discover, filter, and export metadata (owners, timestamps, permissions) for reporting and auditing.
  • Orchestrate Drive-based workflows within larger automation pipelines.

Quick Start

Enumerate all files in a Google Drive folder and export their metadata to a CSV.

Frequently Asked Questions about gws-drive

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

FAQPage Schema
How do I automate Google Drive file and folder management tasks programmatically?

You can automate Google Drive file and folder management by using API commands to create, delete, and organize items programmatically. This eliminates repetitive UI interactions and enables integration of Drive operations into larger automation workflows.

What is the best way to manage sharing permissions for Google Drive files at scale?

Managing sharing permissions at scale is handled through programmatic API access. This allows developers to apply access control and modify permission settings across multiple files, folders, and shared drives simultaneously without manual UI clicks.

Can I export Google Drive file metadata like owners and timestamps to a CSV?

Yes, you can export Google Drive file metadata to a CSV. The skill supports discovering, filtering, and exporting metadata such as owners, timestamps, and permissions, which is useful for generating reports and conducting audits.

Does this Google Drive automation approach require API access for orchestrating workflows?

Yes, orchestrating Drive-based workflows within larger pipelines requires API access. It utilizes gws drive commands to programmatically manage files, folders, and permissions across teams and projects for developers.

Why use programmatic API commands instead of the Google Drive UI for team projects?

Using programmatic API commands instead of the Google Drive UI solves the problem of repetitive manual interactions. It provides programmatic control over shared drives, enabling automation, reporting, and integration into larger team workflows.