gws-drive-upload

Upload files to Google Drive with automatic metadata and MIME detection.

8|3|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/haberlah/dotfiles-claude --skill gws-drive-upload-haberlah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-drive-upload
Source: https://github.com/haberlah/dotfiles-claude/tree/main/skills/gws-drive-upload
Command: npx skills add https://github.com/haberlah/dotfiles-claude --skill gws-drive-upload-haberlah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Google Drive uploads often require manual metadata tagging, slowing down workflows. This skill automates metadata generation during file uploads to Drive.

Core Features & Use Cases

  • Automated file upload to Google Drive with automatic metadata
  • Supports --parent to specify destination folder and --name to set the target filename
  • MIME type is detected automatically and filename is inferred from the local path when --name is not provided

Quick Start

Upload a local file to Google Drive using gws drive +upload <file> with optional --parent and --name to set destination and filename.

Frequently Asked Questions about gws-drive-upload

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

FAQPage Schema
How do I upload a file to Google Drive with automatic metadata?

To upload a file to Google Drive with automatic metadata, use a CLI upload command that automatically detects the MIME type and generates metadata during the transfer. You can optionally specify a target filename and parent folder.

Can I specify a destination folder when uploading files to Google Drive?

Yes, you can specify a destination parent folder when uploading files to Google Drive by using the --parent flag. This routes the file to the desired Drive directory during the automated upload process.

How do I rename a local file when uploading it to Google Drive?

You can rename a local file during a Google Drive upload by using the --name flag to set the target filename. If --name is not provided, the filename is automatically inferred from the local file path.

Is manual MIME type tagging required for Google Drive uploads?

No, manual MIME type tagging is not required for Google Drive uploads. The upload mechanism automatically detects the MIME type during the file transfer, ensuring consistent metadata tagging without manual intervention.

What is the best way to automate consistent metadata tagging for Drive uploads?

Automating consistent metadata tagging for Drive uploads is best handled by a CLI tool that generates metadata automatically during the transfer. This approach eliminates manual tagging and streamlines lightweight file upload workflows.