gws-drive-upload

Upload files to Google Drive with automatic MIME type detection.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Remove the repetitive steps of manually uploading files to Google Drive and entering metadata by automating the upload with inferred MIME type and filename, reducing human error and saving time.

Core Features & Use Cases

  • Automatic MIME detection: Infers the correct MIME type for uploaded files so Drive stores them with appropriate metadata.
  • Parent folder and filename control: Optionally specify a parent folder ID and override the target filename.
  • Productivity workflows: Ideal for single-file uploads from local systems, batch scripts that call the CLI, or AI agents that need to persist generated assets to Drive.

Quick Start

Use the gws drive upload skill to upload the file report.pdf to Google Drive with automatic metadata detection and optionally specify a parent folder or custom 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 files to Google Drive with automatic metadata detection?

To upload files to Google Drive with automatic metadata detection, use this skill to infer the correct MIME type and apply filenames automatically. It handles single-file uploads and reduces manual metadata entry.

Can I upload a file to a specific parent folder in Google Drive via CLI?

Yes, you can upload a file to a specific parent folder in Google Drive by providing the parent folder ID. This allows precise placement of uploaded files within your Drive hierarchy.

How do I override the filename when uploading a file to Google Drive?

You can override the target filename when uploading a file to Google Drive by specifying a custom filename parameter. This ensures the file is stored with your desired name regardless of its local source name.

What is automatic MIME type detection for Google Drive file uploads?

Automatic MIME type detection for Google Drive file uploads infers the correct file format metadata during the upload process. This ensures Drive stores files appropriately without requiring you to manually identify the format.

Do I need gws CLI authentication to upload files to Google Drive with metadata?

Yes, you need gws CLI authentication and permissions to upload files to Google Drive with metadata. The skill relies on this established authentication to securely access your Drive account and perform file uploads.

What are the limitations of using gws drive upload for single-file uploads?

The gws drive upload skill is designed for single-file uploads from local systems, batch scripts, or AI agents. It does not inherently handle bulk directory synchronization or complex multi-file concurrent uploads.