gws-drive

Manage Google Drive files, folders, and permissions via the gws CLI.

7|2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/omriariav/workspace-cli --skill gws-drive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-drive
Source: https://github.com/omriariav/workspace-cli/tree/main/skills/drive
Command: npx skills add https://github.com/omriariav/workspace-cli --skill gws-drive

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a command-line interface to interact with Google Drive, enabling users to manage files, folders, permissions, and more directly from their terminal, streamlining workflows and automation.

Core Features & Use Cases

  • File Management: List, search, upload, download, move, delete, and copy files and folders.
  • Permissions Control: Share files, manage user access, and update permissions.
  • Advanced Operations: Handle revisions, comments, and shared drives.
  • Use Case: Automatically upload daily reports to a specific Google Drive folder, set read-only permissions for a team, and then list all files modified in the last 24 hours.

Quick Start

Use the gws-drive skill to search for a file named 'project proposal.docx' in your Google Drive.

Frequently Asked Questions about gws-drive

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

FAQPage Schema
How do I manage Google Drive files and folders from the command line?

You can manage Google Drive files and folders from the command line by using a CLI tool that supports listing, searching, uploading, downloading, moving, and deleting files directly from your terminal.

Can I automate Google Drive permissions and sharing settings via CLI?

Yes, you can automate Google Drive permissions via CLI by executing commands to share files, manage user access, and update permissions without needing to use the web interface.

What do I need to set up before using a CLI for Google Drive file management?

Before using a CLI for Google Drive file management, you need to install the specific CLI tool and complete Google OAuth2 authentication to authorize access to your account.

Does the Google Drive CLI support shared drives and file revisions?

Yes, the Google Drive CLI supports shared drives and file revisions, allowing you to handle advanced operations like managing comments and tracking file history directly through terminal commands.

What is the best way to automate uploading daily reports to Google Drive?

The best way to automate uploading daily reports to Google Drive is using a CLI tool to script the upload process, set read-only permissions, and automatically list recently modified files.