gws-drive-upload

Upload local files to Google Drive with automatic metadata.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/wuyyyyyou/cli --skill gws-drive-upload-wuyyyyyou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-drive-upload
Source: https://github.com/wuyyyyyou/cli/tree/main/skills/gws-drive-upload
Command: npx skills add https://github.com/wuyyyyyou/cli --skill gws-drive-upload-wuyyyyyou

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Uploading files to Google Drive often requires manual metadata tagging. This Skill automates the upload while attaching sensible metadata, reducing manual steps and errors.

Core Features & Use Cases

  • Automated file upload to Google Drive with automatic metadata assignment (e.g., MIME type inference, timestamps, and user-defined parents).
  • Support for optional flags like --parent and --name to place files in folders and control filenames.
  • Use Case: When ingesting project documents, quickly upload a file to a target folder and ensure metadata is preserved for future search and organization.

Quick Start

Run gws drive +upload ./path/to/file to upload a local file to Drive with automatic metadata.

Frequently Asked Questions about gws-drive-upload

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

FAQPage Schema
How do I automate uploading files to Google Drive with metadata?

To automate file uploads to Google Drive with metadata, use the gws-drive command to upload local files while automatically inferring MIME types and attaching sensible metadata, reducing manual steps and errors.

Do I need Google Drive credentials to upload a file using the command line?

Yes, you need Google Drive credentials and the gws-drive command installed to upload files via the command line, ensuring secure authentication and successful file transfer to your Drive account.

Can I specify a target folder and filename when uploading to Google Drive?

Yes, you can specify a target folder and filename when uploading to Google Drive by using the optional --parent flag to place the file in a folder and the --name flag to control the uploaded filename.

How does the upload tool handle file metadata for organization and search?

The upload tool handles file metadata by automatically inferring the MIME type and attaching consistent metadata during the Google Drive upload, ensuring files are properly organized and easily searchable later.

What is the best way to ingest project documents into Google Drive with consistent metadata tagging?

The best way to ingest project documents into Google Drive with consistent metadata tagging is using the gws-drive upload command, which automates MIME type inference and metadata assignment for future search and organization.